X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/ba8936b39b0ce2ff02f3aeb307df4c27657652d8..9e7cd40a7af81c08da36ef3cc4e0a951d58dd01e:/print-udp.c diff --git a/print-udp.c b/print-udp.c index ec40f2ce..47838307 100644 --- a/print-udp.c +++ b/print-udp.c @@ -132,6 +132,7 @@ vat_print(netdissect_options *ndo, const void *hdr, u_int length) if (i0 & 0x3f000000) ND_PRINT(" s%u", (i0 >> 24) & 0x3f); } + return; trunc: nd_print_trunc(ndo); @@ -221,6 +222,7 @@ rtp_print(netdissect_options *ndo, const void *hdr, u_int len) if (contype == 0x1f) /*XXX H.261 */ ND_PRINT(" 0x%04x", EXTRACT_BE_U_4(ip) >> 16); } + return; trunc: nd_print_trunc(ndo);