| Commit message (Expand) | Author | Age | Files | Lines |
* | Add the "Edit:Protocols..." feature which currently only implements | Laurent Deniel | 2000-08-13 | 1 | -1/+3 |
* | Allow either old-style (pre-tvbuff) or new-style (tvbuffified) | Guy Harris | 2000-08-07 | 1 | -4/+6 |
* | Convert IPX-and-friend dissectors in packet-ipx.c to use | Gilbert Ramirez | 2000-06-15 | 1 | -2/+2 |
* | Add routines for adding items to a protocol tree that take arguments of | Guy Harris | 2000-05-31 | 1 | -2/+2 |
* | Convert dissect_ppp() and friends to use tvbuffs. | Gilbert Ramirez | 2000-05-25 | 1 | -2/+4 |
* | Paul Ionescu's patch to add support for IPX over GRE. | Guy Harris | 2000-05-18 | 1 | -1/+7 |
* | Add tvbuff class. | Gilbert Ramirez | 2000-05-11 | 1 | -25/+25 |
* | Register an "ip.proto" dissector table for IPv4, and have dissectors for | Guy Harris | 2000-04-16 | 1 | -2/+8 |
* | Change dissect_ppp() to accept offset. | Gilbert Ramirez | 2000-03-27 | 1 | -2/+2 |
* | Break proto_tree_add_item_format() into multiple functions: | Gilbert Ramirez | 2000-03-12 | 1 | -2/+2 |
* | Create a header file for every packet-*.c file. Prune the packet.h file. | Gilbert Ramirez | 2000-02-15 | 1 | -1/+3 |
* | Fix Gerald's e-mail address. | Guy Harris | 2000-01-07 | 1 | -2/+2 |
* | Merge Jerry's version with a version I'd done. | Guy Harris | 1999-12-14 | 1 | -7/+8 |
* | WCCP 1.0 dissection, from Jerry Talkington. | Guy Harris | 1999-12-12 | 1 | -43/+56 |
* | Don't do "if this is PPP, do this, else do that" quite so much - use | Guy Harris | 1999-12-10 | 1 | -25/+27 |
* | Print only 4 hex digits for the "Flags and version" field, as it's 16 | Guy Harris | 1999-12-10 | 1 | -2/+2 |
* | Add RFC 1702 GRE-over-IPv4. | Guy Harris | 1999-12-09 | 1 | -12/+27 |
* | Register "ett_gre_flags" as an subtree type. | Guy Harris | 1999-12-08 | 1 | -1/+2 |
* | Replace the ETT_ "enum" members, declared in "packet.h", with | Guy Harris | 1999-11-16 | 1 | -4/+11 |
* | Add a "BYTES_ARE_IN_FRAME()" macro, to test whether there are a | Guy Harris | 1999-09-17 | 1 | -2/+2 |
* | Convert a bunch of uses of "fd->cap_len" to use "pi.captured_len" (or to | Guy Harris | 1999-08-26 | 1 | -2/+2 |
* | Made the protocol (but not the fields) use the new proto_tree routine, | Gilbert Ramirez | 1999-07-29 | 1 | -5/+17 |
* | Added support for compiling on win32 with Visual C and 'nmake'. It compiles, | Gilbert Ramirez | 1999-07-13 | 1 | -1/+3 |
* | Created a new protocol tree implementation and a new display filter | Gilbert Ramirez | 1999-07-07 | 1 | -31/+28 |
* | Added PPPoE, PPTP, GRE, and ISAKMP dissectors. | Gilbert Ramirez | 1999-06-11 | 1 | -0/+237 |