wireshark/epan
Ronnie Sahlberg badb5a40a3 remove a redundant tvb_memdup() and fix a potential buffer overflow at the same time.
svn path=/trunk/; revision=14999
2005-07-22 22:56:08 +00:00
..
dfilter After doing "make maintainer-clean", "svn status --no-ignore | grep ^I" 2005-07-10 08:04:27 +00:00
dissectors remove a redundant tvb_memdup() and fix a potential buffer overflow at the same time. 2005-07-22 22:56:08 +00:00
ftypes After doing "make maintainer-clean", "svn status --no-ignore | grep ^I" 2005-07-10 08:04:27 +00:00
AUTHORS
ChangeLog
Makefile.am Add radius_dict.c to DISTCLEAN 2005-07-17 13:55:46 +00:00
Makefile.common EMEM : a simple and FAST api to allocate memory that will be automatically freed() when the next packet is dissected. 2005-07-22 07:46:58 +00:00
Makefile.nmake add radius_dict.c to the distclean target, don't know how to do this for Makefile.am 2005-07-17 13:39:24 +00:00
NEWS
README
addr_and_mask.c
addr_and_mask.h
addr_resolv.c Move Win32-specific variable declaration to the beginning of a function. 2005-07-19 22:24:28 +00:00
addr_resolv.h add get_manuf_name_if_known (returns NULL if unknown) in addition to get_manuf_name 2005-05-20 21:44:17 +00:00
address.h Add a cast to SET_ADDRESS() to squelch GCC4 "differ in signedness" 2005-07-07 04:03:35 +00:00
adler32.c
adler32.h
afn.c
afn.h
arptypes.h
asn1.c
asn1.h
atalk-utils.c
atalk-utils.h
base64.c
base64.h
bitswap.c
bitswap.h
charsets.c
charsets.h
circuit.c
circuit.h
column-utils.c add a new DCE/RPC related column, which contains the call_id for connection oriented packets or the sequence number for connectionless (datagram) packets. 2005-06-30 22:46:19 +00:00
column-utils.h
column.c add a new DCE/RPC related column, which contains the call_id for connection oriented packets or the sequence number for connectionless (datagram) packets. 2005-06-30 22:46:19 +00:00
column.h
column_info.h add a new DCE/RPC related column, which contains the call_id for connection oriented packets or the sequence number for connectionless (datagram) packets. 2005-06-30 22:46:19 +00:00
conversation.c from Kashyap Desai 2005-06-25 22:15:51 +00:00
conversation.h
crc16.c
crc16.h
crc32.c
crc32.h
crypt-des.c
crypt-des.h
crypt-md4.c
crypt-md4.h
crypt-md5.c
crypt-md5.h
crypt-rc4.c
crypt-rc4.h
doxygen.cfg.in
emem.c Set svn:keywords and svn:eol-style 2005-07-22 17:55:47 +00:00
emem.h Set svn:keywords and svn:eol-style 2005-07-22 17:55:47 +00:00
epan.c EMEM : a simple and FAST api to allocate memory that will be automatically freed() when the next packet is dissected. 2005-07-22 07:46:58 +00:00
epan.h
epan_dissect.h
except.c
except.h
exceptions.h
filesystem.c
filesystem.h
follow.c
follow.h
frame_data.c
frame_data.h
g_ascii_strtoull.c
g_ascii_strtoull.h
gdebug.h
h225-persistentdata.c
h225-persistentdata.h
in_cksum.c
in_cksum.h
inet_aton.c
inet_aton.h
inet_ntop.c
inet_pton.c
inet_v6defs.h
ipproto.c
ipproto.h
ipv4.c
ipv4.h
ipv6-utils.h
libethereal.def Add ep_init_chunk. 2005-07-22 08:55:06 +00:00
nstime.h
osi-utils.c
osi-utils.h
packet.c
packet.h Warning fix: Declare some more strings const 2005-06-19 15:16:30 +00:00
packet_info.h From Mike Duigou: 2005-06-03 06:35:44 +00:00
pint.h
plugins.c
plugins.h
prefs-int.h
prefs.c Fix some warnings (and one of my previous 'fixes') 2005-07-22 17:57:40 +00:00
prefs.h small warning fixes 2005-07-21 17:04:10 +00:00
proto.c Change proto_register_protocol to use 'const char*' instead of 'char*' 2005-07-20 11:01:35 +00:00
proto.h Change proto_register_protocol to use 'const char*' instead of 'char*' 2005-07-20 11:01:35 +00:00
ptvcursor.c
ptvcursor.h
radius_dict.l Throw in some casts to squelch warnings, at least with some compilers 2005-07-16 01:33:22 +00:00
range.c
range.h
reassemble.c Don't crash if we're handed a zero-length fragment. Fixes bug 272. Although 2005-07-05 20:04:03 +00:00
reassemble.h add a generated toplevel line between the connectionless DCE/RPC protocol and the defragmented DCE/RPC content, to better understand what's going on if defragmentation is done. 2005-06-02 20:55:58 +00:00
report_err.h
req_resp_hdrs.c
req_resp_hdrs.h
sha1.c
sha1.h
sigcomp-udvm.c From Paul Ollis: 2005-06-16 21:15:12 +00:00
sigcomp-udvm.h From Paul Ollis: 2005-06-16 21:15:12 +00:00
sigcomp_state_hdlr.c From Paul Ollis: 2005-06-16 21:15:12 +00:00
sigcomp_state_hdlr.h From Paul Ollis: 2005-06-16 21:15:12 +00:00
slab.h
sminmpec.c Add some more vendors 2005-06-16 22:06:12 +00:00
sminmpec.h Add some more vendors 2005-06-16 22:06:12 +00:00
sna-utils.c
sna-utils.h
stats_tree.c dup the filter string so that it can be freed without problems. 2005-05-20 19:40:10 +00:00
stats_tree.h
stats_tree_priv.h
strutil.c
strutil.h
t35.c Add Sony and Nokia VendorID:s 2005-05-19 20:33:59 +00:00
t35.h
tap.c More warining fixes: char -> const char 2005-07-21 17:21:48 +00:00
tap.h More warining fixes: char -> const char 2005-07-21 17:21:48 +00:00
timestamp.c
timestamp.h
to_str.c convert all other nasty "rotating static array" from to_str.c and make them use the new emem api. 2005-07-22 08:27:20 +00:00
to_str.h new field type FT_GUID 2005-07-04 13:04:53 +00:00
tvbtest.c
tvbuff.c When trying to handle gzip-compressed data, don't seek past the end of our 2005-07-21 21:40:57 +00:00
tvbuff.h
value_string.c Get rid of the private "my_match_strval()" routine in many dissectors; 2005-06-26 19:56:52 +00:00
value_string.h Get rid of the private "my_match_strval()" routine in many dissectors; 2005-06-26 19:56:52 +00:00
xdlc.c Get rid of the private "my_match_strval()" routine in many dissectors; 2005-06-26 19:56:52 +00:00
xdlc.h
xmlstub.c
xmlstub.h

README

$Id$

XXX - put something here