]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-ipcomp.c
Make another never-negative variable an unsigned.
[tcpdump] / print-ipcomp.c
index 633de9bedb09df76901393494a569c9d35882f72..82469b3f397db350ada0b5c9e21260a07391d70f 100644 (file)
  * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  */
 
+/* \summary: IP Payload Compression Protocol (IPComp) printer */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 struct ipcomp {
        uint8_t comp_nxt;       /* Next Header */
@@ -35,7 +37,7 @@ struct ipcomp {
 #include <zlib.h>
 #endif
 
-#include "interface.h"
+#include "netdissect.h"
 #include "extract.h"
 
 int