diff options
author | Denis Ovsienko <infrastation@yandex.ru> | 2014-03-20 14:39:44 +0400 |
---|---|---|
committer | Denis Ovsienko <infrastation@yandex.ru> | 2014-03-20 15:17:35 +0400 |
commit | 90692fcf9745a67fff68350b88acd56e4ddcb23b (patch) | |
tree | 31430b376bc2d643da3c31733ca320040a9ab5f7 /print-llc.c | |
parent | 94b28f43b5c95af7591305e65b07471f230c9371 (diff) | |
download | tcpdump-90692fcf9745a67fff68350b88acd56e4ddcb23b.tar.gz |
NDOize ATM, MPTCP, NTP, VTP & Whiteboard decoders
Diffstat (limited to 'print-llc.c')
-rw-r--r-- | print-llc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print-llc.c b/print-llc.c index 59e48df9..ee729dc1 100644 --- a/print-llc.c +++ b/print-llc.c @@ -434,7 +434,7 @@ snap_print(netdissect_options *ndo, const u_char *p, u_int length, u_int caplen, udld_print(ndo, p, length); return (1); case PID_CISCO_VTP: - vtp_print(p, length); + vtp_print(ndo, p, length); return (1); case PID_CISCO_PVST: case PID_CISCO_VLANBRIDGE: |