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