aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-frame.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2016-01-15 19:00:06 -0800
committerGuy Harris <guy@alum.mit.edu>2016-01-16 03:00:34 +0000
commit0802f12f42f755d9692d4db23ea5f85e65303f46 (patch)
tree8370c9ca509e90c476a70c45ca92d7ae1770b8cb /epan/dissectors/packet-frame.h
parent91b6718f821417840bc543077f343f07d2c45314 (diff)
Don't export wtap_encap_dissector_table from packet-frame.c.
Dissectors that need it should fetch it with find_dissector_table("wtap_encap"). Change-Id: I4b12888f20182aa529274b934b81d36f7697e1a6 Reviewed-on: https://code.wireshark.org/review/13323 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'epan/dissectors/packet-frame.h')
-rw-r--r--epan/dissectors/packet-frame.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/epan/dissectors/packet-frame.h b/epan/dissectors/packet-frame.h
index 899ab7a9ad..a62c5751d0 100644
--- a/epan/dissectors/packet-frame.h
+++ b/epan/dissectors/packet-frame.h
@@ -30,8 +30,3 @@
*/
void
register_frame_end_routine(packet_info *pinfo, void (*func)(void));
-
-/*
- * The frame dissector and the PPI dissector both use this
- */
-extern dissector_table_t wtap_encap_dissector_table;