aboutsummaryrefslogtreecommitdiffstats
path: root/packet-vines.h
Commit message (Collapse)AuthorAgeFilesLines
* Make the capture routines take an additional argument giving the amountGuy Harris2001-11-201-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
* Fix the e-mail address for Joerg Mayer (and remove it from files heGuy Harris2001-04-171-2/+2
| | | | | | wasn't involved with). svn path=/trunk/; revision=3311
* Moved vines_addr_to_str() from packet-vines.{h,c} to epan/to_str.{c,h}.Ed Warnicke2001-04-011-6/+3
| | | | svn path=/trunk/; revision=3229
* Tvbuffify the Vines dissector, and add protocols for the VinesGuy Harris2001-01-061-2/+1
| | | | | | | | Fragmentation and SPP protocols. Call the Vines dissector from the UDP dissector via a dissector table. svn path=/trunk/; revision=2838
* - add protocol registrationLaurent Deniel2000-08-251-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
* Register a "ppp.protocol" dissector table for PPP, and have dissectorsGuy Harris2000-04-161-8/+1
| | | | | | | for protocols that run inside PPP register themselves with it using "dissector_add()". svn path=/trunk/; revision=1869
* Create a header file for every packet-*.c file. Prune the packet.h file.Gilbert Ramirez2000-02-151-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
* Add support for Banyan Vines addresses to the code that handles theGuy Harris1999-10-221-1/+6
| | | | | | | | "address" type. Use that in the Banyan Vines dissector. svn path=/trunk/; revision=913
* * Added Joerg Mayer's Vines patchGerald Combs1998-12-291-12/+35
| | | | | | | | * Added Joerg to the AUTHORS file * Added Guy's bitfield decode patch * Fixed time output svn path=/trunk/; revision=142
* * Added Don Lafontaine's support for Banyan Vines.Gerald Combs1998-09-171-0/+85
svn path=/trunk/; revision=9