X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/354638fa02452bf7aa2a9a28160227bc5f18151f..69ead2a09cf7d0666c6a7ac12e47fd9743242c61:/print-sctp.c diff --git a/print-sctp.c b/print-sctp.c index b092d770..f625dce6 100644 --- a/print-sctp.c +++ b/print-sctp.c @@ -33,6 +33,8 @@ * SUCH DAMAGE. */ +/* \summary: Stream Control Transmission Protocol (SCTP) printer */ + #ifdef HAVE_CONFIG_H #include "config.h" #endif @@ -691,7 +693,7 @@ void sctp_print(netdissect_options *ndo, sctpPacketLengthRemaining -= sizeof(*init); chunkLengthRemaining -= sizeof(*init); -#if(0) /* ALC you can add code for optional params here */ +#if 0 /* ALC you can add code for optional params here */ if( chunkLengthRemaining != 0 ) ND_PRINT((ndo, " @@@@@ UNFINISHED @@@@@@%s\n", "Optional params present, but not printed.")); @@ -719,7 +721,7 @@ void sctp_print(netdissect_options *ndo, sctpPacketLengthRemaining -= sizeof(*init); chunkLengthRemaining -= sizeof(*init); -#if(0) /* ALC you can add code for optional params here */ +#if 0 /* ALC you can add code for optional params here */ if( chunkLengthRemaining != 0 ) ND_PRINT((ndo, " @@@@@ UNFINISHED @@@@@@%s\n", "Optional params present, but not printed."));