diff options
| author | luwenpeng <[email protected]> | 2023-09-19 15:21:20 +0800 |
|---|---|---|
| committer | luwenpeng <[email protected]> | 2023-09-20 10:43:38 +0800 |
| commit | ae80f71eba09d4381bb070d87bcd2aa6173166c6 (patch) | |
| tree | 15a9adedfffa31717d8b27837fc13801ff0285d5 /src/protocol/mod.rs | |
| parent | cb674f9e168b6e709136e17a5bc87d3925c6f479 (diff) | |
[feature] Support GREv0/GREv1 Decode
Diffstat (limited to 'src/protocol/mod.rs')
| -rw-r--r-- | src/protocol/mod.rs | 4 |
1 files changed, 3 insertions, 1 deletions
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 |
