aboutsummaryrefslogtreecommitdiffstats
path: root/packet-gre.c
AgeCommit message (Expand)AuthorFilesLines
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
1999-07-29Made the protocol (but not the fields) use the new proto_tree routine,Gilbert Ramirez1-5/+17
1999-07-13Added support for compiling on win32 with Visual C and 'nmake'. It compiles,Gilbert Ramirez1-1/+3
1999-07-07Created a new protocol tree implementation and a new display filterGilbert Ramirez1-31/+28
1999-06-11Added PPPoE, PPTP, GRE, and ISAKMP dissectors.Gilbert Ramirez1-0/+237