aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/plugin_table.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2003-03-06 09:01:47 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2003-03-06 09:01:47 +0000
commite00fb8c41365618d603fb0c8943540098ea42e5d (patch)
treead2df5060759258d225affe6746f23afe26bd23d /plugins/plugin_table.h
parentb1a9c6e00ff713bcbfeb14a1b1215b6d386c6428 (diff)
From Lars Ronald :
MGCP request/response matching and MGCPSTAT RTT calculation. For those with MGCP captures, try -z mgcp,rtd[,filter] svn path=/trunk/; revision=7294
Diffstat (limited to 'plugins/plugin_table.h')
-rw-r--r--plugins/plugin_table.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/plugins/plugin_table.h b/plugins/plugin_table.h
index 38e0f53a57..3e53a9ae52 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.56 2002/12/02 23:34:40 guy Exp $
+ * $Id: plugin_table.h,v 1.57 2003/03/06 09:01:45 sahlberg Exp $
*
* Ethereal - Network traffic analyzer
* Copyright 2000 by Gilbert Ramirez <gram@alumni.rice.edu>
@@ -279,6 +279,9 @@ typedef unsigned char *(*addr_fragment_delete)(packet_info *, guint32, GHashTabl
typedef gboolean (*addr_show_fragment_tree)(fragment_data *, const fragment_items *, proto_tree *, packet_info *, tvbuff_t *);
typedef gboolean (*addr_show_fragment_seq_tree)(fragment_data *, const fragment_items *, proto_tree *, packet_info *, tvbuff_t *);
+typedef int (*addr_register_tap)(char *);
+typedef void (*addr_tap_queue_packet)(int, packet_info *, void *);
+
typedef struct {
#include "plugin_api_decls.h"