wireshark/epan
Jörg Mayer f737cea032 emem -> wmem
svn path=/trunk/; revision=52038
2013-09-14 14:33:04 +00:00
..
crypt Fix (-W)documentation error found by Clang 2013-08-10 21:28:01 +00:00
dfilter dfilter: report warning if OR and AND logic operands are mixed without parentheses. 2013-08-10 17:49:28 +00:00
dissectors emem -> wmem 2013-09-14 14:33:04 +00:00
ftypes Remove epan.h from ftypes.h, address.h and tpg.h, 2013-09-13 09:13:09 +00:00
wmem Cycle the recycler in realloc() and free() as well, reducing memory usage of the 2013-09-08 15:18:55 +00:00
wslua Explicit inclusion of emem.h 2013-09-13 08:49:38 +00:00
wspython One small step towards fixing the broken python support. 2013-09-09 06:04:46 +00:00
CMakeLists.txt Add MACSEC dissector 2013-09-03 17:35:00 +00:00
Makefile.am
Makefile.common
Makefile.nmake
addr_and_mask.c
addr_and_mask.h
addr_resolv.c Revert revision=51577. 2013-08-29 22:08:23 +00:00
addr_resolv.h Revert revision=51577. 2013-08-29 22:08:23 +00:00
address.h Remove epan.h from ftypes.h, address.h and tpg.h, 2013-09-13 09:13:09 +00:00
address_to_str.c Fix indent (use 4 spaces) And add modelines info 2013-08-27 21:12:52 +00:00
adler32.c
adler32.h
afn.c
afn.h
aftypes.h
app_mem_usage.c
app_mem_usage.h
arcnet_pids.h
arptypes.h
asm_utils.c
asm_utils.h
asm_utils_win32_x86.asm
asn1.c Explicitly include emem.h where it is needed 2013-09-13 08:16:50 +00:00
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 Explicitly include emem.h where it is needed 2013-09-13 08:16:50 +00:00
column-utils.h
column.c
column.h
column_info.h
conv_id.h
conversation.c
conversation.h
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
disabled_protos.h
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 Remove some emem functions that have now been completely replaced by wmem. 2013-09-04 21:24:51 +00:00
emem.h Remove some emem functions that have now been completely replaced by wmem. 2013-09-04 21:24:51 +00:00
enterprise-numbers
epan-int.h
epan.c As suggested in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9033 2013-08-13 22:41:34 +00:00
epan.h
epan_dissect.h
etypes.h Add MACSEC dissector 2013-09-03 17:35:00 +00:00
ex-opt.c
ex-opt.h
except.c
except.h
exceptions.h
exntest.c
expert.c Couldn't quite figure out how to make the expert items in proto.c and the LUA API filterable (suggestions welcome!), but I wanted to start forcing dissectors to use the filterable expert API (nothing like compile errors to force change!). I created expert_add_info_format_internal (original expert_add_info_format) and used it as a placeholder for proto.c/LUA API until a solution is created. The "new" expert_add_info_format will be the "old" expert_add_info_format_text, and I'll slowly do the search/replace. 2013-09-08 19:32:10 +00:00
expert.h Complete the conversion of expert_add_info_format_text -> expert_add_info_format. 2013-09-09 01:02:44 +00:00
exported_pdu.c
exported_pdu.h
filesystem.c Allow an alternate application data location as specified by the new environment variable, WIRESHARK_APPDATA (chosen instead of my originally proposed WS_APPDATA name since most other Wireshark-specific environment variables were already named with the WIRESHARK_ prefix). 2013-09-13 20:15:46 +00:00
filesystem.h
filter_expressions.c
filter_expressions.h
follow.c Explicitly include emem.h where it is needed 2013-09-13 08:16:50 +00:00
follow.h
frame_data.c Explicitly include emem.h where it is needed 2013-09-13 08:16:50 +00:00
frame_data.h
frame_data_sequence.c
frame_data_sequence.h
frequency-utils.c
frequency-utils.h
funnel.c
funnel.h
garrayfix.h
gcp.c Explicitly include emem.h where it is needed 2013-09-13 08:16:50 +00:00
gcp.h Convert GCP to wmem. It is only called from dissectors in the proper scope 2013-09-04 20:42:12 +00:00
geoip_db.c
geoip_db.h
golay.c
golay.h
greproto.h
guid-utils.c Remove what appear to be the last two instances of pe_tree. Could this be the 2013-09-04 21:14:55 +00:00
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
ipv4.h
ipv6-utils.h
lapd_sapi.h
libwireshark.vcproj
llcsaps.h
next_tvb.c
next_tvb.h
nlpid.h
oids.c Use epan-scope memory for OIDs, cleaning up another ~100KB of valgrind 2013-09-12 12:16:15 +00:00
oids.h Remove what appear to be the last two instances of pe_tree. Could this be the 2013-09-04 21:14:55 +00:00
osi-utils.c
osi-utils.h
oui.h
packet-range.c
packet-range.h
packet.c Yet another cast fix. 2013-09-09 06:41:03 +00:00
packet.h Added dissector_delete_all() to remove all entries from a dissector table. 2013-09-09 05:36:45 +00:00
packet_info.h
params.h
plugins.c
plugins.h
ppptypes.h
prefs-int.h
prefs.c From Dean Lee via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8597 Qtshark: Chinese Simp translation 2013-09-09 17:49:15 +00:00
prefs.h Add Preference to change Language (in QtShark) 2013-09-09 16:20:45 +00:00
print.c
print.h
print.ps
proto.c The secs field of an nstime_t is a time_t, so cast to that. 2013-09-12 20:31:31 +00:00
proto.h Remove epan.h from ftypes.h, address.h and tpg.h, 2013-09-13 09:13:09 +00:00
ps.h
ptvcursor.h
radius_dict.l
range.c
range.h Fix (-W)documentation error found by Clang 2013-08-10 21:28:17 +00:00
reassemble.c Explicitly include emem.h where it is needed 2013-09-13 08:16:50 +00:00
reassemble.h
reassemble_test.c
reedsolomon.c
reedsolomon.h
req_resp_hdrs.c As per the HTTP spec, prefer chunked transfer-encoding to content-length if we 2013-09-05 15:48:50 +00:00
req_resp_hdrs.h
rtp_pt.h
sctpppids.h
show_exception.c Complete the conversion of expert_add_info_format_text -> expert_add_info_format. 2013-09-09 01:02:44 +00:00
show_exception.h
sigcomp-udvm.c Explicitly include emem.h where it is needed 2013-09-13 08:16:50 +00:00
sigcomp-udvm.h
sigcomp_state_hdlr.c
sigcomp_state_hdlr.h
sminmpec.h
sna-utils.c
sna-utils.h
stat_cmd_args.c
stat_cmd_args.h
stats_tree.c Get rid of -Wshadow warning - I guess we're including something that 2013-08-14 00:41:02 +00:00
stats_tree.h
stats_tree_priv.h
stream.c Explicitly include emem.h where it is needed 2013-09-13 08:16:50 +00:00
stream.h
strutil.c
strutil.h
t35.c
t35.h
tap-voip.h
tap.c
tap.h
tcap-persistentdata.c
tcap-persistentdata.h
tfs.c
tfs.h
time_fmt.h
timestamp.c
timestamp.h
timestats.c
timestats.h
to_str.c [trivial] Use g_stpcpy() 2013-08-15 09:33:52 +00:00
to_str.h Add an item tracer to the TCP stream graph. Enable packet selection. 2013-08-30 21:15:24 +00:00
tpg.c
tpg.h Remove epan.h from ftypes.h, address.h and tpg.h, 2013-09-13 09:13:09 +00:00
tvbparse.c
tvbparse.h
tvbtest.c
tvbuff-int.h - no need for a doubly-linked list of TVBs, single is simpler 2013-09-07 18:20:52 +00:00
tvbuff.c - no need for a doubly-linked list of TVBs, single is simpler 2013-09-07 18:20:52 +00:00
tvbuff.h Update a comment with the correct memory allocator type 2013-08-31 15:30:07 +00:00
tvbuff_composite.c Explicitly include emem.h where it is needed 2013-09-13 08:16:50 +00:00
tvbuff_real.c Explicitly include emem.h where it is needed 2013-09-13 08:16:50 +00:00
tvbuff_subset.c Explicitly include emem.h where it is needed 2013-09-13 08:16:50 +00:00
uat-int.h
uat.c
uat.h Fix (-W)documentation error found by Clang 2013-08-10 21:28:25 +00:00
uat_load.l
value_string.c Include config.h first; it defines _FILE_OFFSET_BITS, and if some system 2013-08-14 01:15:59 +00:00
value_string.h
x264_prt_id.h
xdlc.c
xdlc.h Fix (-W)documentation error found by Clang 2013-08-10 21:29:08 +00:00