Ethereal-dev: Re: [Ethereal-dev] Patch to packet-frame.c for Mate access

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

Date: Mon, 29 Nov 2004 13:56:35 +0100
BTW: I was missing: proto_registrar_get_byname


Index: plugins/plugin_api_list.c
===================================================================
--- plugins/plugin_api_list.c   (revision 12617)
+++ plugins/plugin_api_list.c   (working copy)
@@ -92,6 +92,7 @@
     void (*)(tvbuff_t *, packet_info *, proto_tree *));
 
 gboolean proto_is_protocol_enabled(protocol_t *);
+header_field_info* proto_registrar_get_byname(char *);
 
 int proto_item_get_len(proto_item*);
 void proto_item_set_len(proto_item*, gint);
@@ -296,6 +297,8 @@
 
 int register_tap(char *);
 void tap_queue_packet(int, packet_info *, void *);
+GString *register_tap_listener(char *, void *, char *, tap_reset_cb ,
tap_packet_cb ,  tap_draw_cb );
+void remove_tap_listener(void *tapdata);
 
 void asn1_open(ASN1_SCK *, tvbuff_t *, int );
 void asn1_close(ASN1_SCK *, int *);