aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-lldp.c
diff options
context:
space:
mode:
authorAnish Bhatt <anish@chelsio.com>2014-04-28 13:55:32 -0700
committerEvan Huus <eapache@gmail.com>2014-04-28 22:15:44 +0000
commiteadaa0c50f0de42e329080366e4a27f4bd2af89a (patch)
tree5ef9d733a6fbf9794092ad1481d4c013bd9251a3 /epan/dissectors/packet-lldp.c
parente9d4f82ab716ea93f34871082225abb60f0487e3 (diff)
This block of defines was always changed when I was retabbing my additions, this change fixes the tabs
Change-Id: I10e260a68cadf18d1aca10c7f037d45d311b6477 Signed-off-by: Anish Bhatt <anish@chelsio.com> Reviewed-on: https://code.wireshark.org/review/1418 Reviewed-by: Evan Huus <eapache@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-lldp.c')
-rw-r--r--epan/dissectors/packet-lldp.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/epan/dissectors/packet-lldp.c b/epan/dissectors/packet-lldp.c
index efa7138893..59cdcb929d 100644
--- a/epan/dissectors/packet-lldp.c
+++ b/epan/dissectors/packet-lldp.c
@@ -628,14 +628,14 @@ static const value_string operational_mau_type_values[] = {
};
/* System Capabilities */
-#define SYSTEM_CAPABILITY_OTHER 0x0001
-#define SYSTEM_CAPABILITY_REPEATER 0x0002
-#define SYSTEM_CAPABILITY_BRIDGE 0x0004
-#define SYSTEM_CAPABILITY_WLAN 0x0008
-#define SYSTEM_CAPABILITY_ROUTER 0x0010
+#define SYSTEM_CAPABILITY_OTHER 0x0001
+#define SYSTEM_CAPABILITY_REPEATER 0x0002
+#define SYSTEM_CAPABILITY_BRIDGE 0x0004
+#define SYSTEM_CAPABILITY_WLAN 0x0008
+#define SYSTEM_CAPABILITY_ROUTER 0x0010
#define SYSTEM_CAPABILITY_TELEPHONE 0x0020
-#define SYSTEM_CAPABILITY_DOCSIS 0x0040
-#define SYSTEM_CAPABILITY_STATION 0x0080
+#define SYSTEM_CAPABILITY_DOCSIS 0x0040
+#define SYSTEM_CAPABILITY_STATION 0x0080
/* Media Capabilities */
#define MEDIA_CAPABILITY_LLDP 0x0001