]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-udp.c
NDOize ARCNET, BFD and GRE decoders
[tcpdump] / print-udp.c
index 2ff6d824d2f0062d85d0e4a0eb58b7bfea0e8f5b..f52de0356cd394041444f63fca449fca68a54763 100644 (file)
@@ -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))