diff options
Diffstat (limited to 'example/ndpiReader.c')
-rw-r--r-- | example/ndpiReader.c | 3 |
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; |