]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-lldp.c
Update print-lldp.c
[tcpdump] / print-lldp.c
index c2ba6c63e9b21c7fd35b3e2b2351d8edb3b56237..68667bd6b7b82f8c88597b1c869e65b727cba926 100644 (file)
@@ -588,7 +588,7 @@ static const struct tok lldp_intf_numb_subtype_values[] = {
 static const struct tok lldp_evb_mode_values[]={
     { LLDP_EVB_MODE_NOT_SUPPORTED, "Not Supported"},
     { LLDP_EVB_MODE_EVB_BRIDGE, "EVB Bridge"},
-    { LLDP_EVB_MODE_EVB_STATION, "EVB Staion"},
+    { LLDP_EVB_MODE_EVB_STATION, "EVB Station"},
     { LLDP_EVB_MODE_RESERVED, "Reserved for future Standardization"},
     { 0, NULL},
 };