]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-sctp.c
fixup a few ND_DEFAULTPRINT() use cases
[tcpdump] / print-sctp.c
index b009e051fc5c289e90a7ee38174b2835d7214067..687c36f58e23d4326b43b2852e05b4749487e3de 100644 (file)
@@ -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)));