diff options
| author | luwenpeng <[email protected]> | 2023-09-08 15:16:17 +0800 |
|---|---|---|
| committer | luwenpeng <[email protected]> | 2023-09-08 15:24:43 +0800 |
| commit | 3c6fc844b5e15ae85e08f8bee18e54c30f33d988 (patch) | |
| tree | a25d85e25a08b3f9b2309549400ea473dd6442c7 /src/protocol/mod.rs | |
| parent | 16066bd3dc9f38e21cf8247b4b913c5bcc59d57e (diff) | |
[feature] Support ICMPv6 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 ba06b66..c82e203 100644 --- a/src/protocol/mod.rs +++ b/src/protocol/mod.rs @@ -8,4 +8,5 @@ pub mod tcp; pub mod dns; pub mod http; pub mod vlan; -pub mod icmp;
\ No newline at end of file +pub mod icmp; +pub mod icmpv6;
\ No newline at end of file |
