X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/42ab2e753f85fff7f8c974c2f8c93716fa101897..a945058fa79c1bba7adf12268d9d2baa56e35316:/interface.h diff --git a/interface.h b/interface.h index 8602d470..57d4636d 100644 --- a/interface.h +++ b/interface.h @@ -70,8 +70,9 @@ extern char *strsep(char **, const char *); #define PT_CNFP 7 /* Cisco NetFlow protocol */ #define PT_TFTP 8 /* trivial file transfer protocol */ #define PT_AODV 9 /* Ad-hoc On-demand Distance Vector Protocol */ -#define PT_CARP 10 /* Common Address Redundancy Protocol */ -#define PT_RADIUS 11 /* RADIUS authentication Protocol */ +#define PT_CARP 10 /* Common Address Redundancy Protocol */ +#define PT_RADIUS 11 /* RADIUS authentication Protocol */ +#define PT_ZMTP1 12 /* ZeroMQ Message Transport Protocol 1.0 */ #ifndef min #define min(a,b) ((a)>(b)?(b):(a)) @@ -311,6 +312,7 @@ extern void forces_print(const u_char *, u_int); extern void mpls_print(const u_char *, u_int); extern void mpls_lsp_ping_print(const u_char *, u_int); extern void zephyr_print(const u_char *, int); +extern void zmtp1_print(const u_char *, u_int); extern void hsrp_print(const u_char *, u_int); extern void bfd_print(const u_char *, u_int, u_int); extern void sip_print(const u_char *, u_int);