wireshark/epan
Guy Harris b830fb6a5f Add "dissector_delete()", "proto_item_get_len()",
"proto_item_set_len()", "proto_item_set_text()", and the preference
routines expected to be used by dissectors to the table of function
pointers handed to dissectors on platforms where dynamically-loaded
modules can't access symbols from the main program.

svn path=/trunk/; revision=2638
2000-11-13 10:13:26 +00:00
..
.cvsignore Added some autoconf- and automake-generated files to .cvsignore. 2000-10-27 02:11:09 +00:00
AUTHORS Give libethereal its own configuration file, and have that configuration 2000-10-16 23:18:05 +00:00
ChangeLog Give libethereal its own configuration file, and have that configuration 2000-10-16 23:18:05 +00:00
Makefile.am There's no "exception.h" header file in "epan", but there is 2000-10-19 07:18:19 +00:00
Makefile.nmake Make the top-level "config.h.win32" more closely resemble the top-level 2000-10-17 09:25:37 +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 Give libethereal its own configuration file, and have that configuration 2000-10-16 23:18:05 +00:00
config.h.win32 Get rid of extra declaration of HAVE_DIRECT_H; one is enough. 2000-10-18 09:34:10 +00:00
configure.in Do checks for platform-specific compiler flags in the libethereal and 2000-10-17 07:30:35 +00:00
conversation.c Wildcard matching is tricky - you have to try wildcarding both the 2000-10-21 09:54:12 +00:00
conversation.h Wildcard matching is tricky - you have to try wildcarding both the 2000-10-21 09:54:12 +00:00
dfilter-grammar.y First step in moving core Ethereal routines to libepan. 2000-09-27 04:55:05 +00:00
dfilter-int.h First step in moving core Ethereal routines to libepan. 2000-09-27 04:55:05 +00:00
dfilter-scanner.l First step in moving core Ethereal routines to libepan. 2000-09-27 04:55:05 +00:00
dfilter.c More EPAN-related code movements. Get rid of usage of #include "globals.h" 2000-09-28 03:16:29 +00:00
dfilter.h First step in moving core Ethereal routines to libepan. 2000-09-27 04:55:05 +00:00
epan.c Give libethereal its own configuration file, and have that configuration 2000-10-16 23:18:05 +00:00
epan.h Give libethereal its own configuration file, and have that configuration 2000-10-16 23:18:05 +00:00
except.c First step in moving core Ethereal routines to libepan. 2000-09-27 04:55:05 +00:00
except.h First step in moving core Ethereal routines to libepan. 2000-09-27 04:55:05 +00:00
exceptions.h First step in moving core Ethereal routines to libepan. 2000-09-27 04:55:05 +00:00
filesystem.c Fix it to build on Windows. 2000-10-11 07:35:02 +00:00
filesystem.h More EPAN-related code movements. Get rid of usage of #include "globals.h" 2000-09-28 03:16:29 +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 Move inet_*.[ch] files to epan. 2000-10-14 04:31:26 +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 Simple code movement. 2000-09-28 03:52:12 +00:00
ipv4.h Simple code movement. 2000-09-28 03:52:12 +00:00
packet.c Move "bytes_to_str()" to "strutil.c" from "packet.c" - it's just a 2000-11-13 07:19:37 +00:00
packet.h Move "bytes_to_str()" to "strutil.c" from "packet.c" - it's just a 2000-11-13 07:19:37 +00:00
pint.h Get rid of the definitions of LITTLE_ENDIAN and BIG_ENDIAN in 2000-11-11 10:23:43 +00:00
plugins.c Add "dissector_delete()", "proto_item_get_len()", 2000-11-13 10:13:26 +00:00
plugins.h Give libethereal its own configuration file, and have that configuration 2000-10-16 23:18:05 +00:00
proto.c Move "bytes_to_str()" to "strutil.c" from "packet.c" - it's just a 2000-11-13 07:19:37 +00:00
proto.h First step in moving core Ethereal routines to libepan. 2000-09-27 04:55:05 +00:00
resolv.c Move the declaration of "g_resolving_actif" from the top-level 2000-10-19 22:59:24 +00:00
resolv.h Move the declaration of "g_resolving_actif" from the top-level 2000-10-19 22:59:24 +00:00
strutil.c Move "bytes_to_str()" to "strutil.c" from "packet.c" - it's just a 2000-11-13 07:19:37 +00:00
strutil.h Move "bytes_to_str()" to "strutil.c" from "packet.c" - it's just a 2000-11-13 07:19:37 +00:00
tvbtest.c First step in moving core Ethereal routines to libepan. 2000-09-27 04:55:05 +00:00
tvbuff.c Move "bytes_to_str()" to "strutil.c" from "packet.c" - it's just a 2000-11-13 07:19:37 +00:00
tvbuff.h Move "bytes_to_str()" to "strutil.c" from "packet.c" - it's just a 2000-11-13 07:19:37 +00:00

README

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

XXX - put something here