wireshark/epan
Guy Harris 6c4a845613 Move into "call_dissector_work()" the stuff to handle dissecting, in
error packets, the copy of the packet that got the error, rather than
doing it in the CLNP dissector and the ICMP dissector and the ICMPv6
dissector and the PPP dissector for various control protocols; have it
do that work iff "pinfo->in_error_pkt" is set.

svn path=/trunk/; revision=6942
2003-01-20 05:42:37 +00:00
..
dfilter Add a new field type FT_FRAMENUM; an FT_FRAMENUM is a 32-bit unsigned 2002-12-19 02:58:53 +00:00
ftypes Add a new field type FT_FRAMENUM; an FT_FRAMENUM is a 32-bit unsigned 2002-12-19 02:58:53 +00:00
.cvsignore Sort .cvsignore alphabetically and add libtool where missing. 2002-08-14 14:45:54 +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 Add in a notion of "circuits", which are for virtual circuit-oriented 2002-10-22 08:22:07 +00:00
Makefile.nmake Add in a notion of "circuits", which are for virtual circuit-oriented 2002-10-22 08:22:07 +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 Removed trailing whitespaces from .h and .c files using the 2002-08-28 20:41:00 +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 Removed trailing whitespaces from .h and .c files using the 2002-08-28 20:41:00 +00:00
atalk-utils.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 20:41:00 +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 We have to keep the first frame - circuits aren't necessarily created as 2002-11-28 08:25:59 +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 Add a new type of column for the circuit ID (Frame Relay DLCI, ISDN 2002-12-10 01:17:21 +00:00
column-utils.h Make the format argument to the "col_XXX_fstr()" routines, and the "str" 2002-12-02 23:34:40 +00:00
column_info.h Add a new type of column for the circuit ID (Frame Relay DLCI, ISDN 2002-12-10 01:17:21 +00:00
config.h.win32 WinPcap 2.3's <pcap.h> includes <packet32.h>, and WinPcap 2.3's 2002-06-23 10:32:36 +00:00
configure.in Use "plugindir", not "PLUGIN_DIR", as the variable name in the configure 2003-01-09 23:50:55 +00:00
conversation.c From Dinesh Dutt: Add Fibre Channel support, including FCIP, Basic FC 2002-12-08 02:32:36 +00:00
conversation.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 20:41:00 +00:00
epan.c Add in a notion of "circuits", which are for virtual circuit-oriented 2002-10-22 08:22:07 +00:00
epan.h Add in a notion of "circuits", which are for virtual circuit-oriented 2002-10-22 08:44:33 +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 Create a more modular type system for the FT_* types. Put them 2001-02-01 20:21:25 +00:00
filesystem.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 20:41:00 +00:00
filesystem.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 20:41:00 +00:00
frame_data.c Cast various "const gpointer" arguments to const pointers rather than 2002-11-27 22:44:41 +00:00
frame_data.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 20:41:00 +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 Removed trailing whitespaces from .h and .c files using the 2002-08-28 20:41:00 +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 Removed trailing whitespaces from .h and .c files using the 2002-08-28 20:41:00 +00:00
ipv4.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 20:41:00 +00:00
ipv6-utils.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 20:41:00 +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: 2002-09-02 22:10:17 +00:00
osi-utils.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 20:41:00 +00:00
packet.c Move into "call_dissector_work()" the stuff to handle dissecting, in 2003-01-20 05:42:37 +00:00
packet.h From Chris Waters: export "find_dissector_table()" and add 2002-11-15 03:10:36 +00:00
packet_info.h pointer spells with an o 2003-01-06 19:08:37 +00:00
pint.h The arguments to the "pntoh" and "pletoh" macros could be const 2002-11-27 22:41:00 +00:00
plugins.c On UNIX, search for plugins only in the directory in which plugins will 2002-12-08 22:22:03 +00:00
plugins.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 20:41:00 +00:00
proto.c From Ronald Henderson: fix up "snprintf()" and "vsnprintf()" calls in 2002-12-31 21:37:29 +00:00
proto.h Make the "strings" pointer in a "header_field_info" structure a const 2002-11-28 01:46:14 +00:00
resolv.c "ether_to_str()" takes a "const guint8 *" as an argument; there's no 2002-11-27 22:42:40 +00:00
resolv.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 20:41:00 +00:00
sna-utils.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 20:41:00 +00:00
sna-utils.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 20:41:00 +00:00
strutil.c From Ronald Henderson: make "format_text()", on Windows, escape all 2002-12-31 21:51:10 +00:00
strutil.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 20:41:00 +00:00
timestamp.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 20:41:00 +00:00
to_str.c Fix the formal argument list to "bytestring_to_str()" to match the 2002-12-10 07:39:48 +00:00
to_str.h Work around annoying Apple C compiler/linker bug. 2002-12-09 21:34:58 +00:00
tvbtest.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 20:41:00 +00:00
tvbuff.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 20:41:00 +00:00
tvbuff.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 20:41:00 +00:00
value_string.c Removed trailing whitespaces from .h and .c files using the 2002-08-28 20:41:00 +00:00
value_string.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 20:41:00 +00:00

README

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

XXX - put something here