wireshark/epan
Guy Harris af3885bcf1 From Graeme Hewson:
Error if protocol specified on RHS of display filter comparison.
     If user specified "fc", they probably intended a byte value rather than
     the fibre channel protocol; fix makes mistake clear.

     Fix assertion failure with range on LHS of display filter comparison
     and field on RHS.

svn path=/trunk/; revision=10829
2004-05-09 08:17:32 +00:00
..
dfilter From Graeme Hewson: 2004-05-09 08:17:32 +00:00
ftypes Make sure the character values we pass to "isprint()" aren't 2004-05-02 07:31:59 +00:00
.cvsignore Update x11 includes 2004-03-04 21:36:08 +00:00
AUTHORS
ChangeLog
Makefile.am Don't try to include epan/config.h.win32 in the distribution. 2004-05-08 21:43:38 +00:00
Makefile.common From Rich Coe: DICOM support. 2004-05-08 08:49:02 +00:00
Makefile.nmake Get rid of epan/config.h.win32. 2004-05-06 20:48:36 +00:00
NEWS
README
addr_and_mask.c Add routines to process IPv{4,6}-address-and-prefix-length pairs, 2004-03-06 03:25:10 +00:00
addr_and_mask.h Add routines to process IPv{4,6}-address-and-prefix-length pairs, 2004-03-06 03:25:10 +00:00
atalk-utils.c
atalk-utils.h
bitswap.c
bitswap.h
circuit.c Fix a typo. 2004-01-09 01:02:10 +00:00
circuit.h
column-utils.c From Olivier Biot: support AT_STRINGZ columns. 2004-04-02 09:04:12 +00:00
column-utils.h Add new col_append methods which will prepend the (format) string with the 2004-02-05 23:57:15 +00:00
column_info.h Fix the spelling of "cumulative" (and variables whose names derive from 2004-01-31 04:10:05 +00:00
conversation.c Fix a comment. 2004-01-09 00:57:48 +00:00
conversation.h
epan.c Add a "report_failure()" routine to allow dissectors to report arbitrary 2004-04-16 23:17:13 +00:00
epan.h Add a "report_failure()" routine to allow dissectors to report arbitrary 2004-04-16 23:17:13 +00:00
epan_dissect.h
except.c
except.h
exceptions.h
filesystem.c As with "cf_open_error_message()"/"file_open_error_message()", so with 2004-01-24 02:01:44 +00:00
filesystem.h As with "cf_open_error_message()"/"file_open_error_message()", so with 2004-01-24 02:01:44 +00:00
frame_data.c
frame_data.h Fix the spelling of "cumulative" (and variables whose names derive from 2004-01-31 04:10:05 +00:00
gdebug.h
inet_aton.c
inet_aton.h
inet_ntop.c
inet_pton.c
inet_v6defs.h
int-64bit.c
int-64bit.h
ipv4.c signed/unsigend warning fixes 2004-02-01 02:35:30 +00:00
ipv4.h
ipv6-utils.h
nstime.h
osi-utils.c From Hannes Gredler: "print_system_id()" should call 2003-11-20 19:05:40 +00:00
osi-utils.h
packet.c added a byte count output to the packet details notebook tabs 2004-04-23 19:47:11 +00:00
packet.h
packet_info.h Add support for DLT_APPLE_IP_OVER_IEEE_1394. 2004-03-23 01:02:41 +00:00
pint.h
plugins.c From Tomas Kukosa: add packet-ber.c routines to the plugin API. 2004-03-04 07:07:57 +00:00
plugins.h
proto.c add PROTO_ITEM_SET_HIDDEN() and PROTO_ITEM_SET_GENERATED(), 2004-05-01 15:15:08 +00:00
proto.h Squelch a compiler warning (extraneous extern on struct). 2004-05-01 20:15:56 +00:00
report_err.h Add a "report_failure()" routine to allow dissectors to report arbitrary 2004-04-16 23:17:13 +00:00
resolv.c The octets in an ip address are unsigned 2004-01-25 15:35:45 +00:00
resolv.h As noted by Pavel Kankovsky, the "Resolve Name" menu items should be 2004-02-13 01:09:52 +00:00
slab.h Instead of requiring slab-allocated structures to have a "next" pointer, 2003-12-03 08:53:37 +00:00
sna-utils.c
sna-utils.h
strutil.c GLib 1.2[.x]'s "g_string_free()" doesn't return a value. 2004-05-01 23:56:03 +00:00
strutil.h Add an XML escaping routine: xml_escape() 2004-05-01 20:46:24 +00:00
timestamp.c Make "timestamp_type" static, as all access to it should be through the 2004-03-20 08:32:03 +00:00
timestamp.h From Lars Roland: Move timestamp_type into libethereal and provide accessor 2004-03-18 19:04:33 +00:00
to_str.c From Michael Lum: 2004-04-21 05:53:59 +00:00
to_str.h to_str.c declares this: gchar* ip6_to_str ..., make to_str.h do the same 2004-01-10 12:50:19 +00:00
tvbtest.c
tvbuff.c Memory management of tvb_uncompress() needs tvb_set_free_cb(). 2004-05-07 18:15:24 +00:00
tvbuff.h From Jerry Talkington: 2004-05-05 06:55:09 +00:00
value_string.c From Tomas Kukosa: add "decode_enumerated_bitfield_shifted()", which is 2003-12-01 23:42:32 +00:00
value_string.h did some code cleanup, added some comments from value_string.c 2004-05-07 11:34:10 +00:00

README

$Id: README,v 1.1 2000/10/16 23:17:39 guy Exp $

XXX - put something here