wireshark/epan
Guy Harris ee5ca25d31 Include files from the "epan" directory and subdirectories thereof with
"epan/..." pathnames, so as to avoid collisions with header files in any
of the directories in which we look (e.g., "proto.h", as some other
package has its own "proto.h" file which it installs in the top-level
include directory).

Don't add "-I" flags to search "epan", as that's no longer necessary
(and we want includes of "epan" headers to fail if the "epan/" is left
out, so that we don't re-introduce includes lacking "epan/").

svn path=/trunk/; revision=4586
2002-01-21 07:37:49 +00:00
..
dfilter Include files from the "epan" directory and subdirectories thereof with 2002-01-21 07:37:49 +00:00
ftypes Include files from the "epan" directory and subdirectories thereof with 2002-01-21 07:37:49 +00:00
.cvsignore From Motonori Shindo: add "*.pdb" to the ".cvsignore" files in 2001-12-12 01:39:44 +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 Provide for per-protocol-tree data in the proto_tree code. 2001-12-18 19:09:08 +00:00
Makefile.nmake From Motonori Shindo: 2001-12-12 01:29: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
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 From Jirka Novak: 2002-01-11 08:21:02 +00:00
column-utils.h Move the pointer to the "column_info" structure in the "frame_data" 2001-12-10 00:26:21 +00:00
column_info.h From Jirka Novak: 2002-01-11 08:21:02 +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 Bump the version up to 0.9.0. Update the NEWS file. 2001-12-23 21:11:24 +00:00
conversation.c Update from Ronnie Sahlberg: 2001-11-29 09:05:25 +00:00
conversation.h Change "conversation_set_dissector()" to take a dissector handle, rather 2001-11-27 07:13:32 +00:00
epan.c Fix up white space. 2002-01-04 08:57:09 +00:00
epan.h Provide for per-protocol-tree data in the proto_tree code. 2001-12-18 19:09:08 +00:00
epan_dissect.h Provide for per-protocol-tree data in the proto_tree code. 2001-12-18 19:09:08 +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 If the "parent directory" of what would be the personal configuration 2002-01-04 21:50:26 +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 Remove some extra blank lines. 2001-12-10 02:16:59 +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
int-64bit.c Moved int-64bit.{c,h} into epan/ 2001-11-22 03:07:07 +00:00
int-64bit.h Moved int-64bit.{c,h} into epan/ 2001-11-22 03:07:07 +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 Use the "fragmented" field of the "packet_info" structure in 2002-01-17 06:29:20 +00:00
packet.h Long NCP traces can easily have many packets whose "uniqueness" 2002-01-05 04:12:17 +00:00
packet_info.h Move the pointer to the "column_info" structure in the "frame_data" 2001-12-10 00:26:21 +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 Long NCP traces can easily have many packets whose "uniqueness" 2002-01-05 04:12:17 +00:00
plugins.h removed #include "prefs.h" from epan/plugins.h 2001-03-31 22:36:21 +00:00
proto.c Allow a length of -1 to be specified when adding FT_NONE and FT_PROTOCOL 2002-01-20 22:12:39 +00:00
proto.h "proto_tree_is_visible" no longer exists as a global variable, so remove 2002-01-04 08:56:11 +00:00
resolv.c Add a preferences page for the name resolution flags. 2002-01-13 20:35:12 +00:00
resolv.h Add a preferences page for the name resolution flags. 2002-01-13 20:35:12 +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 Throw a BoundsError if a length parameter in a tvbuff-accessor is < -1. 2002-01-04 06:45:14 +00:00
tvbuff.h Get rid of "tvb_compat()"; it's no longer needed (the one remaining call 2001-11-20 22:46:12 +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