diff options
| author | luwenpeng <[email protected]> | 2023-09-12 16:11:32 +0800 |
|---|---|---|
| committer | luwenpeng <[email protected]> | 2023-09-13 19:20:06 +0800 |
| commit | 8f9e0f719055487e4a352f5da74cae063bbcdbcc (patch) | |
| tree | a7d44661b4b2d79202abd2a79f3eeda1f791b98b /src/protocol/mod.rs | |
| parent | 8755e95f068da56c099e9c51dc4a89b55960e48d (diff) | |
[feature] Support GTPv1-U Decode
Diffstat (limited to 'src/protocol/mod.rs')
| -rw-r--r-- | src/protocol/mod.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/protocol/mod.rs b/src/protocol/mod.rs index 36f0ae6..82a35da 100644 --- a/src/protocol/mod.rs +++ b/src/protocol/mod.rs @@ -10,4 +10,5 @@ pub mod http; pub mod vlan; pub mod icmp; pub mod icmpv6; -pub mod mpls;
\ No newline at end of file +pub mod mpls; +pub mod gtpv1;
\ No newline at end of file |
