]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-sctp.c
CMake: Fix the comment about versions. [skip ci]
[tcpdump] / print-sctp.c
index e000ed7d478a0f26a1c4cfe4ac2c717f2146ca4d..e49fc41fad263a05840a8e877a1faa8784228910 100644 (file)
@@ -35,9 +35,7 @@
 
 /* \summary: Stream Control Transmission Protocol (SCTP) printer */
 
-#ifdef HAVE_CONFIG_H
 #include <config.h>
-#endif
 
 #include "netdissect-stdinc.h"
 
@@ -293,7 +291,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;