X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/a97fb2f3ae9731dd13e6854742c090ca9ef454cf..ce1fc8263da72437c1df54b8b3ee682413d9e6ed:/print-vtp.c diff --git a/print-vtp.c b/print-vtp.c index 61a6f26a..cbc5868e 100644 --- a/print-vtp.c +++ b/print-vtp.c @@ -327,7 +327,7 @@ vtp_print (const u_char *pptr, u_int length) case VTP_VLAN_TRANS_BRIDGED_VLAN: case VTP_VLAN_ARP_HOP_COUNT: default: - print_unknown_data(tptr, "\n\t\t ", 2 + tlv_len*2); + print_unknown_data(gndo,tptr, "\n\t\t ", 2 + tlv_len*2); break; } len -= 2 + tlv_len*2;