wireshark/epan
Ronnie Sahlberg c841beb71b EMEM : a simple and FAST api to allocate memory that will be automatically freed() when the next packet is dissected.
This offesr memory allocation with a packet  scope making memory leaks less likely and memory management faster.


Add initialization calls for both tethereal and ethereal.

Convert the ip_to_str() function to use this and avoid doing the silly rotating buffers thing it previously did.


We also need an equivalent set of functions for allocation with capture file scope (free when next capture is loaded) but i dont know where to put the free_all call.



svn path=/trunk/; revision=14984
2005-07-22 07:46:58 +00:00
..
dfilter After doing "make maintainer-clean", "svn status --no-ignore | grep ^I" 2005-07-10 08:04:27 +00:00
dissectors fix some bugs in a value string 2005-07-22 02:07:43 +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 Set the svn:eol-style property on all text files to "native", so that 2004-07-18 00:24:25 +00:00
addr_and_mask.c Set the svn:eol-style property on all text files to "native", so that 2004-07-18 00:24:25 +00:00
addr_and_mask.h Set the svn:eol-style property on all text files to "native", so that 2004-07-18 00:24:25 +00:00
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 The first argument to "adler32_bytes()" is only passed on to 2004-12-30 23:56:12 +00:00
adler32.h The first argument to "adler32_bytes()" is only passed on to 2004-12-30 23:56:12 +00:00
afn.c Move various tables into the epan directory. 2004-09-29 00:52:45 +00:00
afn.h Move various tables into the epan directory. 2004-09-29 00:52:45 +00:00
arptypes.h From Yaniv Kaul: add Ethernet address-to-name (or, at least, address-to- 2004-12-26 22:26:02 +00:00
asn1.c Move the following files from /trunk to /trunk/epan: 2005-02-09 23:38:00 +00:00
asn1.h Move the following files from /trunk to /trunk/epan: 2005-02-09 23:38:00 +00:00
atalk-utils.c Set the svn:eol-style property on all text files to "native", so that 2004-07-18 00:24:25 +00:00
atalk-utils.h Set the svn:eol-style property on all text files to "native", so that 2004-07-18 00:24:25 +00:00
base64.c Move the base-64 routines to "epan/base64.c". 2004-09-10 23:16:00 +00:00
base64.h Move the base-64 routines to "epan/base64.c". 2004-09-10 23:16:00 +00:00
bitswap.c Set the svn:eol-style property on all text files to "native", so that 2004-07-18 00:24:25 +00:00
bitswap.h Set the svn:eol-style property on all text files to "native", so that 2004-07-18 00:24:25 +00:00
charsets.c Move the stuff to handle ASCII <-> EBCDIC conversions to 2004-09-10 22:59:37 +00:00
charsets.h Move the stuff to handle ASCII <-> EBCDIC conversions to 2004-09-10 22:59:37 +00:00
circuit.c Fix a comment. 2005-02-03 01:24:07 +00:00
circuit.h Set the svn:eol-style property on all text files to "native", so that 2004-07-18 00:24:25 +00:00
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 Make the "col_data" field in a "column_info" structure a pointer to an 2004-12-30 23:57:29 +00:00
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 Move the column preferences stuff to epan (the rest of the preferences 2004-09-29 02:54:22 +00:00
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 Check in the missing part of Jon Ringle's patch (the part that actually 2005-02-03 01:08:39 +00:00
crc16.c Move various checksum routines and headers to epan. 2004-09-28 00:06:32 +00:00
crc16.h Move various checksum routines and headers to epan. 2004-09-28 00:06:32 +00:00
crc32.c Move various checksum routines and headers to epan. 2004-09-28 00:06:32 +00:00
crc32.h Move various checksum routines and headers to epan. 2004-09-28 00:06:32 +00:00
crypt-des.c Move the DES, MD4, MD5, and RC4 source files and headers into epan, and 2004-09-27 23:29:22 +00:00
crypt-des.h Move the DES, MD4, MD5, and RC4 source files and headers into epan, and 2004-09-27 23:29:22 +00:00
crypt-md4.c Move the DES, MD4, MD5, and RC4 source files and headers into epan, and 2004-09-27 23:29:22 +00:00
crypt-md4.h Move the DES, MD4, MD5, and RC4 source files and headers into epan, and 2004-09-27 23:29:22 +00:00
crypt-md5.c add helper to compute the md5 hmac 2005-03-09 07:29:52 +00:00
crypt-md5.h add helper to compute the md5 hmac 2005-03-09 07:29:52 +00:00
crypt-rc4.c Move the DES, MD4, MD5, and RC4 source files and headers into epan, and 2004-09-27 23:29:22 +00:00
crypt-rc4.h Move the DES, MD4, MD5, and RC4 source files and headers into epan, and 2004-09-27 23:29:22 +00:00
doxygen.cfg.in fix doxygen generation 2004-10-27 04:03:31 +00:00
emem.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
emem.h 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.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 "report_err.h" declares "report_failure()", so it doesn't need to be 2005-03-06 19:37:09 +00:00
epan_dissect.h Set the svn:eol-style property on all text files to "native", so that 2004-07-18 00:24:25 +00:00
except.c Remove some unneeded backslashes. 2004-12-29 16:25:06 +00:00
except.h Set the svn:eol-style property on all text files to "native", so that 2004-07-18 00:24:25 +00:00
exceptions.h from Micheal Duigou: add some doxygen tags and some changes to README.developer 2005-03-11 21:14:38 +00:00
filesystem.c another try to fix the unix build 2005-04-12 23:48:47 +00:00
filesystem.h add functions file_exists and file_identical to filesystem.c (coming from file.c) 2005-04-12 21:12:19 +00:00
follow.c Move the following files from /trunk to /trunk/epan: 2005-02-09 23:38:00 +00:00
follow.h Move the following files from /trunk to /trunk/epan: 2005-02-09 23:38:00 +00:00
frame_data.c Set the svn:eol-style property on all text files to "native", so that 2004-07-18 00:24:25 +00:00
frame_data.h Set the svn:eol-style property on all text files to "native", so that 2004-07-18 00:24:25 +00:00
g_ascii_strtoull.c Some UN*Xes don't have any "strtou*" routine to convert a string to a 2004-09-03 18:14:00 +00:00
g_ascii_strtoull.h Some UN*Xes don't have any "strtou*" routine to convert a string to a 2004-09-03 18:14:00 +00:00
gdebug.h Set the svn:eol-style property on all text files to "native", so that 2004-07-18 00:24:25 +00:00
h225-persistentdata.c Move h225-persistentdata.[ch] to epan, 2005-02-08 19:36:20 +00:00
h225-persistentdata.h Move h225-persistentdata.[ch] to epan, 2005-02-08 19:36:20 +00:00
in_cksum.c Move various checksum routines and headers to epan. 2004-09-28 00:06:32 +00:00
in_cksum.h Move various checksum routines and headers to epan. 2004-09-28 00:06:32 +00:00
inet_aton.c
inet_aton.h Set the svn:eol-style property on all text files to "native", so that 2004-07-18 00:24:25 +00:00
inet_ntop.c Set the svn:eol-style property on all text files to "native", so that 2004-07-18 00:24:25 +00:00
inet_pton.c Set the svn:eol-style property on all text files to "native", so that 2004-07-18 00:24:25 +00:00
inet_v6defs.h Set the svn:eol-style property on all text files to "native", so that 2004-07-18 00:24:25 +00:00
ipproto.c Move various tables into the epan directory. 2004-09-29 00:52:45 +00:00
ipproto.h Move various tables into the epan directory. 2004-09-29 00:52:45 +00:00
ipv4.c Set the svn:eol-style property on all text files to "native", so that 2004-07-18 00:24:25 +00:00
ipv4.h Set the svn:eol-style property on all text files to "native", so that 2004-07-18 00:24:25 +00:00
ipv6-utils.h Set the svn:eol-style property on all text files to "native", so that 2004-07-18 00:24:25 +00:00
libethereal.def change the symbol dissect_ber_CHOICE back into dissect_ber_choice 2005-07-21 21:12:09 +00:00
nstime.h Set the svn:eol-style property on all text files to "native", so that 2004-07-18 00:24:25 +00:00
osi-utils.c Set the svn:eol-style property on all text files to "native", so that 2004-07-18 00:24:25 +00:00
osi-utils.h Set the svn:eol-style property on all text files to "native", so that 2004-07-18 00:24:25 +00:00
packet.c Some applications do very naughty things like reusing a port for a different protocol during different stages of an application cycle. 2005-05-11 10:40:53 +00:00
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 Add "tvb_get_ntoh64()" and "tvb_get_letoh64()" routines to fetch 64-bit 2004-08-22 00:31:58 +00:00
plugins.c Remove support for the old plugin api. 2005-03-16 23:07:08 +00:00
plugins.h Call the "new-style init" routine for plugins a "register" routine, as 2005-03-07 02:44:41 +00:00
prefs-int.h Remove the fixed maximum number of subranges in a range_t; dynamically 2004-10-16 23:32:24 +00:00
prefs.c prefs.c(1218) : warning C4761: integral size mismatch in argument; conversion supplied 2005-06-26 11:32:02 +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 Move the following files from /trunk to /trunk/epan: 2005-02-09 23:38:00 +00:00
ptvcursor.h Move the following files from /trunk to /trunk/epan: 2005-02-09 23:38:00 +00:00
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 Have "range_convert_range()" dynamically allocate a string large enough 2004-10-17 01:31:36 +00:00
range.h From Jeff Morriss: SSCOP over UDP and SSCF-NNI support. 2004-11-24 02:59:49 +00:00
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 Set the svn:eol-style property on all text files to "native", so that 2004-07-18 00:24:25 +00:00
req_resp_hdrs.c There's no guaranteee that "req_resp_hdrs_do_reassembly()" gets called 2005-01-20 04:37:03 +00:00
req_resp_hdrs.h from Micheal Duigou: some more doxygen tags 2005-03-12 09:59:28 +00:00
sha1.c Move the SHA-1 code and header into epan, and give them RCS IDs. 2004-09-28 23:20:14 +00:00
sha1.h Move the SHA-1 code and header into epan, and give them RCS IDs. 2004-09-28 23:20:14 +00:00
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 Set the svn:eol-style property on all text files to "native", so that 2004-07-18 00:24:25 +00:00
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 Set the svn:eol-style property on all text files to "native", so that 2004-07-18 00:24:25 +00:00
sna-utils.h Set the svn:eol-style property on all text files to "native", so that 2004-07-18 00:24:25 +00:00
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 Fix the names that were not consistent after the rename. 2005-03-21 17:51:07 +00:00
stats_tree_priv.h Fix the names that were not consistent after the rename. 2005-03-21 17:51:07 +00:00
strutil.c Change number of bytes displayed in bytes_to_string to 48 to facilitate display of sha1 digest of 20 bytes. 2004-11-28 19:35:21 +00:00
strutil.h fix doxygen tags 2004-10-27 04:45:00 +00:00
t35.c Add Sony and Nokia VendorID:s 2005-05-19 20:33:59 +00:00
t35.h Move various tables into the epan directory. 2004-09-29 00:52:45 +00:00
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 Make a bunch of source files non-executable. 2004-09-01 07:07:23 +00:00
timestamp.h Set the svn:eol-style property on all text files to "native", so that 2004-07-18 00:24:25 +00:00
to_str.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
to_str.h new field type FT_GUID 2005-07-04 13:04:53 +00:00
tvbtest.c Set the svn:eol-style property on all text files to "native", so that 2004-07-18 00:24:25 +00:00
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 Doxygen cleanups, from Mike Duigou. 2005-01-07 12:00:01 +00:00
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 Move the xDLC helper routines into epan. 2004-09-28 23:48:02 +00:00
xmlstub.c Move the following files from /trunk to /trunk/epan: 2005-02-09 23:38:00 +00:00
xmlstub.h fix a typo: lenght -> length 2005-02-20 22:36:34 +00:00

README

$Id$

XXX - put something here