wireshark/plugins
Gilbert Ramirez 292e38e2c6 Add tvbuff class.
Add exceptions routines.
Convert proto_tree_add_*() routines to require tvbuff_t* argument.
Convert all dissectors to pass NULL argument ("NullTVB" macro == NULL) as
the tvbuff_t* argument to proto_tree_add_*() routines.

dissect_packet() creates a tvbuff_t, wraps the next dissect call in
a TRY block, will print "Short Frame" on the proto_tree if a BoundsError
exception is caught.

The FDDI dissector is converted to use tvbuff's.

svn path=/trunk/; revision=1939
2000-05-11 08:18:09 +00:00
..
gryphon Add tvbuff class. 2000-05-11 08:18:09 +00:00
.cvsignore Filter out a few more things. 1999-12-31 00:18:55 +00:00
Makefile.am Give all the Ethereal APIs available to plugins their own function 2000-03-15 19:09:52 +00:00
Makefile.nmake Graham Bloice's changes to, on Win32 using Microsoft's "nmake": 2000-04-29 07:35:07 +00:00
plugin_api.c Add routines to: 2000-05-05 09:32:36 +00:00
plugin_api.h Add routines to: 2000-05-05 09:32:36 +00:00
plugin_table.h Add routines to: 2000-05-05 09:32:36 +00:00