]> The Tcpdump Group git mirrors - tcpdump/blobdiff - interface.h
fix some PT_* macros indentation with tabs
[tcpdump] / interface.h
index 8602d470085c590e1392cd29b1d8ce699a018ab3..ebc75e1573798e388c5c7edf8b7edc71fd91a25c 100644 (file)
@@ -70,8 +70,8 @@ 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 */
 
 #ifndef min
 #define min(a,b) ((a)>(b)?(b):(a))