aboutsummaryrefslogtreecommitdiffstats
path: root/packet-vines.c
Commit message (Expand)AuthorAgeFilesLines
* Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris2001-01-091-5/+7
* Tvbuffify the Vines dissector, and add protocols for the VinesGuy Harris2001-01-061-217/+296
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-031-2/+2
* For each column, have both a buffer into which strings for that columnGuy Harris2000-11-191-13/+13
* Add #include <string.h>, to get prototypes for mem* and str* functions.Gilbert Ramirez2000-11-171-1/+2
* - add protocol registrationLaurent Deniel2000-08-251-69/+120
* Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris2000-08-071-6/+6
* Add tvbuff class.Gilbert Ramirez2000-05-111-19/+19
* Register an "ip.proto" dissector table for IPv4, and have dissectors forGuy Harris2000-04-161-1/+3
* Register a "ppp.protocol" dissector table for PPP, and have dissectorsGuy Harris2000-04-161-4/+13
* Change the sub-dissector handoff registration routines so that theGilbert Ramirez2000-04-131-1/+8
* In "dissect_eth()", update "pi.len" and "pi.captured_len" regardless ofGuy Harris2000-01-231-2/+2
* Applied the vines part of Joerg's vines patch.Gilbert Ramirez2000-01-211-2/+14
* Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1999-11-161-6/+20
* Adjust the sizes of the buffers in "vines_addr_to_str()".Guy Harris1999-10-221-2/+2
* Add support for Banyan Vines addresses to the code that handles theGuy Harris1999-10-221-6/+24
* Created a new protocol tree implementation and a new display filterGilbert Ramirez1999-07-071-25/+22
* Removed all references to gtk objects from packet*.[ch] files. They nowGilbert Ramirez1999-03-231-40/+35
* * Added Joerg Mayer's Vines patchGerald Combs1998-12-291-84/+167
* * Added column formatting functionality.Gerald Combs1998-11-171-34/+42
* A lengthy patch to add the wiretap library. Wiretap is not used by defaultGilbert Ramirez1998-11-121-2/+1
* Merged in a _huge_ patch from Guy Harris. It adds a time stap column,Gerald Combs1998-09-271-19/+19
* * Added Don Lafontaine's support for Banyan Vines.Gerald Combs1998-09-171-0/+215