wireshark/epan
Evan Huus 64ed83d793 Rewrite the merge_free routine to keep the merged chunk on the master free list
if the right-hand merge target was there originally. This brings memory usage
down another ~40% when running the heavy test suite.

This also lets us extract the master-list check out of unfree() since it is now
only relevant at a single caller, and turns unfree into the more understandable
remove_from_recycler().

svn path=/trunk/; revision=51104
2013-08-02 00:12:12 +00:00
..
crypt Include LIBGCRYPT_CFLAGS in wsutil (but not in epan/crypt). 2013-08-01 23:56:09 +00:00
dfilter dfilter: move convertion to byte to seperate function 2013-07-28 08:41:26 +00:00
dissectors md5.h is in wsutil now. 2013-08-01 23:53:35 +00:00
ftypes Make many items filterable for Vines dissectors. 2013-07-28 00:07:49 +00:00
wmem Rewrite the merge_free routine to keep the merged chunk on the master free list 2013-08-02 00:12:12 +00:00
wslua Remove fdata->opt_comment, add pkt_comment to pinfo 2013-08-01 20:59:38 +00:00
wspython
CMakeLists.txt Move a bunch of the crypt modules and pint.h into wsutil. 2013-08-01 23:34:47 +00:00
Makefile.am Export tvb_free_chain() so that tvbtest can use it. 2013-07-14 10:30:49 +00:00
Makefile.common Move a bunch of the crypt modules and pint.h into wsutil. 2013-08-01 23:34:47 +00:00
Makefile.nmake Add a routine to get application memory usage to epan. 2013-07-30 05:49:58 +00:00
addr_and_mask.c Move bitmask array from ipv4_addr_set_netmask_bits() to ip_get_subnet_mask() 2013-07-12 05:59:56 +00:00
addr_and_mask.h Move bitmask array from ipv4_addr_set_netmask_bits() to ip_get_subnet_mask() 2013-07-12 05:59:56 +00:00
addr_resolv.c Squelch a warning by explicitly casting to throw away the upper 32 bits 2013-08-01 20:46:49 +00:00
addr_resolv.h Use glibs hastables rather than home grown variants for manuf an wka(well known addresses). 2013-08-01 20:11:13 +00:00
address.h
address_to_str.c Move a bunch of the crypt modules and pint.h into wsutil. 2013-08-01 23:34:47 +00:00
adler32.c
adler32.h
afn.c
afn.h
aftypes.h
app_mem_usage.c Linux: add support for getting total/rss from /proc/self/statm 2013-07-31 19:02:56 +00:00
app_mem_usage.h Add some very basic framework to fetch statistics of memory usage per component. 2013-07-31 18:26:14 +00:00
arcnet_pids.h
arptypes.h
asm_utils.c
asm_utils.h
asm_utils_win32_x86.asm
asn1.c
asn1.h
atalk-utils.c
atalk-utils.h
ax25_pids.h
base64.c
base64.h
bitswap.c
bitswap.h
bridged_pids.h
camel-persistentdata.c
camel-persistentdata.h
charsets.c
charsets.h
chdlctypes.h
circuit.c
circuit.h
codecs.c
codecs.h
column-utils.c Move a bunch of the crypt modules and pint.h into wsutil. 2013-08-01 23:34:47 +00:00
column-utils.h Add helper function to epan_session which can be used to get absolute timestamp of given frame. 2013-07-21 20:48:30 +00:00
column.c
column.h
column_info.h Add helper function to epan_session which can be used to get absolute timestamp of given frame. 2013-07-21 20:48:30 +00:00
conv_id.h
conversation.c New Qt feature: Show related packet list items in the frame number 2013-07-08 16:54:18 +00:00
conversation.h New Qt feature: Show related packet list items in the frame number 2013-07-08 16:54:18 +00:00
crc8-tvb.c
crc8-tvb.h
crc16-tvb.c
crc16-tvb.h
crc32-tvb.c
crc32-tvb.h
diam_dict.h
diam_dict.l
disabled_protos.c Move disabled_protos.{h,c} into epan. 2013-07-12 01:40:06 +00:00
disabled_protos.h Move disabled_protos.{h,c} into epan. 2013-07-12 01:40:06 +00:00
dissector_filters.c
dissector_filters.h
doxygen.cfg.in
dtd.h
dtd_grammar.lemon
dtd_parse.h
dtd_parse.l
dtd_preparse.l
eap.h
emem.c Add some very basic framework to fetch statistics of memory usage per component. 2013-07-31 18:26:14 +00:00
emem.h
enterprise-numbers
epan-int.h Remove fdata->opt_comment, add pkt_comment to pinfo 2013-08-01 20:59:38 +00:00
epan.c Remove fdata->opt_comment, add pkt_comment to pinfo 2013-08-01 20:59:38 +00:00
epan.h Remove fdata->opt_comment, add pkt_comment to pinfo 2013-08-01 20:59:38 +00:00
epan_dissect.h Some work on multi file dissection 2013-07-21 18:38:03 +00:00
etypes.h
ex-opt.c
ex-opt.h
except.c
except.h
exceptions.h
exntest.c
expert.c Remove unused data structures from new expert code. Cleans up another ~17KB 2013-07-06 16:11:36 +00:00
expert.h Differentiate "Disabled" from "Unknown" and provide macros for the enumerated values. 2013-07-02 20:08:49 +00:00
exported_pdu.c support exporting decrypted DVB-CI/CI+ SAC messages 2013-07-29 20:38:20 +00:00
exported_pdu.h support exporting decrypted DVB-CI/CI+ SAC messages 2013-07-29 20:38:20 +00:00
filesystem.c Move report_err.{h,c} from epan into wsutil: there's nothing epan-specific there and moving it avoids having to recompile the file for use in editcap and capinfos (which don't link against libwireshark). 2013-07-15 02:48:26 +00:00
filesystem.h
filter_expressions.c
filter_expressions.h
follow.c WS_DLL_PUBLIC is now always WS_DLL_PUBLIC_NOEXTERN with "extern" added; 2013-07-03 01:43:39 +00:00
follow.h From Thomas ERSFELD (GSoC13) Prepare inclusion of Follow (TCP/UDP/SSL) feature in Qtshark 2013-07-23 08:56:30 +00:00
frame_data.c Initialize fdata->flags.has_user_comment too. 2013-08-01 21:20:31 +00:00
frame_data.h Remove fdata->opt_comment, add pkt_comment to pinfo 2013-08-01 20:59:38 +00:00
frame_data_sequence.c Move some more modules into epan. 2013-07-11 23:57:11 +00:00
frame_data_sequence.h Move some more modules into epan. 2013-07-11 23:57:11 +00:00
frequency-utils.c
frequency-utils.h
funnel.c
funnel.h
garrayfix.h
gcp.c
gcp.h
geoip_db.c Move report_err.{h,c} from epan into wsutil: there's nothing epan-specific there and moving it avoids having to recompile the file for use in editcap and capinfos (which don't link against libwireshark). 2013-07-15 02:48:26 +00:00
geoip_db.h
golay.c
golay.h
greproto.h
guid-utils.c
guid-utils.h
h225-persistentdata.c
h225-persistentdata.h
iana_snap_pid.h
iax2_codec_type.h
in_cksum.c
in_cksum.h
ip_opts.h
ipproto.c
ipproto.h
ipv4.c Move bitmask array from ipv4_addr_set_netmask_bits() to ip_get_subnet_mask() 2013-07-12 05:59:56 +00:00
ipv4.h
ipv6-utils.h
lapd_sapi.h
libwireshark.vcproj
llcsaps.h
next_tvb.c
next_tvb.h
nlpid.h
oids.c Restore inclusion of report_err.h 2013-07-15 03:06:00 +00:00
oids.h
osi-utils.c
osi-utils.h
oui.h Beginnings of Nintendo StreetProtocol support 2013-07-22 08:01:10 +00:00
packet-range.c Move some more modules into epan. 2013-07-11 23:57:11 +00:00
packet-range.h Move some more modules into epan. 2013-07-11 23:57:11 +00:00
packet.c Use opt_comment only when has_phdr_comment is set. 2013-08-01 21:24:54 +00:00
packet.h Move a bunch of the crypt modules and pint.h into wsutil. 2013-08-01 23:34:47 +00:00
packet_info.h Remove fdata->opt_comment, add pkt_comment to pinfo 2013-08-01 20:59:38 +00:00
params.h
plugins.c Move report_err.{h,c} from epan into wsutil: there's nothing epan-specific there and moving it avoids having to recompile the file for use in editcap and capinfos (which don't link against libwireshark). 2013-07-15 02:48:26 +00:00
plugins.h
ppptypes.h
prefs-int.h Convert preferences to wmem. Exposes some more memory leaks that didn't show up 2013-07-31 01:49:57 +00:00
prefs.c Fix the most egregious of the newly exposed leaks, about 28KB. 2013-07-31 01:55:20 +00:00
prefs.h Add a UAT dialog. Make UAT preferences uat_t * instead of void *. 2013-07-25 23:49:47 +00:00
print.c Try to fix error: ignoring return value of 'fwrite', declared with attribute warn_unused_result 2013-07-18 07:01:02 +00:00
print.h Move the print modules into epan. 2013-07-12 03:50:50 +00:00
print.ps Move the print modules into epan. 2013-07-12 03:50:50 +00:00
proto.c Optimize marking label as truncated in proto_tree_set_representation_*() 2013-07-30 20:02:24 +00:00
proto.h Reorder field_info structure to remove paddings on 64 bits (8B less). 2013-07-30 21:09:03 +00:00
ps.h Move the print modules into epan. 2013-07-12 03:50:50 +00:00
ptvcursor.h
radius_dict.l
range.c
range.h
reassemble.c Remove fragment_data, add fragment_head, fragment_item - for now alias it to the same structure. 2013-07-17 21:12:24 +00:00
reassemble.h Remove fragment_data, add fragment_head, fragment_item - for now alias it to the same structure. 2013-07-17 21:12:24 +00:00
reassemble_test.c Remove fragment_data, add fragment_head, fragment_item - for now alias it to the same structure. 2013-07-17 21:12:24 +00:00
reedsolomon.c
reedsolomon.h
req_resp_hdrs.c
req_resp_hdrs.h
rtp_pt.h
sctpppids.h
show_exception.c proto_malformed SHOULD NOT be used outside of show_exception.c 2013-07-02 20:43:21 +00:00
show_exception.h proto_malformed SHOULD NOT be used outside of show_exception.c 2013-07-02 20:43:21 +00:00
sigcomp-udvm.c Move a bunch of the crypt modules and pint.h into wsutil. 2013-08-01 23:34:47 +00:00
sigcomp-udvm.h
sigcomp_state_hdlr.c
sigcomp_state_hdlr.h
sminmpec.h
sna-utils.c Move a bunch of the crypt modules and pint.h into wsutil. 2013-08-01 23:34:47 +00:00
sna-utils.h
stat_cmd_args.c
stat_cmd_args.h
stats_tree.c Replace relative timestamp with reference frame number. Saves 16B per frame. 2013-07-21 23:07:33 +00:00
stats_tree.h
stats_tree_priv.h
stream.c Remove fragment_data, add fragment_head, fragment_item - for now alias it to the same structure. 2013-07-17 21:12:24 +00:00
stream.h Remove fragment_data, add fragment_head, fragment_item - for now alias it to the same structure. 2013-07-17 21:12:24 +00:00
strutil.c
strutil.h
t35.c
t35.h
tap-voip.h
tap.c
tap.h
tcap-persistentdata.c
tcap-persistentdata.h
tfs.c Use "generic" tfs (tfs_supported_not_supported...) 2013-07-17 10:44:35 +00:00
tfs.h Use "generic" tfs (tfs_supported_not_supported...) 2013-07-17 10:44:35 +00:00
time_fmt.h
timestamp.c
timestamp.h
timestats.c
timestats.h
to_str.c
to_str.h
tpg.c
tpg.h
tvbparse.c
tvbparse.h
tvbtest.c Move a bunch of the crypt modules and pint.h into wsutil. 2013-08-01 23:34:47 +00:00
tvbuff-int.h Move tvbuff composite structure to their own file. 2013-07-31 20:01:53 +00:00
tvbuff.c Move a bunch of the crypt modules and pint.h into wsutil. 2013-08-01 23:34:47 +00:00
tvbuff.h Rewrite reassemble API to use TVBs instead of raw data. 2013-07-14 14:42:05 +00:00
tvbuff_composite.c Move tvbuff composite structure to their own file. 2013-07-31 20:01:53 +00:00
tvbuff_real.c Move tvb_new_child_real_data() to tvbuff_real.c with some cleanup 2013-07-23 17:23:51 +00:00
tvbuff_subset.c Fix bug #8934: Fuzz failure: seg-fault in tvb_new_proxy() 2013-07-15 18:59:42 +00:00
uat-int.h Add a UAT dialog. Make UAT preferences uat_t * instead of void *. 2013-07-25 23:49:47 +00:00
uat.c Move report_err.{h,c} from epan into wsutil: there's nothing epan-specific there and moving it avoids having to recompile the file for use in editcap and capinfos (which don't link against libwireshark). 2013-07-15 02:48:26 +00:00
uat.h Add a UAT dialog. Make UAT preferences uat_t * instead of void *. 2013-07-25 23:49:47 +00:00
uat_load.l
value_string.c Add 64-bit value strings and the appropriate tooling (including yet another 2013-07-26 21:51:39 +00:00
value_string.h Add 64-bit value strings and the appropriate tooling (including yet another 2013-07-26 21:51:39 +00:00
x264_prt_id.h
xdlc.c
xdlc.h