aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet.h
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2015-11-25 10:11:53 -0500
committerAnders Broman <a.broman58@gmail.com>2015-11-26 12:34:50 +0000
commit3cb5d94018225a466154a5d22e31f67ce24312a0 (patch)
tree8f322769b0f01ffd1dc1644060012149b83e7abb /epan/packet.h
parent921a844200e32bdc4c59485c5589873540eb238c (diff)
Completely remove "old style" dissector support.
The typedef for the "old style" has been removed as well as any old vs new style checks. The release notes have been updated to reflect the API change, even though the search/replace of the "new style" function names hasn't happen yet. But it will be coming shortly... Change-Id: I6d1eeb51d30e3b2b27f0eafd85fe0ddc0ca25b14 Reviewed-on: https://code.wireshark.org/review/12153 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/packet.h')
-rw-r--r--epan/packet.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/epan/packet.h b/epan/packet.h
index 726ec61946..cd39dd5e86 100644
--- a/epan/packet.h
+++ b/epan/packet.h
@@ -91,11 +91,6 @@ struct dissector_table;
typedef struct dissector_table *dissector_table_t;
/*
- * Dissector that returns nothing.
- */
-typedef void (*dissector_t)(tvbuff_t *, packet_info *, proto_tree *);
-
-/*
* Dissector that returns:
*
* The amount of data in the protocol's PDU, if it was able to