]> The Tcpdump Group git mirrors - tcpdump/commitdiff
fix some PT_* macros indentation with tabs
authorDenis Ovsienko <[email protected]>
Sat, 9 Feb 2013 08:08:34 +0000 (12:08 +0400)
committerDenis Ovsienko <[email protected]>
Mon, 11 Feb 2013 11:15:46 +0000 (15:15 +0400)
interface.h
netdissect.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))
index 26df79cb6e10b6adc6b2919b98beccb74715b6f9..1bf62f9c43dcd82fbb193165e8c0d981ad14ca08 100644 (file)
@@ -179,8 +179,8 @@ struct netdissect_options {
 #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))