]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-udp.c
Merge pull request #372 from fxlb/print-telnet
[tcpdump] / print-udp.c
index 1d68a39fe58817eab1a313ab02757ec08026087d..2bddae9cc3486168de4a5f14792e0b089424057f 100644 (file)
@@ -644,7 +644,7 @@ udp_print(register const u_char *bp, u_int length,
                         ISPORT(RADIUS_NEW_ACCOUNTING_PORT) )
                        radius_print((const u_char *)(up+1), length);
                else if (dport == HSRP_PORT)
-                       hsrp_print((const u_char *)(up + 1), length);
+                       hsrp_print(gndo, (const u_char *)(up + 1), length);
                else if (ISPORT(LWRES_PORT))
                        lwres_print((const u_char *)(up + 1), length);
                else if (ISPORT(LDP_PORT))