X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/0b08cf5378648279efb96ecf03ea2e3f75bc4eff..ce1fc8263da72437c1df54b8b3ee682413d9e6ed:/print-udp.c diff --git a/print-udp.c b/print-udp.c index 2ff6d824..f52de035 100644 --- a/print-udp.c +++ b/print-udp.c @@ -660,7 +660,7 @@ udp_print(register const u_char *bp, u_int length, lspping_print((const u_char *)(up + 1), length); else if (dport == BFD_CONTROL_PORT || dport == BFD_ECHO_PORT ) - bfd_print((const u_char *)(up+1), length, dport); + bfd_print(gndo, (const u_char *)(up+1), length, dport); else if (ISPORT(LMP_PORT)) lmp_print((const u_char *)(up + 1), length); else if (ISPORT(VQP_PORT))