aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-lldp.c
diff options
context:
space:
mode:
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