From ae80f71eba09d4381bb070d87bcd2aa6173166c6 Mon Sep 17 00:00:00 2001 From: luwenpeng Date: Tue, 19 Sep 2023 15:21:20 +0800 Subject: [feature] Support GREv0/GREv1 Decode --- src/protocol/mod.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/protocol/mod.rs') diff --git a/src/protocol/mod.rs b/src/protocol/mod.rs index 7c8ade2..4f82280 100644 --- a/src/protocol/mod.rs +++ b/src/protocol/mod.rs @@ -12,4 +12,6 @@ pub mod icmp; pub mod icmpv6; pub mod mpls; pub mod gtpv1; -pub mod l2tp; \ No newline at end of file +pub mod l2tp; +pub mod grev0; +pub mod grev1; \ No newline at end of file -- cgit v1.2.3