summaryrefslogtreecommitdiff
path: root/tap.h
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2002-09-07 00:41:26 +0000
committerJörg Mayer <jmayer@loplof.de>2002-09-07 00:41:26 +0000
commit0a749ca6b4457a91ada54756a6fd3be22955a841 (patch)
treec57671d1ceb1955e7ff15f6d482741711392cce6 /tap.h
parent546a605e75ff8acd5c697e68fa6fcee43e9c1769 (diff)
downloadwireshark-0a749ca6b4457a91ada54756a6fd3be22955a841.tar.gz
Include wtap.h to declare wtap_pseudo_header
svn path=/trunk/; revision=6208
Diffstat (limited to 'tap.h')
-rw-r--r--tap.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tap.h b/tap.h
index fddcb3e801..b6376b0126 100644
--- a/tap.h
+++ b/tap.h
@@ -1,7 +1,7 @@
/* tap.h
* packet tap interface 2002 Ronnie Sahlberg
*
- * $Id: tap.h,v 1.1 2002/09/04 09:40:24 sahlberg Exp $
+ * $Id: tap.h,v 1.2 2002/09/07 00:41:26 jmayer Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -22,6 +22,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
+#include "wiretap/wtap.h"
void tap_init(void);
int register_tap(char *name);