]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-beep.c
Default to first interface from pcap_findalldevs()
[tcpdump] / print-beep.c
index 7982feb5c362333c1bb246fd0480a0f5517ddc23..1240a3e69139f73d5f1c00cb8143662a373f1112 100644 (file)
@@ -2,23 +2,22 @@
  * Copyright (C) 2000, Richard Sharpe
  *
  * This software may be distributed either under the terms of the
- * BSD-style licence that accompanies tcpdump or under the GNU GPL
+ * BSD-style license that accompanies tcpdump or under the GNU GPL
  * version 2 or later.
  *
  * print-beep.c
  *
  */
 
-#define NETDISSECT_REWORKED
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include <string.h>
 
-#include "interface.h"
+#include "netdissect.h"
 
 /* Check for a string but not go beyond length
  * Return TRUE on match, FALSE otherwise