aboutsummaryrefslogtreecommitdiffstats
path: root/packet-vines.h
AgeCommit message (Collapse)AuthorFilesLines
2003-04-22SAP_VINES1 (0xba) doesn't appear to be used for Vines-IP-over-LLC; it'sGuy Harris1-1/+28
used for some other protocol. Put in some information about an RMON draft that gives some information about various protocol numbers in various protocols. svn path=/trunk/; revision=7525
2003-04-18Add VINES ARP support.Guy Harris1-5/+3
Shuffle the routines for subprotocols of VINES ARP into numerical order by protocol number. The 32-bit net/16-bit subnet fields in the VINES IP header structure doesn't work, as the net has to be aligned on a 32-bit boundary; replace it with a 6-byte address field. svn path=/trunk/; revision=7482
2003-04-18Add support for Vines IPC.Guy Harris1-30/+23
Dissect the transport control field differently for broadcast packets. svn path=/trunk/; revision=7481
2003-04-17Add a heuristic dissector table to Vines SPP, use it for dissecting SPPGuy Harris1-1/+5
data packets, and register the SMB dissector with it. Dissect the Control field of SPP packets. svn path=/trunk/; revision=7480
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-6/+6
winapi_cleanup tool written by Patrik Stridvall for the wine project. svn path=/trunk/; revision=6117
2002-04-24From Joerg Mayer: get rid of extra arguments to capture routines.Guy Harris1-2/+2
svn path=/trunk/; revision=5233
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-2/+2
"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
2001-11-20Make the capture routines take an additional argument giving the amountGuy Harris1-4/+3
of packet data captured. Make the "BYTES_ARE_IN_FRAME()" macro take a "captured length of the packet" argument. Add some length checks to capture routines. svn path=/trunk/; revision=4235
2001-04-17Fix the e-mail address for Joerg Mayer (and remove it from files heGuy Harris1-2/+2
wasn't involved with). svn path=/trunk/; revision=3311
2001-04-01Moved vines_addr_to_str() from packet-vines.{h,c} to epan/to_str.{c,h}.Ed Warnicke1-6/+3
svn path=/trunk/; revision=3229
2001-01-06Tvbuffify the Vines dissector, and add protocols for the VinesGuy Harris1-2/+1
Fragmentation and SPP protocols. Call the Vines dissector from the UDP dissector via a dissector table. svn path=/trunk/; revision=2838
2000-08-25- add protocol registrationLaurent Deniel1-3/+5
- add some missing Vines IP header fields in protocol tree - add protocol type as display filter - miscellaneous code cleaning svn path=/trunk/; revision=2374
2000-04-16Register a "ppp.protocol" dissector table for PPP, and have dissectorsGuy Harris1-8/+1
for protocols that run inside PPP register themselves with it using "dissector_add()". svn path=/trunk/; revision=1869
2000-02-15Create a header file for every packet-*.c file. Prune the packet.h file.Gilbert Ramirez1-1/+11
This change allows you to add a new packet-*.c file and not cause a recompilation of everything that #include's packet.h Add the plugin_api.[ch] files ot the plugins/Makefile.am packaging list. Add #define YY_NO_UNPUT 1 to the lex source so that the yyunput symbol is not defined, squelching a compiler complaint when compiling the generated C file. svn path=/trunk/; revision=1637
1999-10-22Add support for Banyan Vines addresses to the code that handles theGuy Harris1-1/+6
"address" type. Use that in the Banyan Vines dissector. svn path=/trunk/; revision=913
1998-12-29* Added Joerg Mayer's Vines patchGerald Combs1-12/+35
* Added Joerg to the AUTHORS file * Added Guy's bitfield decode patch * Fixed time output svn path=/trunk/; revision=142
1998-09-17* Added Don Lafontaine's support for Banyan Vines.Gerald Combs1-0/+85
svn path=/trunk/; revision=9