aboutsummaryrefslogtreecommitdiffstats
path: root/packet-gre.c
Commit message (Expand)AuthorAgeFilesLines
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-10/+10
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-8/+1
* 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-5/+5
* 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-2/+5
* Moved from using dissect_data to using call_dissector()Ed Warnicke2001-11-251-2/+4
* In some versions of GRE, you can have ACK-only packets; if a packetGuy Harris2001-10-231-2/+21
* From Joerg Mayer: explicitly fill in all members of aGuy Harris2001-06-181-2/+2
* Get rid of an unnecessary include.Guy Harris2001-04-231-2/+1
* 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
* An Ethernet type of 0x6558 is "Transparent Ethernet Bridging" which,Guy Harris2001-04-031-7/+8
* Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris2001-01-221-5/+1
* Make GRE use a dissector table for its protocol types, and registerGuy Harris2001-01-131-52/+24
* Register the IPX dissector, make it static, and call it through aGuy Harris2001-01-091-3/+5
* Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris2001-01-091-2/+2
* Clean up white space.Guy Harris2001-01-071-2/+2
* Frame Relay and Frame-Relay-over-GRE support, from Paul Ionescu.Guy Harris2001-01-071-103/+122
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-031-2/+3
* Check the checksum on GRE packets, if possible and if the ChecksumGuy Harris2000-12-151-7/+32
* Tvbuffify the GRE and WCCP dissectors.Guy Harris2000-11-291-78/+81
* WCCP 2.0 support.Guy Harris2000-11-291-2/+35
* For each column, have both a buffer into which strings for that columnGuy Harris2000-11-191-2/+2
* Have the Etherenet and PPP dissectors register themselves, and haveGuy Harris2000-11-191-5/+5
* Tvbuffify the IP, ICMP, TCP, UDP, OSI CLNP, OSI COTP, OSI CLTP, and OSIGuy Harris2000-11-181-3/+10
* Tvbuffify the STP dissector, have it register itself and have the LLCGuy Harris2000-11-161-2/+2
* 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