aboutsummaryrefslogtreecommitdiffstats
path: root/packet-vines.c
AgeCommit message (Expand)AuthorFilesLines
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-2/+2
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-49/+49
2001-12-08Attach a descriptive name field type and base to dissector tables; thatGuy Harris1-2/+3
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris1-11/+12
2001-11-26Moved from using dissect_data() to using call_dissector()Ed Warnicke1-3/+5
2001-11-20Make the capture routines take an additional argument giving the amountGuy Harris1-3/+2
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris1-2/+2
2001-06-02Handoff registration routines must be named "proto_reg_handoff_XXX()",Guy Harris1-3/+2
2001-05-30Call the Vines IP dissector through a handle, and call the Vines SPPGuy Harris1-19/+28
2001-04-23Move the declarations of IP protocol numbers to "ipproto.h" fromGuy Harris1-3/+3
2001-04-17Move the declaration of "etype_vals[]" from "epan/packet.h" toGuy Harris1-3/+3
2001-04-17Fix the e-mail address for Joerg Mayer (and remove it from files heGuy Harris1-2/+2
2001-04-15The Vines Fragmentation Protocol dissector is called only throughGuy Harris1-5/+1
2001-04-01Moved vines_addr_to_str() from packet-vines.{h,c} to epan/to_str.{c,h}.Ed Warnicke1-19/+1
2001-03-13Make tvb_get_ptr() return 'const guint8*', and clean up all theGilbert Ramirez1-2/+2
2001-02-04Pass the correct tvbuff from the Vines Fragmentation Protocol dissectorGuy Harris1-2/+2
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris1-5/+7
2001-01-06Tvbuffify the Vines dissector, and add protocols for the VinesGuy Harris1-217/+296
2001-01-03Have "proto_register_protocol()" build a list of data structures forGuy Harris1-2/+2
2000-11-19For each column, have both a buffer into which strings for that columnGuy Harris1-13/+13
2000-11-17Add #include <string.h>, to get prototypes for mem* and str* functions.Gilbert Ramirez1-1/+2
2000-08-25- add protocol registrationLaurent Deniel1-69/+120
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris1-6/+6
2000-05-11Add tvbuff class.Gilbert Ramirez1-19/+19
2000-04-16Register an "ip.proto" dissector table for IPv4, and have dissectors forGuy Harris1-1/+3
2000-04-16Register a "ppp.protocol" dissector table for PPP, and have dissectorsGuy Harris1-4/+13
2000-04-13Change the sub-dissector handoff registration routines so that theGilbert Ramirez1-1/+8
2000-01-23In "dissect_eth()", update "pi.len" and "pi.captured_len" regardless ofGuy Harris1-2/+2
2000-01-21Applied the vines part of Joerg's vines patch.Gilbert Ramirez1-2/+14
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1-6/+20
1999-10-22Adjust the sizes of the buffers in "vines_addr_to_str()".Guy Harris1-2/+2
1999-10-22Add support for Banyan Vines addresses to the code that handles theGuy Harris1-6/+24
1999-07-07Created a new protocol tree implementation and a new display filterGilbert Ramirez1-25/+22
1999-03-23Removed all references to gtk objects from packet*.[ch] files. They nowGilbert Ramirez1-40/+35
1998-12-29* Added Joerg Mayer's Vines patchGerald Combs1-84/+167
1998-11-17* Added column formatting functionality.Gerald Combs1-34/+42
1998-11-12A lengthy patch to add the wiretap library. Wiretap is not used by defaultGilbert Ramirez1-2/+1
1998-09-27Merged in a _huge_ patch from Guy Harris. It adds a time stap column,Gerald Combs1-19/+19
1998-09-17* Added Don Lafontaine's support for Banyan Vines.Gerald Combs1-0/+215