aboutsummaryrefslogtreecommitdiffstats
path: root/packet-gre.c
AgeCommit message (Expand)AuthorFilesLines
2003-06-10Add support for some additional SAPs for Netware and OSI.Guy Harris1-2/+2
2002-11-07From Hannes Gredler: show the type value for OSI protocols symbolically.Guy Harris1-1/+3
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-10/+10
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-8/+1
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-5/+5
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-2/+5
2001-11-25Moved from using dissect_data to using call_dissector()Ed Warnicke1-2/+4
2001-10-23In some versions of GRE, you can have ACK-only packets; if a packetGuy Harris1-2/+21
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris1-2/+2
2001-04-23Get rid of an unnecessary include.Guy Harris1-2/+1
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-03An Ethernet type of 0x6558 is "Transparent Ethernet Bridging" which,Guy Harris1-7/+8
2001-01-22Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris1-5/+1
2001-01-13Make GRE use a dissector table for its protocol types, and registerGuy Harris1-52/+24
2001-01-09Register the IPX dissector, make it static, and call it through aGuy Harris1-3/+5
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris1-2/+2
2001-01-07Clean up white space.Guy Harris1-2/+2
2001-01-07Frame Relay and Frame-Relay-over-GRE support, from Paul Ionescu.Guy Harris1-103/+122
2001-01-03Have "proto_register_protocol()" build a list of data structures forGuy Harris1-2/+3
2000-12-15Check the checksum on GRE packets, if possible and if the ChecksumGuy Harris1-7/+32
2000-11-29Tvbuffify the GRE and WCCP dissectors.Guy Harris1-78/+81
2000-11-29WCCP 2.0 support.Guy Harris1-2/+35
2000-11-19For each column, have both a buffer into which strings for that columnGuy Harris1-2/+2
2000-11-19Have the Etherenet and PPP dissectors register themselves, and haveGuy Harris1-5/+5
2000-11-18Tvbuffify the IP, ICMP, TCP, UDP, OSI CLNP, OSI COTP, OSI CLTP, and OSIGuy Harris1-3/+10
2000-11-16Tvbuffify the STP dissector, have it register itself and have the LLCGuy Harris1-2/+2
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel1-1/+3
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris1-4/+6
2000-06-15Convert IPX-and-friend dissectors in packet-ipx.c to useGilbert Ramirez1-2/+2
2000-05-31Add routines for adding items to a protocol tree that take arguments ofGuy Harris1-2/+2
2000-05-25Convert dissect_ppp() and friends to use tvbuffs.Gilbert Ramirez1-2/+4
2000-05-18Paul Ionescu's patch to add support for IPX over GRE.Guy Harris1-1/+7
2000-05-11Add tvbuff class.Gilbert Ramirez1-25/+25
2000-04-16Register an "ip.proto" dissector table for IPv4, and have dissectors forGuy Harris1-2/+8
2000-03-27Change dissect_ppp() to accept offset.Gilbert Ramirez1-2/+2
2000-03-12Break proto_tree_add_item_format() into multiple functions:Gilbert Ramirez1-2/+2
2000-02-15Create a header file for every packet-*.c file. Prune the packet.h file.Gilbert Ramirez1-1/+3
2000-01-07Fix Gerald's e-mail address.Guy Harris1-2/+2
1999-12-14Merge Jerry's version with a version I'd done.Guy Harris1-7/+8
1999-12-12WCCP 1.0 dissection, from Jerry Talkington.Guy Harris1-43/+56
1999-12-10Don't do "if this is PPP, do this, else do that" quite so much - useGuy Harris1-25/+27
1999-12-10Print only 4 hex digits for the "Flags and version" field, as it's 16Guy Harris1-2/+2
1999-12-09Add RFC 1702 GRE-over-IPv4.Guy Harris1-12/+27
1999-12-08Register "ett_gre_flags" as an subtree type.Guy Harris1-1/+2
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1-4/+11
1999-09-17Add a "BYTES_ARE_IN_FRAME()" macro, to test whether there are aGuy Harris1-2/+2
1999-08-26Convert a bunch of uses of "fd->cap_len" to use "pi.captured_len" (or toGuy Harris1-2/+2