]> The Tcpdump Group git mirrors - tcpdump/blobdiff - interface.h
Default to first interface from pcap_findalldevs()
[tcpdump] / interface.h
index c1ccbe5070347cd6a17c2ac7b097264cef8ff7fa..01de9ea293d9ead8050f8d5879f8b447f2bdb5b2 100644 (file)
@@ -69,8 +69,6 @@ extern char *strsep(char **, const char *);
 
 extern char *program_name;     /* used to generate self-identifying messages */
 
-extern int32_t thiszone;       /* seconds offset from gmt to local time */
-
 extern void error(const char *, ...)
      __attribute__((noreturn))
 #ifdef __ATTRIBUTE___FORMAT_OK
@@ -86,8 +84,6 @@ extern void warning(const char *, ...)
 extern char *read_infile(char *);
 extern char *copy_argv(char **);
 
-/* The printer routines. */
-
 #include <pcap.h>
 
 #ifndef HAVE_BPF_DUMP
@@ -96,5 +92,3 @@ struct bpf_program;
 extern void bpf_dump(const struct bpf_program *, int);
 
 #endif
-
-#include "netdissect.h"