aboutsummaryrefslogtreecommitdiffstats
path: root/packet-vines.c
AgeCommit message (Expand)AuthorFilesLines
2003-07-19Get rid of a no-longer-used table.guy1-9/+1
2003-06-30Fix a cut-and-pasteo.guy1-2/+2
2003-04-22Add the Ethernet type for the Vines Echo protocol.guy1-2/+3
2003-04-22SAP_VINES1 (0xba) doesn't appear to be used for Vines-IP-over-LLC; it'sguy1-2/+1
2003-04-19Fix a typo.guy1-2/+2
2003-04-18Show metrics in ARP and RTP as ticks and seconds.guy1-34/+63
2003-04-180x06 appears to be an opcode for VRTP redirects.guy1-55/+15
2003-04-18Dissect non-sequenced RTP and ARP, and dissect more of sequenced RTP.guy1-119/+677
2003-04-18In Vines ARP Assignment Response packets, put the address being assignedguy1-2/+10
2003-04-18Add support for Vines ICP.guy1-11/+125
2003-04-18Add support for VINES SRTP (and a stub dissector for RTP).guy1-13/+138
2003-04-18Add VINES ARP support.guy1-154/+234
2003-04-18Add support for Vines IPC.guy1-87/+270
2003-04-17Add a heuristic dissector table to Vines SPP, use it for dissecting SPPguy1-7/+51
2003-04-17Add support for VINES-over-802.2 LLC.guy1-12/+109
2003-04-17Regularize the Protocol column setting and protocol names, and put theguy1-54/+49
2003-01-23Support Appletalk, IPv6, and Banyan Vines over ARCNET.guy1-1/+3
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-41/+41
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hjmayer1-19/+11
2002-05-30Don't pass "tvb_reported_length_remaining(tvb, offset)" as the fourthguy1-3/+4
2002-04-24From Joerg Mayer: get rid of extra arguments to capture routines.guy1-2/+2
2002-01-21Include files from the "epan" directory and subdirectories thereof withguy1-2/+2
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"guy1-49/+49
2001-12-08Attach a descriptive name field type and base to dissector tables; thatguy1-2/+3
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"guy1-11/+12
2001-11-26Moved from using dissect_data() to using call_dissector()hagbard1-3/+5
2001-11-20Make the capture routines take an additional argument giving the amountguy1-3/+2
2001-06-18From Joerg Mayer: explicitly fill in all members of aguy1-2/+2
2001-06-02Handoff registration routines must be named "proto_reg_handoff_XXX()",guy1-3/+2
2001-05-30Call the Vines IP dissector through a handle, and call the Vines SPPguy1-19/+28
2001-04-23Move the declarations of IP protocol numbers to "ipproto.h" fromguy1-3/+3
2001-04-17Move the declaration of "etype_vals[]" from "epan/packet.h" toguy1-3/+3
2001-04-17Fix the e-mail address for Joerg Mayer (and remove it from files heguy1-2/+2
2001-04-15The Vines Fragmentation Protocol dissector is called only throughguy1-5/+1
2001-04-01Moved vines_addr_to_str() from packet-vines.{h,c} to epan/to_str.{c,h}.hagbard1-19/+1
2001-03-13Make tvb_get_ptr() return 'const guint8*', and clean up all thegram1-2/+2
2001-02-04Pass the correct tvbuff from the Vines Fragmentation Protocol dissectorguy1-2/+2
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",guy1-5/+7
2001-01-06Tvbuffify the Vines dissector, and add protocols for the Vinesguy1-217/+296
2001-01-03Have "proto_register_protocol()" build a list of data structures forguy1-2/+2
2000-11-19For each column, have both a buffer into which strings for that columnguy1-13/+13
2000-11-17Add #include <string.h>, to get prototypes for mem* and str* functions.gram1-1/+2
2000-08-25- add protocol registrationdeniel1-69/+120
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)guy1-6/+6
2000-05-11Add tvbuff class.gram1-19/+19
2000-04-16Register an "ip.proto" dissector table for IPv4, and have dissectors forguy1-1/+3
2000-04-16Register a "ppp.protocol" dissector table for PPP, and have dissectorsguy1-4/+13
2000-04-13Change the sub-dissector handoff registration routines so that thegram1-1/+8
2000-01-23In "dissect_eth()", update "pi.len" and "pi.captured_len" regardless ofguy1-2/+2
2000-01-21Applied the vines part of Joerg's vines patch.gram1-2/+14