wireshark/plugins
Guy Harris 7027650b5c "is_tpkt()" is always used to check a TCP segment to see if it might
have a TPKT header at the beginning, so there's not need for it to have
an offset as an argument; its callers don't have to know how big the
TPKT header is (or we can put a #define in "packet-tpkt.h" for it).  Get
rid of the second argument.

svn path=/trunk/; revision=4791
2002-02-23 02:30:16 +00:00
..
giop Updated GIOP plugins, from Frank Singleton. 2002-01-30 18:55:39 +00:00
gryphon Include files from the "epan" directory and subdirectories thereof with 2002-01-21 07:37:49 +00:00
mgcp Include files from the "epan" directory and subdirectories thereof with 2002-01-21 07:37:49 +00:00
.cvsignore Updated to ignore Win32 detritus 2000-09-13 22:03:52 +00:00
Makefile.am Sigh. Well, if you make the function declarations external, that means 2001-10-31 10:40:58 +00:00
Makefile.nmake Include files from the "epan" directory and subdirectories thereof with 2002-01-21 07:37:49 +00:00
plugin_api.c Handle TPKT packets split across segment boundaries, and multiple TPKT 2002-02-22 08:56:48 +00:00
plugin_api.h Handle TPKT packets split across segment boundaries, and multiple TPKT 2002-02-22 08:56:48 +00:00
plugin_api_defs.h Handle TPKT packets split across segment boundaries, and multiple TPKT 2002-02-22 08:56:48 +00:00
plugin_table.h "is_tpkt()" is always used to check a TCP segment to see if it might 2002-02-23 02:30:16 +00:00