aboutsummaryrefslogtreecommitdiff
path: root/example/ndpiReader.c
diff options
context:
space:
mode:
authorLuca <deri@ntop.org>2015-07-13 15:34:47 +0200
committerLuca <deri@ntop.org>2015-07-13 15:34:47 +0200
commit0b7af2dbbc5b6ee6480ab3022a1e1e4695a916bd (patch)
tree82d17755411a6835b6ad6b4f1b13de369c5f065f /example/ndpiReader.c
parent9d1e99ad0a45f7fefc1d4a9a46c061c3aa5f60b7 (diff)
Fixes for #27
Diffstat (limited to 'example/ndpiReader.c')
-rw-r--r--example/ndpiReader.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/example/ndpiReader.c b/example/ndpiReader.c
index adf8b2269..4ef08091a 100644
--- a/example/ndpiReader.c
+++ b/example/ndpiReader.c
@@ -418,6 +418,9 @@ static char* ipProto2Name(u_short proto_id) {
case IPPROTO_ICMP:
return("ICMP");
break;
+ case IPPROTO_ICMPV6:
+ return("ICMPV6");
+ break;
case 112:
return("VRRP");
break;