From 26b293760b4cdee55ae689a6f719b3f83a0d3cde Mon Sep 17 00:00:00 2001 From: Sunil Nimmagadda Date: Sun, 1 Jan 2023 11:59:24 +0530 Subject: Implement a VRRPv2 packet parser. Use nom parser combinator crate to parse a VRRPv2 packet. TODO: checksum verification and checksum tests. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index b58a36a..e252638 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,3 +7,4 @@ edition = "2021" [dependencies] tokio = { version = "1.22.0", features = ["full"] } +nom = "7" -- cgit v1.2.3