aboutsummaryrefslogtreecommitdiffstats
path: root/packet-vines.h
AgeCommit message (Collapse)AuthorFilesLines
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