]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-ascii.c
Default to first interface from pcap_findalldevs()
[tcpdump] / print-ascii.c
index 71f16ff4c816fa763e31c037103ef460035fb3fa..6fefb966856c13123f77f7d67f4ea231bf59f901 100644 (file)
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 #include <stdio.h>
 
-#include "interface.h"
+#include "netdissect.h"
 
 #define ASCII_LINELENGTH 300
 #define HEXDUMP_BYTES_PER_LINE 16