aboutsummaryrefslogtreecommitdiffstats
path: root/packet-gre.c
Commit message (Expand)AuthorAgeFilesLines
* Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel2000-08-131-1/+3
* Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris2000-08-071-4/+6
* Convert IPX-and-friend dissectors in packet-ipx.c to useGilbert Ramirez2000-06-151-2/+2
* Add routines for adding items to a protocol tree that take arguments ofGuy Harris2000-05-311-2/+2
* Convert dissect_ppp() and friends to use tvbuffs.Gilbert Ramirez2000-05-251-2/+4
* Paul Ionescu's patch to add support for IPX over GRE.Guy Harris2000-05-181-1/+7
* Add tvbuff class.Gilbert Ramirez2000-05-111-25/+25
* Register an "ip.proto" dissector table for IPv4, and have dissectors forGuy Harris2000-04-161-2/+8
* Change dissect_ppp() to accept offset.Gilbert Ramirez2000-03-271-2/+2
* Break proto_tree_add_item_format() into multiple functions:Gilbert Ramirez2000-03-121-2/+2
* Create a header file for every packet-*.c file. Prune the packet.h file.Gilbert Ramirez2000-02-151-1/+3
* Fix Gerald's e-mail address.Guy Harris2000-01-071-2/+2
* Merge Jerry's version with a version I'd done.Guy Harris1999-12-141-7/+8
* WCCP 1.0 dissection, from Jerry Talkington.Guy Harris1999-12-121-43/+56
* Don't do "if this is PPP, do this, else do that" quite so much - useGuy Harris1999-12-101-25/+27
* Print only 4 hex digits for the "Flags and version" field, as it's 16Guy Harris1999-12-101-2/+2
* Add RFC 1702 GRE-over-IPv4.Guy Harris1999-12-091-12/+27
* Register "ett_gre_flags" as an subtree type.Guy Harris1999-12-081-1/+2
* Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1999-11-161-4/+11
* Add a "BYTES_ARE_IN_FRAME()" macro, to test whether there are aGuy Harris1999-09-171-2/+2
* Convert a bunch of uses of "fd->cap_len" to use "pi.captured_len" (or toGuy Harris1999-08-261-2/+2
* Made the protocol (but not the fields) use the new proto_tree routine,Gilbert Ramirez1999-07-291-5/+17
* Added support for compiling on win32 with Visual C and 'nmake'. It compiles,Gilbert Ramirez1999-07-131-1/+3
* Created a new protocol tree implementation and a new display filterGilbert Ramirez1999-07-071-31/+28
* Added PPPoE, PPTP, GRE, and ISAKMP dissectors.Gilbert Ramirez1999-06-111-0/+237