aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2015-12-12 23:38:21 -0500
committerMichael Mann <mmann78@netscape.net>2015-12-13 14:34:13 +0000
commit56aa05227f6bc18211d9ddec669af77ba5cd78e9 (patch)
treefa21cc83f52889681b3461e1f511521a6d43275d /tools
parent23379ae3624df82c170f48e5bb3250a97ec61c13 (diff)
Create a way to register "capture" dissectors.
Capture dissectors could be architected like dissection dissectors, with tables and subtables and possibly using tvbs to pass there data instead of raw byte arrays. This is a first step towards that by refactoring capture_info_packet() to work off of a "capture dissector table" Registering the capture dissection functions instead of calling them directly also clears up a bunch of dissector header files who sole purpose was providing the capture dissection function definition. Change-Id: I10e9b79e061f32d2572f009823601d4f048d37aa Reviewed-on: https://code.wireshark.org/review/12581 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'tools')
-rw-r--r--tools/delete_includes.py12
1 files changed, 0 insertions, 12 deletions
diff --git a/tools/delete_includes.py b/tools/delete_includes.py
index 8ad1e79b4a..20cdf6f1dd 100644
--- a/tools/delete_includes.py
+++ b/tools/delete_includes.py
@@ -119,26 +119,14 @@ includes_to_keep.append('string.h')
# These are probably mostly redundant in that they are now covered by the check
# for 'self-includes'...
includes_to_keep.append('x11-keysym.h')
-includes_to_keep.append('packet-ppi.h')
includes_to_keep.append('packet-dcom-dispatch.h')
includes_to_keep.append('packet-ax25.h')
-includes_to_keep.append('packet-ax25-kiss.h')
-includes_to_keep.append('packet-i2c.h')
-includes_to_keep.append('packet-enc.h')
-includes_to_keep.append('packet-fr.h')
-includes_to_keep.append('packet-ap1394.h')
-includes_to_keep.append('packet-arcnet.h')
-includes_to_keep.append('packet-ipfc.h')
includes_to_keep.append('packet-atm.h')
includes_to_keep.append('packet-atalk.h')
-includes_to_keep.append('packet-clip.h')
-includes_to_keep.append('packet-raw.h')
includes_to_keep.append('packet-ppp.h')
-includes_to_keep.append('packet-null.h')
includes_to_keep.append('packet-scsi-mmc.h')
includes_to_keep.append('packet-t30.h')
includes_to_keep.append('packet-ssl.h')
-includes_to_keep.append('packet-pktap.h')