summaryrefslogtreecommitdiff
path: root/packet-v120.c
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2000-05-19 23:07:04 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2000-05-19 23:07:04 +0000
commitd7e6e0e384967a4d3ac1f57d6446f5a04e83b3c6 (patch)
tree349138fc92b8d0ed8fa5f5f4be28c0be0ed92b41 /packet-v120.c
parent586e1b6fca8da9b031bb99b7010c3c77fbd85045 (diff)
downloadwireshark-d7e6e0e384967a4d3ac1f57d6446f5a04e83b3c6.tar.gz
Add wtap-int.h. Move definitions relevant to the internal workins of wiretap
to that file, leave public definitions in wtap.h. Rename "union pseudo_header" to "union wtap_pseudo_header". Make the wtap_pseudo_header pointer available in packet_info struct. svn path=/trunk/; revision=1989
Diffstat (limited to 'packet-v120.c')
-rw-r--r--packet-v120.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-v120.c b/packet-v120.c
index 8a14de4c94..bc802d06ad 100644
--- a/packet-v120.c
+++ b/packet-v120.c
@@ -2,7 +2,7 @@
* Routines for v120 frame disassembly
* Bert Driehuis <driehuis@playbeing.org>
*
- * $Id: packet-v120.c,v 1.7 2000/05/18 09:05:48 guy Exp $
+ * $Id: packet-v120.c,v 1.8 2000/05/19 23:06:09 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -54,7 +54,7 @@ static gint ett_v120_header = -1;
static int dissect_v120_header(const u_char *pd, int offset, frame_data *fd, proto_tree *tree);
void
-dissect_v120(const union pseudo_header *pseudo_header, const u_char *pd,
+dissect_v120(const union wtap_pseudo_header *pseudo_header, const u_char *pd,
frame_data *fd, proto_tree *tree)
{
proto_tree *v120_tree, *ti, *tc, *address_tree;