]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-ipnet.c
Use nd_ types, add EXTRACT_ calls, clean up signed vs. unsigned.
[tcpdump] / print-ipnet.c
index 20ebbfd3c38ecaa8e63ad3eb7c708f0fab55a784..f71c145550b0463dd5df2cea7e7551219417298a 100644 (file)
@@ -1,10 +1,12 @@
+/* \summary: Solaris DLT_IPNET printer */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
-#include "interface.h"
+#include "netdissect.h"
 
 typedef struct ipnet_hdr {
        uint8_t         iph_version;