wireshark/epan
Gerald Combs 0c66b4dff9 Close "/dev/urandom" if we manage to open it.
svn path=/trunk/; revision=16990
2006-01-10 21:31:33 +00:00
..
dfilter new field type FT_OID for OBJECT IDENTIFIERs 2005-12-02 13:16:58 +00:00
dissectors Handle <application id="4294967295" name="Relay"/> 2006-01-10 19:57:15 +00:00
ftypes mark unused parameter 2005-12-06 12:50:11 +00:00
AUTHORS
ChangeLog
Makefile.am Add sminmpec.c to maintainer-clean 2005-10-09 07:33:07 +00:00
Makefile.common OBJECT IDENTIFIER name resolution moved to oid_resolv.c 2005-12-06 11:45:55 +00:00
Makefile.nmake Get rid of "dtd_grammar.out" on a "make distclean". 2005-09-12 19:50:45 +00:00
NEWS
README
addr_and_mask.c Don't collide with the "regular" IPv6 defintions in at least some 2005-09-12 06:21:35 +00:00
addr_and_mask.h
addr_resolv.c Use <wiretap/file_util.h> to include "file_util.h"; otherwise, the 2005-11-07 02:47:09 +00:00
addr_resolv.h Francesco Fondelli; Add dcp support 2005-09-20 15:18:28 +00:00
address.h Add TIPC address as address type and use it in TIPC. 2005-12-01 20:02:45 +00:00
adler32.c
adler32.h
afn.c Missed files 2005-10-11 05:56:51 +00:00
afn.h Missed files 2005-10-11 05:56:51 +00:00
aftypes.h Move a pile of protocol-related headers from the top-level source 2005-09-17 00:02:31 +00:00
arcnet_pids.h Move a pile of protocol-related headers from the top-level source 2005-09-17 00:02:31 +00:00
arptypes.h
asn1.c Fix a couple of errors found by valgrind. 2005-09-20 17:24:23 +00:00
asn1.h Move def of subid_t to format-oid.h don't include asn1.h in cops any more. 2005-11-08 22:18:06 +00:00
atalk-utils.c replace some more silly rotating buffers with ep_alloc() calls 2005-08-17 09:36:20 +00:00
atalk-utils.h various code cleanup: 2005-08-08 18:50:39 +00:00
base64.c Fix more "no previous declaration" warnings 2005-08-02 04:34:35 +00:00
base64.h
bitswap.c - Include the .h files in their .c files. 2005-08-20 16:19:22 +00:00
bitswap.h
bridged_pids.h Move a pile of protocol-related headers from the top-level source 2005-09-17 00:02:31 +00:00
charsets.c
charsets.h
chdlctypes.h Move a pile of protocol-related headers from the top-level source 2005-09-17 00:02:31 +00:00
circuit.c more gmemchunk -> se_alloc() conversions 2005-08-13 02:24:11 +00:00
circuit.h
column-utils.c "Fix" for warning: enumeration value 'TS_NOT_SET' not handled in switch 2005-12-18 23:29:37 +00:00
column-utils.h in svn 15335 the tcp analysis was changed to do its stuff and to populate (prepend to) COL_INFO before callking the subdissectors 2005-10-04 13:34:52 +00:00
column.c replace *a lot* of file related calls by their GLib counterparts. This is necessary for the switch to GTK 2.6 (at least on WIN32). 2005-11-06 22:43:25 +00:00
column.h More 'char*' -> 'const char*' changes to fix warnings. 2005-07-23 11:41:25 +00:00
column_info.h fix a comment typo 2005-08-24 18:35:54 +00:00
conversation.c start converting gmemchunk into se_alloc() in /epan 2005-08-13 02:19:03 +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
dtd.h Fix ...$ to : $ 2005-12-09 16:51:56 +00:00
dtd_grammar.lemon remove location from dtd_build_data_t avoiding to (double) free it. 2005-10-06 22:01:52 +00:00
dtd_parse.h Fix ...$ to : $ 2005-12-09 16:51:56 +00:00
dtd_parse.l "./dtd_parse.l", line 167: warning, rule cannot be matched 2005-10-07 08:36:23 +00:00
dtd_preparse.l from albert chan 2005-11-10 21:52:55 +00:00
emem.c Close "/dev/urandom" if we manage to open it. 2006-01-10 21:31:33 +00:00
emem.h Add "ep_strdup_vprintf()" and "se_strdup_vprintf()", for completeness. 2005-10-10 08:24:56 +00:00
enterprise-numbers Update enterprise-numbers 2005-12-09 16:24:05 +00:00
epan.c OBJECT IDENTIFIER name resolution moved to oid_resolv.c 2005-12-06 11:45:55 +00:00
epan.h add some comments, has to be extended 2005-08-02 07:30:38 +00:00
epan_dissect.h
etypes.h Add ethertype for TIPC 2005-11-21 19:01:07 +00:00
except.c get rid of warnings about qualifier discarding 2005-09-27 06:09:14 +00:00
except.h get rid of warnings about qualifier discarding 2005-09-27 06:09:14 +00:00
exceptions.h If a dissector writer directly throws DissectorError, don't punish the 2005-08-06 21:38:43 +00:00
exntest.c Exception handling fixes, and a fix to packet-frame.c, 2005-08-04 13:54:46 +00:00
expert.c from Greg Morris: 2005-11-25 23:42:52 +00:00
expert.h from Greg Morris: 2005-11-25 23:42:52 +00:00
filesystem.c Use <wiretap/file_util.h> to include "file_util.h"; otherwise, the 2005-11-07 02:47:09 +00:00
filesystem.h More 'char*' -> 'const char*' changes to fix warnings. 2005-07-23 11:41:25 +00:00
follow.c various code cleanup: 2005-08-08 18:50:39 +00:00
follow.h
frame_data.c get rid of one more gmemchunk 2005-08-13 06:21:37 +00:00
frame_data.h Frame numbers are unsigned, and they start at 1; 0 is what's used for 2005-09-11 22:25:33 +00:00
g_ascii_strtoull.c
g_ascii_strtoull.h
gnuc_format_check.h Move the definition of GNUC_FORMAT_CHECK() to its own header, use it in 2005-09-13 04:00:47 +00:00
greproto.h From: Deepak Jain 2005-12-09 16:14:42 +00:00
h225-persistentdata.c EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! 2005-08-24 21:31:56 +00:00
h225-persistentdata.h
iax2_codec_type.h Move a pile of protocol-related headers from the top-level source 2005-09-17 00:02:31 +00:00
in_cksum.c
in_cksum.h
inet_aton.c
inet_aton.h
inet_ntop.c 128 bytes isn't much room for the stack; revert to using an on-the-stack 2005-09-01 11:32:14 +00:00
inet_pton.c
inet_v6defs.h
ip_opts.h Move a pile of protocol-related headers from the top-level source 2005-09-17 00:02:31 +00:00
ipproto.c add two new ip protocol numbers 2005-12-02 10:25:05 +00:00
ipproto.h add two new ip protocol numbers 2005-12-02 10:25:05 +00:00
ipv4.c
ipv4.h
ipv6-utils.h Don't collide with the "regular" IPv6 defintions in at least some 2005-09-12 06:21:35 +00:00
lapd_sapi.h Move a pile of protocol-related headers from the top-level source 2005-09-17 00:02:31 +00:00
libethereal.def add a symbol to the stupid windows broken shared library bandaid file. 2005-12-23 06:51:58 +00:00
llcsaps.h From Jochen Friedrich 2005-10-25 05:56:21 +00:00
make-sminmpec.pl Maybe Id will work now 2005-12-09 16:40:06 +00:00
nlpid.h Move a pile of protocol-related headers from the top-level source 2005-09-17 00:02:31 +00:00
nstime.c EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! 2005-08-24 21:31:56 +00:00
nstime.h EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! 2005-08-24 21:31:56 +00:00
oid_resolv.c From Grame Lunt: 2005-12-16 07:18:52 +00:00
oid_resolv.h Set svn:keywords to Id to get RCS IDs expanded. 2005-12-06 21:07:50 +00:00
osi-utils.c The previous checkin for packet-isup.c was accidentally checked in along 2005-09-12 07:44:11 +00:00
osi-utils.h removal of even more sprintf 2005-08-20 02:33:33 +00:00
oui.h (on behalf of the PROFIBUS Nutzerorganisation e.V. Deutschland): 2005-11-12 10:09:02 +00:00
packet.c From Jeff Snyder: 2005-10-03 18:34:21 +00:00
packet.h Squelch more const pointer warnings. 2005-08-06 10:31:27 +00:00
packet_info.h More 'char*' -> 'const char*' changes to fix warnings. 2005-07-23 11:41:25 +00:00
pint.h
plugins.c Use eth_dir_open(), not g_dir_open(); g_dir_open() isn't available in 2005-11-07 08:36:25 +00:00
plugins.h
ppptypes.h Move a pile of protocol-related headers from the top-level source 2005-09-17 00:02:31 +00:00
prefs-int.h Constify to remove a bunch of warnings. Add some casts to squelch 2005-07-24 19:01:28 +00:00
prefs.c Don't pass signed characters to the <ctype.h> macros. 2005-11-10 07:42:23 +00:00
prefs.h from Richard van der Hoff: 2005-10-12 21:26:27 +00:00
proto.c Didier Gautheron: 2006-01-10 16:19:56 +00:00
proto.h new field type FT_OID for OBJECT IDENTIFIERs 2005-12-02 13:16:58 +00:00
ptvcursor.h
radius_dict.l Make sure we don't try to close an already-closed file. 2005-12-20 02:50:04 +00:00
range.c convert to g_snprintf() 2005-09-01 19:05:00 +00:00
range.h
reassemble.c Don't try to reassemble a zero-length fragment. Add a comment to 2005-09-20 17:23:19 +00:00
reassemble.h fix reassembling problem I've introduced yesterday, by using fragment_add_seq_next() function instead of fragment_add() 2005-09-12 00:16:57 +00:00
report_err.h
req_resp_hdrs.c
req_resp_hdrs.h
rtp_pt.h Move a pile of protocol-related headers from the top-level source 2005-09-17 00:02:31 +00:00
sctpppids.h Move a pile of protocol-related headers from the top-level source 2005-09-17 00:02:31 +00:00
sha1.c The fopen() is used only if you build this as a stand-alone SHA-1 test 2005-11-17 23:50:08 +00:00
sha1.h Constify arguments. 2005-11-17 11:48:30 +00:00
sigcomp-udvm.c Bill Meier: 2006-01-05 13:01:08 +00:00
sigcomp-udvm.h From Timo Metsala 2005-08-25 19:23:15 +00:00
sigcomp_state_hdlr.c make n a guint32 to not wrap around at 65536 2005-09-29 20:22:55 +00:00
sigcomp_state_hdlr.h Add bounds checking in several places to the SigComp UDVM. Use memset() 2005-09-07 20:09:40 +00:00
slab.h
sminmpec.h Add some more vendors 2005-06-16 22:06:12 +00:00
sna-utils.c removal of even more sprintf 2005-08-20 02:33:33 +00:00
sna-utils.h removal of even more sprintf 2005-08-20 02:33:33 +00:00
stat_cmd_args.c Keep the list of possible "-z" arguments sorted, so we can display them 2005-08-31 19:43:37 +00:00
stat_cmd_args.h Rename epan/stat.[ch] to epan/stat_cmd_args.[ch] - it only deals with 2005-08-20 20:06:05 +00:00
stats_tree.c Get rid of unused function. 2005-11-26 03:08:17 +00:00
stats_tree.h More 'char*' -> 'const char*' changes to fix warnings. 2005-07-23 11:41:25 +00:00
stats_tree_priv.h Instead of checking if this is a new packet at every call to avoid recounting the packets at every rerun remove the tap listener of this stats tree. 2005-09-22 17:01:06 +00:00
stream.c from albert chin 2005-11-11 04:35:22 +00:00
stream.h The "extern" in "struct _fragment_items" doesn't do anything, as data 2005-10-03 22:02:47 +00:00
strutil.c Squelch a GCC complaint. 2005-12-04 04:13:07 +00:00
strutil.h new field type FT_OID for OBJECT IDENTIFIERs 2005-12-02 13:16:58 +00:00
t35.c From Lukasz Apiecionek 2005-12-02 19:33:40 +00:00
t35.h
tap.c new function fetch_tapped_data() 2005-12-07 13:12:39 +00:00
tap.h new function fetch_tapped_data() 2005-12-07 13:12:39 +00:00
timestamp.c timestamp display precision: 2005-08-25 21:29:54 +00:00
timestamp.h timestamp display precision: 2005-08-25 21:29:54 +00:00
to_str.c warning: no newline at end of file 2005-12-18 23:23:21 +00:00
to_str.h Add TIPC address as address type and use it in TIPC. 2005-12-01 20:02:45 +00:00
tpg.c one step further... 2005-10-01 15:19:36 +00:00
tpg.h one step further... 2005-10-01 15:19:36 +00:00
tvbparse.c Change tvbparse's engine to use callbacks instead of a big switch. 2005-12-28 23:57:43 +00:00
tvbparse.h Change tvbparse's engine to use callbacks instead of a big switch. 2005-12-28 23:57:43 +00:00
tvbtest.c
tvbuff.c Add some inflateEnd() calls to free up stuff associated with a stream 2006-01-07 03:36:37 +00:00
tvbuff.h fix/add doxygen comments 2005-09-21 20:11:55 +00:00
value_string.c Get rid of a no-longer-used variable. 2005-09-15 09:09:00 +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
x264_prt_id.h Move a pile of protocol-related headers from the top-level source 2005-09-17 00:02:31 +00:00
xdlc.c removal of even more sprintf 2005-08-20 02:33:33 +00:00
xdlc.h
xmlstub.c
xmlstub.h fix/add doxygen comments 2005-09-21 20:11:55 +00:00

README

$Id$

XXX - put something here