aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-04-19 04:04:12 -0700
committerEvan Huus <eapache@gmail.com>2014-04-19 14:20:06 +0000
commit80011ec03c034cbebbe901eb4ded1242efe8fc78 (patch)
treee10045f12229249b2e348fd8e288b6ecf6ad1074 /tools
parent1d574597ec2dfed1ba7674866e8634d7f1ed988b (diff)
Don't se_ allocate strings when mapping addresses to column strings.
This should significantly reduce memory usage, without increasing the CPU time required to process a capture file in TShark or Wireshark. As a result, se_address_to_str() is no longer used; eliminate it. Fixes bug #9949. Change-Id: I65a112a426c82cc73a957b81384c765c3d14f2c3 Reviewed-on: https://code.wireshark.org/review/1213 Reviewed-by: Evan Huus <eapache@gmail.com>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/checkAPIs.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/checkAPIs.pl b/tools/checkAPIs.pl
index 1b87dd6cdb..de48d6d3ee 100755
--- a/tools/checkAPIs.pl
+++ b/tools/checkAPIs.pl
@@ -163,7 +163,6 @@ my %APIs = (
'se_strdup_vprintf',
'se_strdup_printf',
'se_alloc_array',
- 'se_address_to_str',
'se_tree_create',
'se_tree_insert32',
'se_tree_lookup32',