X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/2b3f0b4eb67093dad6ad8974ef8381fea7a2bcb2..f64a4a5f49bcbcb996820b566d7ffe9f7cefe4f3:/print-sctp.c diff --git a/print-sctp.c b/print-sctp.c index cc5bee4f..3c52408d 100644 --- a/print-sctp.c +++ b/print-sctp.c @@ -294,7 +294,7 @@ struct sctpUnifiedAbortHeavy{ }; /* For the graceful shutdown we must carry - * the tag (in common header) and the highest consequitive acking value + * the tag (in common header) and the highest consecutive acking value */ struct sctpShutdown { nd_uint32_t TSN_Seen; @@ -550,8 +550,7 @@ sctp_print(netdissect_options *ndo, chunkID = GET_U_1(chunkDescPtr->chunkID); ND_PRINT("[%s] ", tok2str(sctp_chunkid_str, "Unknown chunk type: 0x%x", chunkID)); - switch (chunkID) - { + switch (chunkID) { case SCTP_DATA : { const struct sctpDataPart *dataHdrPtr;