| Commit message (Expand) | Author | Age | Files | Lines |
* | Move dissectors to epan/dissectors directory. | Gilbert Ramirez | 2004-07-18 | 1 | -388/+0 |
* | Set the svn:eol-style property on all text files to "native", so that | Guy Harris | 2004-07-18 | 1 | -1/+1 |
* | From Carlos Pignataro: support for MPLS over GRE. | Guy Harris | 2004-05-15 | 1 | -3/+5 |
* | From Shinsuke Suzuki: add the payload type code for IPv6. | Guy Harris | 2004-01-29 | 1 | -1/+2 |
* | Add support for some additional SAPs for Netware and OSI. | Guy Harris | 2003-06-10 | 1 | -2/+2 |
* | From Hannes Gredler: show the type value for OSI protocols symbolically. | Guy Harris | 2002-11-07 | 1 | -1/+3 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -10/+10 |
* | Replace the types from sys/types.h and netinet/in.h by their glib.h | Jörg Mayer | 2002-08-02 | 1 | -8/+1 |
* | Include files from the "epan" directory and subdirectories thereof with | Guy Harris | 2002-01-21 | 1 | -2/+2 |
* | Move the pointer to the "column_info" structure in the "frame_data" | Guy Harris | 2001-12-10 | 1 | -5/+5 |
* | Attach a descriptive name field type and base to dissector tables; that | Guy Harris | 2001-12-08 | 1 | -2/+3 |
* | Make "dissector_add()", "dissector_delete()", and "dissector_change()" | Guy Harris | 2001-12-03 | 1 | -2/+5 |
* | Moved from using dissect_data to using call_dissector() | Ed Warnicke | 2001-11-25 | 1 | -2/+4 |
* | In some versions of GRE, you can have ACK-only packets; if a packet | Guy Harris | 2001-10-23 | 1 | -2/+21 |
* | From Joerg Mayer: explicitly fill in all members of a | Guy Harris | 2001-06-18 | 1 | -2/+2 |
* | Get rid of an unnecessary include. | Guy Harris | 2001-04-23 | 1 | -2/+1 |
* | Move the declarations of IP protocol numbers to "ipproto.h" from | Guy Harris | 2001-04-23 | 1 | -3/+3 |
* | Move the declaration of "etype_vals[]" from "epan/packet.h" to | Guy Harris | 2001-04-17 | 1 | -3/+3 |
* | An Ethernet type of 0x6558 is "Transparent Ethernet Bridging" which, | Guy Harris | 2001-04-03 | 1 | -7/+8 |
* | Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto =" | Guy Harris | 2001-01-22 | 1 | -5/+1 |
* | Make GRE use a dissector table for its protocol types, and register | Guy Harris | 2001-01-13 | 1 | -52/+24 |
* | Register the IPX dissector, make it static, and call it through a | Guy Harris | 2001-01-09 | 1 | -3/+5 |
* | Add an additional "protocol index" argument to "{old_}dissector_add()", | Guy Harris | 2001-01-09 | 1 | -2/+2 |
* | Clean up white space. | Guy Harris | 2001-01-07 | 1 | -2/+2 |
* | Frame Relay and Frame-Relay-over-GRE support, from Paul Ionescu. | Guy Harris | 2001-01-07 | 1 | -103/+122 |
* | Have "proto_register_protocol()" build a list of data structures for | Guy Harris | 2001-01-03 | 1 | -2/+3 |
* | Check the checksum on GRE packets, if possible and if the Checksum | Guy Harris | 2000-12-15 | 1 | -7/+32 |
* | Tvbuffify the GRE and WCCP dissectors. | Guy Harris | 2000-11-29 | 1 | -78/+81 |
* | WCCP 2.0 support. | Guy Harris | 2000-11-29 | 1 | -2/+35 |
* | For each column, have both a buffer into which strings for that column | Guy Harris | 2000-11-19 | 1 | -2/+2 |
* | Have the Etherenet and PPP dissectors register themselves, and have | Guy Harris | 2000-11-19 | 1 | -5/+5 |
* | Tvbuffify the IP, ICMP, TCP, UDP, OSI CLNP, OSI COTP, OSI CLTP, and OSI | Guy Harris | 2000-11-18 | 1 | -3/+10 |
* | Tvbuffify the STP dissector, have it register itself and have the LLC | Guy Harris | 2000-11-16 | 1 | -2/+2 |
* | 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 |