X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/fc6f112b40b9da56286ebc125f109e2889f5ebdb..525875a63ee715aed734cbdf6048424ff3ce4b02:/print-sctp.c diff --git a/print-sctp.c b/print-sctp.c index b009e051..687c36f5 100644 --- a/print-sctp.c +++ b/print-sctp.c @@ -583,7 +583,7 @@ void sctp_print(netdissect_options *ndo, EXTRACT_16BITS(&chunkDescPtr->chunkLength))); return; } - default_print(payloadPtr, + ND_DEFAULTPRINT(payloadPtr, EXTRACT_16BITS(&chunkDescPtr->chunkLength) - (sizeof(struct sctpDataPart)+ sizeof(struct sctpChunkDesc)));