aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-05-05 22:30:39 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-05-05 22:30:39 +0000
commit5b64a50f682d801cfe0f76892c54ff5cae7adc96 (patch)
tree5bfd11837ff7e2c4b6e582f47adf4e96ff42aa79 /plugins
parent80bd75ab2ee82f7e4d0815303c005f2d544f919d (diff)
Fix the declaration of pointers to "tcp_dissect_pdus()".
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@5400 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'plugins')
-rw-r--r--plugins/plugin_table.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/plugin_table.h b/plugins/plugin_table.h
index 19a7e140f5..c5ba8763fd 100644
--- a/plugins/plugin_table.h
+++ b/plugins/plugin_table.h
@@ -1,7 +1,7 @@
/* plugin_table.h
* Table of exported addresses for Ethereal plugins.
*
- * $Id: plugin_table.h,v 1.46 2002/05/05 00:34:12 guy Exp $
+ * $Id: plugin_table.h,v 1.47 2002/05/05 22:30:39 guy Exp $
*
* Ethereal - Network traffic analyzer
* Copyright 2000 by Gilbert Ramirez <gram@alumni.rice.edu>
@@ -73,7 +73,7 @@ typedef int (*addr_call_dissector)(dissector_handle_t, tvbuff_t *,
packet_info *, proto_tree *);
typedef void (*addr_tcp_dissect_pdus)(tvbuff_t *, packet_info *, proto_tree *,
- gboolean, int, guint (*)(tvbuff_t *, int),
+ gboolean, guint, guint (*)(tvbuff_t *, int),
void (*)(tvbuff_t *, packet_info *, proto_tree *));
typedef gboolean (*addr_proto_is_protocol_enabled)(int);