]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-llc.c
NDOize HSRP, IGRP and UDLD decoders
[tcpdump] / print-llc.c
index 5794365fc81f625f5270972970f13ae1945b5714..b21f5428f17da47cff6f77d01ab8d9215b8875c2 100644 (file)
@@ -443,7 +443,7 @@ snap_print(const u_char *p, u_int length, u_int caplen, u_int bridge_pad)
                         dtp_print(gndo, p, length);
                         return (1);
                 case PID_CISCO_UDLD:
-                        udld_print(p, length);
+                        udld_print(gndo, p, length);
                         return (1);
                 case PID_CISCO_VTP:
                         vtp_print(p, length);