summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/libnet_internal.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libnet_internal.c b/src/libnet_internal.c
index c63670b..3cee967 100644
--- a/src/libnet_internal.c
+++ b/src/libnet_internal.c
@@ -298,6 +298,8 @@ libnet_diag_dump_pblock_type(uint8_t type)
return ("hsrp");
case LIBNET_PBLOCK_ICMPV6_H:
return ("icmpv6");
+ case LIBNET_PBLOCK_ICMPV6_ECHO_H:
+ return ("icmpv6_echo");
case LIBNET_PBLOCK_ICMPV6_UNREACH_H:
return ("icmpv6_unreach");
case LIBNET_PBLOCK_ICMPV6_NDP_NSOL_H: