X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/a7cba3da8d9e39c0cd7bb5b605b6fc5ae628379d..91afccb253a5f4d94c3a8d98a8fe24df23f10c38:/print-vtp.c diff --git a/print-vtp.c b/print-vtp.c index 34c5c724..7631c6f6 100644 --- a/print-vtp.c +++ b/print-vtp.c @@ -316,12 +316,18 @@ vtp_print (const u_char *pptr, u_int length) tlv_value); break; + /* + * FIXME those are the defined TLVs that lack a decoder + * you are welcome to contribute code ;-) + */ + case VTP_VLAN_SOURCE_ROUTING_RING_NUMBER: case VTP_VLAN_SOURCE_ROUTING_BRIDGE_NUMBER: case VTP_VLAN_PARENT_VLAN: case VTP_VLAN_TRANS_BRIDGED_VLAN: case VTP_VLAN_ARP_HOP_COUNT: default: + print_unknown_data(tptr, "\n\t\t ", 2 + tlv_len*2); break; } len -= 2 + tlv_len*2;