diff options
Diffstat (limited to 'dissector.h')
-rw-r--r-- | dissector.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dissector.h b/dissector.h index 8cb4234..01d1525 100644 --- a/dissector.h +++ b/dissector.h @@ -28,7 +28,6 @@ extern char *if_indextoname(unsigned ifindex, char *ifname); static const char * const packet_types[256] = { - [0 ... 255] = "?", /* Unknown */ [PACKET_HOST] = "<", /* Incoming */ [PACKET_BROADCAST] = "B", /* Broadcast */ [PACKET_MULTICAST] = "M", /* Multicast */ |