Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-07 | Shuffle code for clarity. | Sunil Nimmagadda | |
2023-01-05 | Note about avoiding mutability. | Sunil Nimmagadda | |
2023-01-04 | Leave a note of a nightly feature feedback received on discord. | Sunil Nimmagadda | |
2023-01-03 | Validate checksum. | Sunil Nimmagadda | |
2023-01-01 | Implement a VRRPv2 packet parser. | Sunil Nimmagadda | |
Use nom parser combinator crate to parse a VRRPv2 packet. TODO: checksum verification and checksum tests. | |||
2022-12-07 | Module to parse(unimplemented) VRRPv2 packet. | Sunil Nimmagadda | |
Define a struct and its related enums. |