]> The Tcpdump Group git mirrors - tcpdump/blobdiff - interface.h
Merge remote-tracking branch 'upstream/master'
[tcpdump] / interface.h
index fc049032e8a7e94932905e0dc064fe1eb76ff6fb..8602d470085c590e1392cd29b1d8ce699a018ab3 100644 (file)
@@ -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))