aboutsummaryrefslogtreecommitdiffstats
path: root/rpc_defrag.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-02-19 03:43:08 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-02-19 03:43:08 +0000
commit35fd60af78d552489ffce5c5bc8320045fe5c318 (patch)
treee1d19bec5a039f00bdc90edbbfd9b8ae67a01912 /rpc_defrag.h
parent882bbecc2cbe060f91c467a67638eafc0db0c9b7 (diff)
Fix the declaration of "rec_dissector_t" to include a return value type.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4756 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'rpc_defrag.h')
-rw-r--r--rpc_defrag.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/rpc_defrag.h b/rpc_defrag.h
index 2f7dc29876..82a5f87d0a 100644
--- a/rpc_defrag.h
+++ b/rpc_defrag.h
@@ -1,7 +1,7 @@
/* rpc-defrag.h
* Declarations for RPC defragmentation
*
- * $Id: rpc_defrag.h,v 1.1 2002/02/18 23:51:55 guy Exp $
+ * $Id: rpc_defrag.h,v 1.2 2002/02/19 03:43:08 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -31,7 +31,7 @@
#define RPC_RM_LASTFRAG 0x80000000L
#define RPC_RM_FRAGLEN 0x7fffffffL
-typedef (*rec_dissector_t)(tvbuff_t *, packet_info *, proto_tree *,
+typedef gboolean (*rec_dissector_t)(tvbuff_t *, packet_info *, proto_tree *,
tvbuff_t *, fragment_data *, gboolean, guint32);
extern void show_rpc_fraginfo(tvbuff_t *tvb, tvbuff_t *frag_tvb,