wireshark/epan
Gilbert Ramirez f14a6b8b91 Hopefully the last time I have to change my e-mail address.
svn path=/trunk/; revision=4199
2001-11-13 23:55:44 +00:00
..
dfilter Add support for 64-bit signed integers in "int-64bit.[ch]", add an 2001-11-02 10:09:51 +00:00
ftypes Add support for 64-bit signed integers in "int-64bit.[ch]", add an 2001-11-02 10:09:51 +00:00
.cvsignore Add some win32-specific targets in .cvsignore's. 2001-03-06 13:08:13 +00:00
AUTHORS Hopefully the last time I have to change my e-mail address. 2001-11-13 23:55:44 +00:00
ChangeLog Give libethereal its own configuration file, and have that configuration 2000-10-16 23:18:05 +00:00
Makefile.am Make the resolution for time values be nanoseconds rather than 2001-09-14 07:33:04 +00:00
Makefile.nmake "ftypes" and "dfilter" should depend on "config.h", so that if it 2001-10-28 00:52:28 +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
acconfig.h Check, in the configure script in the epan directory, whether we have 2001-10-28 01:27:59 +00:00
acinclude.m4 Check for IPv6 support, and check what type of IPv6 support we have, in 2001-07-13 01:34:13 +00:00
atalk-utils.c Move appletalk- and sna-related address routines out of the dissectors 2001-03-22 16:24:16 +00:00
atalk-utils.h Move appletalk- and sna-related address routines out of the dissectors 2001-03-22 16:24:16 +00:00
bitswap.c Move the table of bit-swapped byte values to "epan/bitswap.c", and 2000-11-15 09:37:53 +00:00
bitswap.h Move the table of bit-swapped byte values to "epan/bitswap.c", and 2000-11-15 09:37:53 +00:00
column-utils.c Get rid of no-longer-necessary includes of <sys/time.h>. 2001-09-14 07:23:34 +00:00
column-utils.h Put "extern" in front of a pile of function declarations. 2001-10-31 07:47:27 +00:00
column_info.h Moved the column_info structure and related enum from packet.{c,h} to 2001-04-01 03:42:00 +00:00
config.h.win32 From Mike Frisch: Win32 systems don't have "strptime()", so we need to 2001-10-28 00:57:15 +00:00
configure.in Check, in the configure script in the epan directory, whether we have 2001-10-28 01:27:59 +00:00
conversation.c Get rid of a bunch of stuff that was there to support non-tvbuffified 2001-10-31 05:59:20 +00:00
conversation.h Declare routines exported to plugins through the plugin API table as 2001-11-04 03:55:52 +00:00
epan.c Added two new arguments to epan_init() and proto_init() to 2001-04-02 00:38:36 +00:00
epan.h Use G_DIR_SEPARATOR_S rather than "/" as a pathname separator in format 2001-10-21 21:48:00 +00:00
except.c Fix for Kazlib exception code: 2001-07-27 16:20:39 +00:00
except.h Fix for Kazlib exception code: 2001-07-27 16:20:39 +00:00
exceptions.h Create a more modular type system for the FT_* types. Put them 2001-02-01 20:21:25 +00:00
filesystem.c Fix compile errors and code errors in the Win32 code. 2001-10-24 09:22:23 +00:00
filesystem.h Have a routine that takes a file name for a personal configuration file 2001-10-24 07:18:39 +00:00
frame_data.c Moved the frame_data structures and functions from packet.{h,c} to 2001-04-01 04:11:51 +00:00
frame_data.h Moved the frame_data structures and functions from packet.{h,c} to 2001-04-01 04:11:51 +00:00
gdebug.h Grumble, grumble. I forgot to add the license comment at the top 2001-02-01 20:31:21 +00:00
inet_aton.c Move inet_*.[ch] files to epan. 2000-10-14 04:31:26 +00:00
inet_aton.h Move inet_*.[ch] files to epan. 2000-10-14 04:31:26 +00:00
inet_ntop.c Clean up another signed vs. unsigned comparison warning - if 2001-10-28 01:55:10 +00:00
inet_pton.c Move inet_*.[ch] files to epan. 2000-10-14 04:31:26 +00:00
inet_v6defs.h Move inet_*.[ch] files to epan. 2000-10-14 04:31:26 +00:00
ipv4.c Hopefully the last time I have to change my e-mail address. 2001-11-13 23:55:44 +00:00
ipv4.h Hopefully the last time I have to change my e-mail address. 2001-11-13 23:55:44 +00:00
ipv6-utils.h Moved some ipv6 definitions from packet-ipv6.h to epan/ipv6-utils.h. 2001-04-01 07:06:24 +00:00
nstime.h Make the resolution for time values be nanoseconds rather than 2001-09-14 07:33:04 +00:00
osi-utils.c Stop depending on the order in which operations are performed by 2001-05-15 18:58:15 +00:00
osi-utils.h Don't use "u_int" and "u_char", as they're not defined in <sys/types.h> 2001-04-02 10:41:19 +00:00
packet.c Get rid of a bunch of stuff that was there to support non-tvbuffified 2001-10-31 05:59:20 +00:00
packet.h Put "extern" in front of a pile of function declarations. 2001-10-31 07:47:27 +00:00
packet_info.c Rename the "private" member of the "packet_info" structure to 2001-11-03 00:58:52 +00:00
packet_info.h Rename the "private" member of the "packet_info" structure to 2001-11-03 00:58:52 +00:00
pint.h Stop using "tvb_get_ntohll()" and "%llX" in the BOOTP dissector, as the 2001-10-29 21:56:50 +00:00
plugins.c Include "conversation.h", as the plugin API now includes the routines to 2001-11-04 22:14:43 +00:00
plugins.h removed #include "prefs.h" from epan/plugins.h 2001-03-31 22:36:21 +00:00
proto.c Tvbuffification of Negotiate Protocol, from Ronnie Sahlberg. 2001-11-03 11:42:50 +00:00
proto.h Put "extern" in front of a pile of function declarations. 2001-10-31 07:47:27 +00:00
resolv.c Fix some signed/unsigned comparison warnings. In the case of tvbuff.h, 2001-10-26 17:29:12 +00:00
resolv.h On Windows, use the directory in which the binary resides as the 2001-08-21 06:39:18 +00:00
sna-utils.c Hopefully the last time I have to change my e-mail address. 2001-11-13 23:55:44 +00:00
sna-utils.h Moved some ipv6 definitions from packet-ipv6.h to epan/ipv6-utils.h. 2001-04-01 07:06:24 +00:00
strutil.c Enable FT_BYTES dfiltering, from Ed Warnicke. 2000-12-22 12:05:38 +00:00
strutil.h Enable FT_BYTES dfiltering, from Ed Warnicke. 2000-12-22 12:05:38 +00:00
timestamp.h Moved timestamp.h into epan. 2001-04-01 06:11:25 +00:00
to_str.c Get rid of no-longer-necessary includes of <sys/time.h>. 2001-09-14 07:23:34 +00:00
to_str.h Make the resolution for time values be nanoseconds rather than 2001-09-14 07:10:13 +00:00
tvbtest.c Hopefully the last time I have to change my e-mail address. 2001-11-13 23:55:44 +00:00
tvbuff.c Hopefully the last time I have to change my e-mail address. 2001-11-13 23:55:44 +00:00
tvbuff.h Hopefully the last time I have to change my e-mail address. 2001-11-13 23:55:44 +00:00
value_string.c Get rid of no-longer-necessary includes of <sys/time.h>. 2001-09-14 07:23:34 +00:00
value_string.h Declare routines exported to plugins through the plugin API table as 2001-11-04 03:55:52 +00:00

README

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

XXX - put something here