wireshark/epan
Guy Harris 730b524545 From Jean-Baptiste Marchand: MS Eventlog support.
svn path=/trunk/; revision=11369
2004-07-13 05:29:23 +00:00
..
dfilter From Laurent Rabret: replace "lib" with "link /lib"; "lib" is just a 2004-06-26 02:16:16 +00:00
ftypes Instead of using pointer casts in the slab allocator stuff, add a 2004-07-04 02:29:43 +00:00
.cvsignore Doxygen filenames changed 2004-07-01 08:04:47 +00:00
AUTHORS Update my email address in various places since my old one no longer works 2003-01-26 19:35:31 +00:00
ChangeLog Give libethereal its own configuration file, and have that configuration 2000-10-16 23:18:05 +00:00
Makefile.am doxygen changes: 2004-06-25 07:10:55 +00:00
Makefile.common From Jean-Baptiste Marchand: MS Eventlog support. 2004-07-13 05:29:23 +00:00
Makefile.nmake remove doxygen output dir "html" on make clean 2004-07-07 16:23:13 +00:00
NEWS Give libethereal its own configuration file, and have that configuration 2000-10-16 23:18:05 +00:00
README Give libethereal its own configuration file, and have that configuration 2000-10-16 23:18:05 +00:00
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 Create an "address_to_str_buf()" routine, called by "address_to_str()", 2003-08-26 01:00:30 +00:00
atalk-utils.h Create an "address_to_str_buf()" routine, called by "address_to_str()", 2003-08-26 01:00:30 +00:00
bitswap.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 20:41:00 +00:00
bitswap.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 20:41:00 +00:00
circuit.c Fix a typo. 2004-01-09 01:02:10 +00:00
circuit.h We have to keep the first frame - circuits aren't necessarily created as 2002-11-28 08:25:59 +00:00
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 From Jouni Malinen: add columns for the 802.11 data rate and signal 2004-07-05 09:29:06 +00:00
conversation.c From Dinesh Dutt: 2004-07-06 19:01:32 +00:00
conversation.h From Dinesh Dutt: 2004-07-06 19:01:32 +00:00
doxygen.cfg.in doxygen changes: 2004-06-25 07:10:55 +00:00
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 Removed trailing whitespaces from .h and .c files using the 2002-08-28 20:41:00 +00:00
except.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 20:41:00 +00:00
except.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 20:41:00 +00:00
exceptions.h Add a new EXCEPT_CODE macro to get the exception code for the current 2003-10-23 04:59:46 +00:00
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 Added prototype for p_rem_proto_data() 2003-07-08 05:29:42 +00:00
frame_data.h Fix the spelling of "cumulative" (and variables whose names derive from 2004-01-31 04:10:05 +00:00
gdebug.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 20:41:00 +00:00
inet_aton.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 20:41:00 +00:00
inet_aton.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 20:41:00 +00:00
inet_ntop.c Note why we're including <sys/socket.h> and <winsock2.h> in places where 2002-10-29 00:28:11 +00:00
inet_pton.c Note why we're including <sys/socket.h> and <winsock2.h> in places where 2002-10-29 00:28:11 +00:00
inet_v6defs.h Fixes for a couple of problems, from Albert Chin: 2003-02-28 05:09:50 +00:00
int-64bit.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 20:41:00 +00:00
int-64bit.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 20:41:00 +00:00
ipv4.c signed/unsigend warning fixes 2004-02-01 02:35:30 +00:00
ipv4.h Give FT_IPv4 val_repr_len and val_to_repr methods, and use them for 2003-07-31 04:18:01 +00:00
ipv6-utils.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 20:41:00 +00:00
libethereal.def Add more entries. 2004-07-09 18:42:35 +00:00
nstime.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 20:41:00 +00:00
osi-utils.c From Hannes Gredler: "print_system_id()" should call 2003-11-20 19:05:40 +00:00
osi-utils.h Create an "address_to_str_buf()" routine, called by "address_to_str()", 2003-08-26 01:00:30 +00:00
packet.c added a byte count output to the packet details notebook tabs 2004-04-23 19:47:11 +00:00
packet.h Pick up the stuff I did for tcpdump to figure out the right strings to 2004-06-19 00:07:23 +00:00
packet_info.h Updates from Richard v d Hoff 2004-06-25 06:31:47 +00:00
pint.h Use GLib's macros for converting from host byte order to little-endian. 2003-07-29 20:50:39 +00:00
plugins.c Add "crc16_ccitt_tvb()" to the plugin API and the list of functions 2004-06-30 08:22:56 +00:00
plugins.h separate dir functions from the plugin init, 2004-05-20 13:48:25 +00:00
proto.c "length" is relative to the start of the field, so don't subtract the 2004-07-09 21:52:03 +00:00
proto.h remove FI_LINK again, 2004-05-15 00:52:02 +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 Fix automagically generated filters in case of remote login via IPv6. 2004-06-25 07:00:54 +00:00
resolv.h Fix automagically generated filters in case of remote login via IPv6. 2004-06-25 07:00:54 +00:00
slab.h Instead of using pointer casts in the slab allocator stuff, add a 2004-07-04 02:29:43 +00:00
sna-utils.c Create an "address_to_str_buf()" routine, called by "address_to_str()", 2003-08-26 01:00:30 +00:00
sna-utils.h Create an "address_to_str_buf()" routine, called by "address_to_str()", 2003-08-26 01:00:30 +00:00
strutil.c Add a "force_separators" parameter to hex_str_to_bytes so that it's 2004-06-06 14:29:07 +00:00
strutil.h Add a "force_separators" parameter to hex_str_to_bytes so that it's 2004-06-06 14:29:07 +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 As long as any text has been put into a time interval string, the next 2004-06-16 23:09:43 +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 Removed trailing whitespaces from .h and .c files using the 2002-08-28 20:41:00 +00:00
tvbuff.c From Jerry Talkington: speed up tvb_uncompress() by increasing the minimal 2004-05-10 22:14:07 +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