]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-udp.c
CI: Add warning exemptions for Sun C (suncc-5.15) on Solaris 10
[tcpdump] / print-udp.c
index d2359dda01d2e240bd700a8a7276ecc3019c9d1e..982ddb9291f62d6d81f4075d60089c8b251b11c0 100644 (file)
@@ -21,9 +21,7 @@
 
 /* \summary: UDP printer */
 
-#ifdef HAVE_CONFIG_H
 #include <config.h>
-#endif
 
 #include "netdissect-stdinc.h"
 
@@ -464,7 +462,7 @@ udp_print(netdissect_options *ndo, const u_char *bp, u_int length,
                        domain_print(ndo, cp, length, FALSE, FALSE);
                        break;
                case PT_QUIC:
-                       quic_print(ndo, cp, length);
+                       quic_print(ndo, cp);
                        break;
                }
                return;
@@ -674,7 +672,7 @@ udp_print(netdissect_options *ndo, const u_char *bp, u_int length,
                        someip_print(ndo, cp, length);
                else if (IS_SRC_OR_DST_PORT(HTTPS_PORT) &&
                         quic_detect(ndo, cp, length))
-                       quic_print(ndo, cp, length);
+                       quic_print(ndo, cp);
                else if (sport == BCM_LI_PORT)
                        bcm_li_print(ndo, cp, length);
                else {