From 3e48a982097a10f4ef6c1203db87a77f2a373cd1 Mon Sep 17 00:00:00 2001 From: jason taylor Date: Mon, 27 Mar 2017 15:46:39 -0400 Subject: [PATCH] fixed icmp value --- sensor/suricata_agent.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sensor/suricata_agent.tcl b/sensor/suricata_agent.tcl index 40530ad..f3a1772 100644 --- a/sensor/suricata_agent.tcl +++ b/sensor/suricata_agent.tcl @@ -183,7 +183,7 @@ proc DecodeIPv4 { P } { switch -exact -- $packet(ip_proto) { - 0 { DecodeICMP $P } + 1 { DecodeICMP $P } 6 { DecodeTCP $P } 17 { DecodeUDP $P } default { puts "Unknown IP protocol type" } -- 2.9.3