X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/2886b89df644ab24bc93577d3e309962b3aec09d..1afd3f308e25f7bf070f3932a28ed6b2be8173f6:/interface.h diff --git a/interface.h b/interface.h index 18668a21..8602d470 100644 --- a/interface.h +++ b/interface.h @@ -71,6 +71,7 @@ extern char *strsep(char **, const char *); #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 */ #ifndef min #define min(a,b) ((a)>(b)?(b):(a)) @@ -215,6 +216,7 @@ extern void msdp_print(const unsigned char *, u_int); extern void nfsreply_print(const u_char *, u_int, const u_char *); extern void nfsreq_print(const u_char *, u_int, const u_char *); extern void ns_print(const u_char *, u_int, int); +extern const u_char * ns_nprint (register const u_char *, register const u_char *); extern void ntp_print(const u_char *, u_int); extern u_int null_if_print(const struct pcap_pkthdr *, const u_char *); extern void ospf_print(const u_char *, u_int, const u_char *);