]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-sctp.c
NDOize ForCES, MPLS LSP ping and OLSR decoders
[tcpdump] / print-sctp.c
index a90359dff1d60792ebb685511cdcb64f5093027c..351a02c718925749d3baf1017027b9e5d61d018a 100644 (file)
@@ -567,7 +567,7 @@ void sctp_print(netdissect_options *ndo,
                        return;
                }
 
-               forces_print(payloadPtr, EXTRACT_16BITS(&chunkDescPtr->chunkLength)- chunksize);
+               forces_print(ndo, payloadPtr, EXTRACT_16BITS(&chunkDescPtr->chunkLength)- chunksize);
           } else if (ndo->ndo_vflag >= 2) {    /* if verbose output is specified */
                                        /* at the command line */
                const u_char *payloadPtr;