summaryrefslogtreecommitdiff
path: root/interface.h
diff options
context:
space:
mode:
authorDenis Ovsienko <infrastation@yandex.ru>2013-02-09 12:08:34 +0400
committerDenis Ovsienko <infrastation@yandex.ru>2013-02-11 15:15:46 +0400
commit3f6402745ff92c003aa0d1b461310723f75ad61c (patch)
treedb5ba07eaca79f41be8310dc51a8f2b504975df5 /interface.h
parent45ead29279fe03784b4f1ee8ccc3bec0663eccd3 (diff)
downloadtcpdump-3f6402745ff92c003aa0d1b461310723f75ad61c.tar.gz
fix some PT_* macros indentation with tabs
Diffstat (limited to 'interface.h')
-rw-r--r--interface.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/interface.h b/interface.h
index 8602d470..ebc75e15 100644
--- a/interface.h
+++ b/interface.h
@@ -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))