AODV dissection support, from Erik Nordstr�m.
[obnox/wireshark/wip.git] / packet-gre.c
2002-01-21 guyInclude files from the "epan" directory and subdirector...
2001-12-10 guyMove the pointer to the "column_info" structure in...
2001-12-08 guyAttach a descriptive name field type and base to dissec...
2001-12-03 guyMake "dissector_add()", "dissector_delete()", and ...
2001-11-25 hagbardMoved from using dissect_data to using call_dissector()
2001-10-23 guyIn some versions of GRE, you can have ACK-only packets...
2001-06-18 guyFrom Joerg Mayer: explicitly fill in all members of a
2001-04-23 guyGet rid of an unnecessary include.
2001-04-23 guyMove the declarations of IP protocol numbers to "ipprot...
2001-04-17 guyMove the declaration of "etype_vals[]" from "epan/packe...
2001-04-03 guyAn Ethernet type of 0x6558 is "Transparent Ethernet...
2001-01-22 guyRemove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo...
2001-01-13 guyMake GRE use a dissector table for its protocol types...
2001-01-09 guyRegister the IPX dissector, make it static, and call...
2001-01-09 guyAdd an additional "protocol index" argument to "{old_...
2001-01-07 guyClean up white space.
2001-01-07 guyFrame Relay and Frame-Relay-over-GRE support, from...
2001-01-03 guyHave "proto_register_protocol()" build a list of data...
2000-12-15 guyCheck the checksum on GRE packets, if possible and...
2000-11-29 guyTvbuffify the GRE and WCCP dissectors.
2000-11-29 guyWCCP 2.0 support.
2000-11-19 guyFor each column, have both a buffer into which strings...
2000-11-19 guyHave the Etherenet and PPP dissectors register themselv...
2000-11-18 guyTvbuffify the IP, ICMP, TCP, UDP, OSI CLNP, OSI COTP...
2000-11-16 guyTvbuffify the STP dissector, have it register itself...
2000-08-13 denielAdd the "Edit:Protocols..." feature which currently...
2000-08-07 guyAllow either old-style (pre-tvbuff) or new-style (tvbuf...
2000-06-15 gramConvert IPX-and-friend dissectors in packet-ipx.c to use
2000-05-31 guyAdd routines for adding items to a protocol tree that...
2000-05-25 gramConvert dissect_ppp() and friends to use tvbuffs.
2000-05-18 guyPaul Ionescu's patch to add support for IPX over GRE.
2000-05-11 gramAdd tvbuff class.
2000-04-16 guyRegister an "ip.proto" dissector table for IPv4, and...
2000-03-27 gramChange dissect_ppp() to accept offset.
2000-03-12 gramBreak proto_tree_add_item_format() into multiple functions:
2000-02-15 gramCreate a header file for every packet-*.c file. Prune...
2000-01-07 guyFix Gerald's e-mail address.
1999-12-14 guyMerge Jerry's version with a version I'd done.
1999-12-12 guyWCCP 1.0 dissection, from Jerry Talkington.
1999-12-10 guyDon't do "if this is PPP, do this, else do that" quite...
1999-12-10 guyPrint only 4 hex digits for the "Flags and version...
1999-12-09 guyAdd RFC 1702 GRE-over-IPv4.
1999-12-08 guyRegister "ett_gre_flags" as an subtree type.
1999-11-16 guyReplace the ETT_ "enum" members, declared in "packet...
1999-09-17 guyAdd a "BYTES_ARE_IN_FRAME()" macro, to test whether...
1999-08-26 guyConvert a bunch of uses of "fd->cap_len" to use "pi...
1999-07-29 gramMade the protocol (but not the fields) use the new...
1999-07-13 gramAdded support for compiling on win32 with Visual C...
1999-07-07 gramCreated a new protocol tree implementation and a new...
1999-06-11 gramAdded PPPoE, PPTP, GRE, and ISAKMP dissectors.