#include <string.h>
#include <stdlib.h>
-#include "interface.h"
+#include "netdissect.h"
#include "addrtoname.h"
#include "llc.h"
#include "setsignal.h"
#endif
#include <netdissect-stdinc.h>
-#include "interface.h"
+#include "netdissect.h"
#include "af.h"
const struct tok af_values[] = {
#include <stdio.h>
-#include "interface.h"
+#include "netdissect.h"
void
bpf_dump(const struct bpf_program *p, int option)
#include <string.h>
#include <assert.h>
-#include "interface.h"
+#include "netdissect.h"
/*
* CRC-10 table generated using the following Python snippet:
#include <netdissect-stdinc.h>
-#include "interface.h"
+#include "netdissect.h"
#include "gmpls.h"
/* rfc3471 */
#include <netdissect-stdinc.h>
-#include "interface.h"
+#include "netdissect.h"
/*
* Checksum routine for Internet Protocol family headers (Portable Version).
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
extern void bpf_dump(const struct bpf_program *, int);
#endif
-
-#include "netdissect.h"
#include <netdissect-stdinc.h>
-#include "interface.h"
+#include "netdissect.h"
#include "ipproto.h"
const struct tok ipproto_values[] = {
#endif
#include <netdissect-stdinc.h>
-#include "interface.h"
+#include "netdissect.h"
#include "l2vpn.h"
/* draft-ietf-pwe3-iana-allocation-04 */
#include <ctype.h>
#include <sys/types.h>
-#include <interface.h>
+#include "netdissect.h"
enum format_flags {
minus_flag = 1,
#include <stdlib.h>
#include <string.h>
-#include "interface.h"
+#include "netdissect.h"
char *
strdup(str)
#include <string.h>
-#include "interface.h"
+#include "netdissect.h"
/*
* Appends src to string dst of size siz (unlike strncat, siz is the
#include <string.h>
-#include "interface.h"
+#include "netdissect.h"
/*
* Copy src to string dst of size siz. At most siz-1 characters
#include <string.h>
-#include "interface.h"
+#include "netdissect.h"
/*
* Get next token from string *stringp, where tokens are possibly-empty
#include "ip.h" /* struct ip for nextproto4_cksum() */
+extern int32_t thiszone; /* seconds offset from gmt to local time */
+
#if !defined(HAVE_SNPRINTF)
int snprintf (char *str, size_t sz, const char *format, ...)
#ifdef __ATTRIBUTE___FORMAT_OK
#endif
#include <netdissect-stdinc.h>
-#include "interface.h"
+#include "netdissect.h"
#include "nlpid.h"
const struct tok nlpid_values[] = {
#endif
#include <netdissect-stdinc.h>
-#include "interface.h"
+#include "netdissect.h"
#include "oui.h"
/* FIXME complete OUI list using a script */
#include <stdio.h>
#include <string.h>
-#include "interface.h"
+#include "netdissect.h"
#include "nfsfh.h"
/*
#include <netdissect-stdinc.h>
#include "netdissect.h"
-#include "interface.h"
#include "addrtoname.h"
#include "print.h"
#include <string.h>
-#include "interface.h"
+#include "netdissect.h"
#include "signature.h"
#ifdef HAVE_LIBCRYPTO
#include <stdlib.h>
#include <string.h>
-#include "interface.h"
+#include "netdissect.h"
#include "extract.h"
#include "smb.h"
#include <stdlib.h>
#include <string.h>
-#include "interface.h"
+#include "netdissect.h"
#include "ascii_strcasecmp.h"
#include "timeval-operations.h"
/*
* Convert a value to a string using an array; the macro
- * tok2strary() in <interface.h> is the public interface to
+ * tok2strary() in <netdissect.h> is the public interface to
* this function and ensures that the second argument is
* correct for bounds-checking.
*/
#include <stdlib.h>
#include <unistd.h>
-#include "interface.h"
+#include "netdissect.h"
/*
* Stock 4.3 doesn't have vfprintf.
#include <netdissect-stdinc.h>
#include "ether.h"
-#include "interface.h"
+#include "netdissect.h"
#include "addrtoname.h"
typedef struct ether_addr {