aboutsummaryrefslogtreecommitdiffstats
path: root/packet-vines.c
Commit message (Expand)AuthorAgeFilesLines
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* Make a variable to which a 16-bit value is assigned big enough to holdGuy Harris2004-01-061-2/+2
* removed some MSVC warnings (level 3)Ulf Lamping2004-01-051-2/+2
* From Chris Waters: fix a typo.Guy Harris2004-01-011-2/+2
* Get rid of a no-longer-used table.Guy Harris2003-07-191-9/+1
* Fix a cut-and-pasteo.Guy Harris2003-06-301-2/+2
* Add the Ethernet type for the Vines Echo protocol.Guy Harris2003-04-221-2/+3
* SAP_VINES1 (0xba) doesn't appear to be used for Vines-IP-over-LLC; it'sGuy Harris2003-04-221-2/+1
* Fix a typo.Guy Harris2003-04-191-2/+2
* Show metrics in ARP and RTP as ticks and seconds.Guy Harris2003-04-181-34/+63
* 0x06 appears to be an opcode for VRTP redirects.Guy Harris2003-04-181-55/+15
* Dissect non-sequenced RTP and ARP, and dissect more of sequenced RTP.Guy Harris2003-04-181-119/+677
* In Vines ARP Assignment Response packets, put the address being assignedGuy Harris2003-04-181-2/+10
* Add support for Vines ICP.Guy Harris2003-04-181-11/+125
* Add support for VINES SRTP (and a stub dissector for RTP).Guy Harris2003-04-181-13/+138
* Add VINES ARP support.Guy Harris2003-04-181-154/+234
* Add support for Vines IPC.Guy Harris2003-04-181-87/+270
* Add a heuristic dissector table to Vines SPP, use it for dissecting SPPGuy Harris2003-04-171-7/+51
* Add support for VINES-over-802.2 LLC.Guy Harris2003-04-171-12/+109
* Regularize the Protocol column setting and protocol names, and put theGuy Harris2003-04-171-54/+49
* Support Appletalk, IPv6, and Banyan Vines over ARCNET.Guy Harris2003-01-231-1/+3
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-41/+41
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-19/+11
* Don't pass "tvb_reported_length_remaining(tvb, offset)" as the fourthGuy Harris2002-05-301-3/+4
* From Joerg Mayer: get rid of extra arguments to capture routines.Guy Harris2002-04-241-2/+2
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-2/+2
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-49/+49
* Attach a descriptive name field type and base to dissector tables; thatGuy Harris2001-12-081-2/+3
* Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris2001-12-031-11/+12
* Moved from using dissect_data() to using call_dissector()Ed Warnicke2001-11-261-3/+5
* Make the capture routines take an additional argument giving the amountGuy Harris2001-11-201-3/+2
* From Joerg Mayer: explicitly fill in all members of aGuy Harris2001-06-181-2/+2
* Handoff registration routines must be named "proto_reg_handoff_XXX()",Guy Harris2001-06-021-3/+2
* Call the Vines IP dissector through a handle, and call the Vines SPPGuy Harris2001-05-301-19/+28
* Move the declarations of IP protocol numbers to "ipproto.h" fromGuy Harris2001-04-231-3/+3
* Move the declaration of "etype_vals[]" from "epan/packet.h" toGuy Harris2001-04-171-3/+3
* Fix the e-mail address for Joerg Mayer (and remove it from files heGuy Harris2001-04-171-2/+2
* The Vines Fragmentation Protocol dissector is called only throughGuy Harris2001-04-151-5/+1
* Moved vines_addr_to_str() from packet-vines.{h,c} to epan/to_str.{c,h}.Ed Warnicke2001-04-011-19/+1
* Make tvb_get_ptr() return 'const guint8*', and clean up all theGilbert Ramirez2001-03-131-2/+2
* Pass the correct tvbuff from the Vines Fragmentation Protocol dissectorGuy Harris2001-02-041-2/+2
* 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