aboutsummaryrefslogtreecommitdiffstats
path: root/packet-vines.c
AgeCommit message (Expand)AuthorFilesLines
2004-01-06Make a variable to which a 16-bit value is assigned big enough to holdGuy Harris1-2/+2
2004-01-05removed some MSVC warnings (level 3)Ulf Lamping1-2/+2
2004-01-01From Chris Waters: fix a typo.Guy Harris1-2/+2
2003-07-19Get rid of a no-longer-used table.Guy Harris1-9/+1
2003-06-30Fix a cut-and-pasteo.Guy Harris1-2/+2
2003-04-22Add the Ethernet type for the Vines Echo protocol.Guy Harris1-2/+3
2003-04-22SAP_VINES1 (0xba) doesn't appear to be used for Vines-IP-over-LLC; it'sGuy Harris1-2/+1
2003-04-19Fix a typo.Guy Harris1-2/+2
2003-04-18Show metrics in ARP and RTP as ticks and seconds.Guy Harris1-34/+63
2003-04-180x06 appears to be an opcode for VRTP redirects.Guy Harris1-55/+15
2003-04-18Dissect non-sequenced RTP and ARP, and dissect more of sequenced RTP.Guy Harris1-119/+677
2003-04-18In Vines ARP Assignment Response packets, put the address being assignedGuy Harris1-2/+10
2003-04-18Add support for Vines ICP.Guy Harris1-11/+125
2003-04-18Add support for VINES SRTP (and a stub dissector for RTP).Guy Harris1-13/+138
2003-04-18Add VINES ARP support.Guy Harris1-154/+234
2003-04-18Add support for Vines IPC.Guy Harris1-87/+270
2003-04-17Add a heuristic dissector table to Vines SPP, use it for dissecting SPPGuy Harris1-7/+51
2003-04-17Add support for VINES-over-802.2 LLC.Guy Harris1-12/+109
2003-04-17Regularize the Protocol column setting and protocol names, and put theGuy Harris1-54/+49
2003-01-23Support Appletalk, IPv6, and Banyan Vines over ARCNET.Guy Harris1-1/+3
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-41/+41
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-19/+11
2002-05-30Don't pass "tvb_reported_length_remaining(tvb, offset)" as the fourthGuy Harris1-3/+4
2002-04-24From Joerg Mayer: get rid of extra arguments to capture routines.Guy Harris1-2/+2
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