]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-udp.c
Use the new debugging routines in libpcap.
[tcpdump] / print-udp.c
index 313a332c2d21b4fd8bfe7c45773f339ab8f6d799..37679eb169454e7b814a19dd47e55e9ee55a874e 100644 (file)
@@ -613,6 +613,7 @@ udp_print(netdissect_options *ndo, register const u_char *bp, u_int length,
                         IS_SRC_OR_DST_PORT(RADIUS_NEW_PORT) ||
                         IS_SRC_OR_DST_PORT(RADIUS_ACCOUNTING_PORT) ||
                         IS_SRC_OR_DST_PORT(RADIUS_NEW_ACCOUNTING_PORT) ||
+                        IS_SRC_OR_DST_PORT(RADIUS_CISCO_COA_PORT) ||
                         IS_SRC_OR_DST_PORT(RADIUS_COA_PORT) )
                        radius_print(ndo, (const u_char *)(up+1), length);
                else if (dport == HSRP_PORT)