aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2012-09-19 07:20:49 +0000
committerJörg Mayer <jmayer@loplof.de>2012-09-19 07:20:49 +0000
commit30b7b74ddeb4bb7bf4b9193e9f3b7ac2da4992b4 (patch)
tree122cf2cae27b2d4cb4c307147300ef7a34d961c3 /tools
parentbce733e4d857e1de49f00b6f209bf2df0f4f675e (diff)
Remove #defines that provided backward source compatibility
for deprecated dissector add/remmove/... functions. svn path=/trunk/; revision=45000
Diffstat (limited to 'tools')
-rwxr-xr-xtools/checkAPIs.pl7
1 files changed, 0 insertions, 7 deletions
diff --git a/tools/checkAPIs.pl b/tools/checkAPIs.pl
index be51831181..d6b8061f52 100755
--- a/tools/checkAPIs.pl
+++ b/tools/checkAPIs.pl
@@ -128,13 +128,6 @@ my %APIs = (
'perror', # Use g_strerror() and report messages in whatever
# fashion is appropriate for the code in question.
'ctime', # Use abs_time_secs_to_str()
- 'dissector_add', # Use dissector_add_uint()
- 'dissector_change', # Use dissector_change_uint()
- 'dissector_delete', # Use dissector_delete_uint()
- 'dissector_get_port_handle', # Use dissector_get_uint_handle()
- 'dissector_reset', # Use dissector_reset_uint()
- 'dissector_try_port', # Use dissector_try_uint()
- 'dissector_try_port_new', # Use dissector_try_uint_new()
'next_tvb_add_port', # Use next_tvb_add_uint() (and a matching change
# of NTVB_PORT -> NTVB_UINT)