]> The Tcpdump Group git mirrors - tcpdump/blobdiff - netdissect.h
the failed/passed count was not kept in the right place
[tcpdump] / netdissect.h
index 020f58e4e1aad5b2c309912c905fb83d9b9b3a0d..66ae4fad97031d5748b5739f37815f2e5537b008 100644 (file)
@@ -112,8 +112,6 @@ typedef unsigned char nd_byte;
 #define        roundup2(x, y)  (((x)+((y)-1))&(~((y)-1)))
 #endif
 
-/* nd_snprintf et al */
-
 #include <stdarg.h>
 #include <pcap.h>
 
@@ -744,6 +742,7 @@ extern uint16_t nextproto6_cksum(netdissect_options *, const struct ip6_hdr *, c
 /* Utilities */
 extern void nd_print_trunc(netdissect_options *);
 extern void nd_print_protocol(netdissect_options *);
+extern void nd_print_protocol_caps(netdissect_options *);
 extern void nd_print_invalid(netdissect_options *);
 
 extern int mask2plen(uint32_t);