]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-sctp.c
RADIUS: Rename a test with an invalid length
[tcpdump] / print-sctp.c
index cc5bee4ff6f4ebab7cb871e62bd433017dbd2fca..3c52408d4178c4c6313469e0bdee06760a7119a5 100644 (file)
@@ -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;