aboutsummaryrefslogtreecommitdiffstats
path: root/reassemble.h
diff options
context:
space:
mode:
authorsahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2002-12-19 11:22:38 +0000
committersahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2002-12-19 11:22:38 +0000
commit72eadd7bd09791f6db99c8702681343868a9aa0b (patch)
treee8a9552faa7c244cac990215d077c4e7ecf4f86c /reassemble.h
parent13475c1c20cae392280a8a1ba5812759f72920c7 (diff)
Update reassemble.c/show_item and all callers to use FT_FRAMENUM for the list of packets corresponding to a reassembled pdu
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6807 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'reassemble.h')
-rw-r--r--reassemble.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/reassemble.h b/reassemble.h
index a3408bf597..f1276f0d10 100644
--- a/reassemble.h
+++ b/reassemble.h
@@ -1,7 +1,7 @@
/* reassemble.h
* Declarations of outines for {fragment,segment} reassembly
*
- * $Id: reassemble.h,v 1.12 2002/11/14 18:54:50 guy Exp $
+ * $Id: reassemble.h,v 1.13 2002/12/19 11:22:38 sahlberg Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -182,6 +182,9 @@ extern unsigned char *
fragment_delete(packet_info *pinfo, guint32 id, GHashTable *fragment_table);
+/* hf_fragment and hf_fragment_error should be FT_FRAMENUM,
+ the others should be FT_BOOLEAN
+*/
typedef struct _fragment_items {
gint *ett_fragment;
gint *ett_fragments;