summaryrefslogtreecommitdiff
path: root/epan/packet.h
diff options
context:
space:
mode:
authorEd Warnicke <hagbard@physics.rutgers.edu>2001-11-26 05:41:15 +0000
committerEd Warnicke <hagbard@physics.rutgers.edu>2001-11-26 05:41:15 +0000
commit89babba2232f716fce7e3f0080d0c60525350e82 (patch)
tree3518f3e52998c1626afade0ce58338dda8f43882 /epan/packet.h
parent4877553530fc356888edb95332b24eaeaadeee80 (diff)
downloadwireshark-89babba2232f716fce7e3f0080d0c60525350e82.tar.gz
This should be the final bit of removing the dissect_data symbol
from being required by anyone other than packet-data.c. It can now be accessed with call_dissector() with the name "data". dissect_data is now also of dissect_t. svn path=/trunk/; revision=4271
Diffstat (limited to 'epan/packet.h')
-rw-r--r--epan/packet.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/epan/packet.h b/epan/packet.h
index ce27cbc4a8..c9cfc5bca6 100644
--- a/epan/packet.h
+++ b/epan/packet.h
@@ -1,7 +1,7 @@
/* packet.h
* Definitions for packet disassembly structures and routines
*
- * $Id: packet.h,v 1.40 2001/11/21 23:16:23 gram Exp $
+ * $Id: packet.h,v 1.41 2001/11/26 05:41:13 hagbard Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -227,9 +227,6 @@ extern void init_all_protocols(void);
extern void dissect_packet(struct _epan_dissect_t *edt,
union wtap_pseudo_header *pseudo_header, const u_char *pd,
frame_data *fd);
-extern void dissect_data(tvbuff_t *tvb, int, packet_info *pinfo,
- proto_tree *tree);
-
/* These functions are in packet-ethertype.c */
extern void capture_ethertype(guint16 etype, const u_char *pd, int offset,