diff options
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs index d4fc3ac..8ffdb9c 100644 --- a/src/main.rs +++ b/src/main.rs @@ -46,6 +46,9 @@ fn trigger_packet_event( PacketEvent::ICMP_EVENT => { // TODO } + PacketEvent::ICMPV6_EVENT => { + // TODO + } } } } |
