wireshark/epan
Stig Bjørlykke 677eb18d20 Rewrote some prohibited APIs in epan/dissectors/ (sprintf, strcpy, strcat).
If we get some truncated strings we probably overwrote some buffers...

svn path=/trunk/; revision=24249
2008-02-02 17:25:40 +00:00
..
crypt we must include config.h or else NEED_G_ASCII_STRCASECMP_H will never be 2007-11-28 01:20:46 +00:00
dfilter Hmmm. Second try to fix the const problems. 2008-01-31 23:10:09 +00:00
dissectors Rewrote some prohibited APIs in epan/dissectors/ (sprintf, strcpy, strcat). 2008-02-02 17:25:40 +00:00
ftypes Changed email address for Gerald from zing.org to wireshark.org 2008-01-08 22:54:51 +00:00
wslua From Peter (bug 2224): 2008-01-26 15:28:37 +00:00
addr_and_mask.c
addr_and_mask.h
addr_resolv.c Removed C++ style comment. 2008-01-24 18:51:54 +00:00
addr_resolv.h Changes get_addr_name_buf() to use the more common convention where the provided buffer size is the entire size of the buffer including the space for the terminating \0 2007-09-28 18:23:59 +00:00
address.h
adler32.c
adler32.h
afn.c
afn.h
aftypes.h
arcnet_pids.h
arptypes.h From Timo Teras: 2007-12-16 21:04:08 +00:00
asm_utils.c - fix warnings in prefs.c 2007-11-30 11:12:55 +00:00
asm_utils.h - fix warnings in prefs.c 2007-11-30 11:12:55 +00:00
asm_utils_win32_x86.asm Add ':' to some labels to prevent assembler warning messages 2008-01-16 04:04:24 +00:00
asn1.c support for additionally SIZE constrained Typereference 2007-12-28 10:42:44 +00:00
asn1.h support for additionally SIZE constrained Typereference 2007-12-28 10:42:44 +00:00
atalk-utils.c
atalk-utils.h
base64.c
base64.h
bitswap.c Changed email address for Gerald from zing.org to wireshark.org 2008-01-08 22:54:51 +00:00
bitswap.h
bridged_pids.h
camel-persistentdata.c
camel-persistentdata.h
charsets.c
charsets.h
chdlctypes.h
circuit.c
circuit.h
codecs.c new codec table for registering codecs by name 2007-10-25 09:38:15 +00:00
codecs.h new codec table for registering codecs by name 2007-10-25 09:38:15 +00:00
column-utils.c Apply yet another set of the optimization patches: 2007-10-27 14:44:29 +00:00
column-utils.h This patch adds two new column types: 2007-10-03 14:02:08 +00:00
column.c This patch adds two new column types: 2007-10-03 14:02:08 +00:00
column.h
column_info.h This patch adds two new column types: 2007-10-03 14:02:08 +00:00
conversation.c When there are multiple conversations with the same key, conversation_lookup_hashtable() did not return the correct conversation for the first packet of a conversation (ie when frame_num == conversation->setup_frame). 2007-10-29 06:54:25 +00:00
conversation.h
crc6.c
crc6.h
crc10.c
crc10.h
crc16.c
crc16.h
crc32.c
crc32.h
crcdrm.c
crcdrm.h
diam_dict.h
diam_dict.l Change more fopen() to eth_fopen() to finish fixing bug 1827: 2007-10-16 15:43:18 +00:00
dissector_filters.c
dissector_filters.h
doxygen.cfg.in
dtd.h
dtd_grammar.lemon
dtd_parse.h
dtd_parse.l strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delenda 2007-11-27 18:52:51 +00:00
dtd_preparse.l s/fopen()/eth_fopen()/ in an attempt to fix bug 1827: eth_fopen() deals with wide chars for us on Windows while fopen() does not. 2007-10-12 22:55:17 +00:00
eap.h From Jens Braeuer: 2007-11-23 17:48:28 +00:00
emem.c From Jim Young (bug 2162): 2008-01-07 20:44:32 +00:00
emem.h rework how emem trees indexed by strings so that traversing the tree 2007-12-04 03:26:50 +00:00
enterprise-numbers
epan.c Next few improvements to speed up startup about 10%. 2007-11-30 09:22:01 +00:00
epan.h
epan_dissect.h
etypes.h Wake on LAN (WOL): New dissector from Chris Maynard via -dev list and 2007-11-06 05:30:04 +00:00
ex-opt.c
ex-opt.h
except.c Include <glib.h> to declare g_vsnprintf(). 2007-12-05 10:35:37 +00:00
except.h
exceptions.h
exntest.c
expert.c
expert.h
filesystem.c Do not change profile if directory creation failed, and change to default 2008-01-27 14:45:31 +00:00
filesystem.h Always return a valid profile name from get_profile_name(). 2008-01-24 17:06:22 +00:00
follow.c Fixes the "follow tcp stream" output when there are frames missing in the 2007-12-15 23:25:05 +00:00
follow.h Fixes the "follow tcp stream" output when there are frames missing in the 2007-12-15 23:25:05 +00:00
frame_data.c Changed email address for Gerald from zing.org to wireshark.org 2008-01-08 22:54:51 +00:00
frame_data.h
frequency-utils.c
frequency-utils.h
funnel.c
funnel.h
g_ascii_strcasecmp.c we must include glib.h so we know what gchar and gsize is 2007-11-28 01:21:33 +00:00
g_ascii_strcasecmp.h strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delenda 2007-11-27 18:52:51 +00:00
g_ascii_strtoull.c
g_ascii_strtoull.h
garrayfix.h
gcp.c
gcp.h
gnuc_format_check.h
golay.c
golay.h
greproto.h
guid-utils.c
guid-utils.h
h225-persistentdata.c
h225-persistentdata.h
iax2_codec_type.h
in_cksum.c
in_cksum.h
inet_aton.c
inet_aton.h Changed email address for Gerald from zing.org to wireshark.org 2008-01-08 22:54:51 +00:00
ip_opts.h
ipproto.c Apply yet another set of the optimization patches: 2007-10-27 14:44:29 +00:00
ipproto.h
ipv4.c
ipv4.h
ipv6-utils.h
lapd_sapi.h Make it possible to use GSM SAPI:s 2007-09-19 21:02:41 +00:00
libwireshark.def Make the "!="/"ne" change compile under Windows. 2008-01-31 20:18:07 +00:00
libwireshark.vcproj add libwireshark.def 2007-11-30 22:01:52 +00:00
llcsaps.h
make-sminmpec.pl
Makefile.am epan (libwireshark) uses getservbyport() which, at least on Solaris, is in libsocket so add libsocket (and libnsl) to libwireshark_la_LIBADD 2008-01-17 18:42:19 +00:00
Makefile.common Add missing header file (eap.h) 2007-11-17 00:20:32 +00:00
Makefile.nmake Build with assembler support (NASM). 2007-12-25 15:55:19 +00:00
next_tvb.c
next_tvb.h
nlpid.h
nstime.c Add relative start time, duration, and average data rate (bps) columns 2007-11-20 18:35:41 +00:00
nstime.h Add relative start time, duration, and average data rate (bps) columns 2007-11-20 18:35:41 +00:00
oids.c Add Luis' uat_get_table_by_name() to fetch SMI uat tables. 2008-01-30 22:50:55 +00:00
oids.h Only define oid_get_default_mib_path() if we have libsmi. 2007-12-04 19:39:09 +00:00
osi-utils.c
osi-utils.h
oui.h
packet.c Call post dissectors with call_dissector_only() to avoid an extra Data entry 2008-01-15 23:31:37 +00:00
packet.h
packet_info.h
pint.h Changed email address for Gerald from zing.org to wireshark.org 2008-01-08 22:54:51 +00:00
plugins.c This patch adds support for configuration profiles, which can be used to 2008-01-14 16:40:23 +00:00
plugins.h new codec table for registering codecs by name 2007-10-25 09:38:15 +00:00
ppptypes.h
prefs-int.h get rid of GTree and use emem trees instead 2007-12-04 03:28:04 +00:00
prefs.c Hide hidden devices in "Capture Interfaces" dialog. 2008-01-31 16:47:05 +00:00
prefs.h Hide hidden devices in "Capture Interfaces" dialog. 2008-01-31 16:47:05 +00:00
privileges.c Update some comments and whitespace. 2007-11-20 16:46:11 +00:00
privileges.h Update some comments and whitespace. 2007-11-20 16:46:11 +00:00
proto.c Print the string to STDOUT regardless of the value of tree. 2008-01-16 18:39:32 +00:00
proto.h This patch adds support for configuration profiles, which can be used to 2008-01-14 16:40:23 +00:00
ptvcursor.h
radius_dict.l Change more fopen() to eth_fopen() to finish fixing bug 1827: 2007-10-16 15:43:18 +00:00
range.c
range.h
reassemble.c Apply yet another set of the optimization patches: 2007-11-10 16:08:14 +00:00
reassemble.h
reassemble_test.c
reedsolomon.c
reedsolomon.h
report_err.c
report_err.h
req_resp_hdrs.c strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delenda 2007-11-27 18:52:51 +00:00
req_resp_hdrs.h From Yaniv kaul: 2007-11-19 21:28:08 +00:00
rtp_pt.h
sctpppids.h
sigcomp-udvm.c
sigcomp-udvm.h
sigcomp_state_hdlr.c
sigcomp_state_hdlr.h
slab.h
sminmpec.h
sna-utils.c
sna-utils.h
stat_cmd_args.c
stat_cmd_args.h
stats_tree.c
stats_tree.h
stats_tree_priv.h
stream.c
stream.h
strutil.c strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delenda 2007-11-27 18:52:51 +00:00
strutil.h add a g_byte_array_sized_new() helper if we compile for glib < 2 2007-11-06 05:51:49 +00:00
t35.c
t35.h
tap-voip.h add common VoIP TAP listener "voip" which can be used in arbitrary experimental/proprietary protocol (implemented e.g. in plugin) and allows it to make graphs and replay streams 2007-10-24 08:30:46 +00:00
tap.c
tap.h
tcap-persistentdata.c Don't cast pinfo->src.data to (const mtp3_addr_pc_t *) unless we *know* it's 2007-11-08 19:13:51 +00:00
tcap-persistentdata.h
tfs.c
tfs.h
timestamp.c
timestamp.h
to_str.c
to_str.h
tpg.c
tpg.h
tvbparse.c
tvbparse.h
tvbtest.c
tvbuff.c tvbuff.c - fix abug if reading last byte in tvb 2007-12-12 21:50:14 +00:00
tvbuff.h Move the routines tvb_skip_wsp() to tvbuff.c 2007-12-09 17:41:16 +00:00
uat-int.h
uat.c Add Luis' uat_get_table_by_name() to fetch SMI uat tables. 2008-01-30 22:50:55 +00:00
uat.h Add Luis' uat_get_table_by_name() to fetch SMI uat tables. 2008-01-30 22:50:55 +00:00
uat_load.l Change more fopen() to eth_fopen() to finish fixing bug 1827: 2007-10-16 15:43:18 +00:00
unicode-utils.c
unicode-utils.h
value_string.c Allow for dynamic value string array selection. 2007-10-11 19:40:58 +00:00
value_string.h
ws_strsplit.c
ws_strsplit.h
x264_prt_id.h
xdlc.c
xdlc.h
xmlstub.c
xmlstub.h