| Commit message (Expand) | Author | Age | Files | Lines |
* | removed some more MSVC warnings (type casting) | Ulf Lamping | 2003-12-17 | 1 | -3/+3 |
* | Fix the heuristics so that they recognize Linux DLT_NULL headers. | Guy Harris | 2003-11-14 | 1 | -65/+199 |
* | From Brian Ginsbach: fix handling of IRIX and UNICOS/mp snoop captures | Guy Harris | 2003-11-11 | 1 | -1/+27 |
* | Have a pseudo-header for Ethernet packets, giving the size of the FCS - | Guy Harris | 2003-10-01 | 1 | -2/+3 |
* | From Jesper Peterson: | Guy Harris | 2003-08-26 | 1 | -1/+2 |
* | BSD AF_ values are generally given in decimal, not hex, so display them | Guy Harris | 2003-07-02 | 1 | -2/+2 |
* | Don't cast away constness, and fix variable and structure member | Guy Harris | 2002-12-02 | 1 | -2/+2 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -5/+5 |
* | We don't use anything from <sys/socket.h> (we need to know the AF_ | Guy Harris | 2002-08-03 | 1 | -5/+1 |
* | Replace the types from sys/types.h and netinet/in.h by their glib.h | Jörg Mayer | 2002-08-02 | 1 | -6/+2 |
* | From Michael Tuexen: AF_INET6 support for DLT_NULL captures from | Guy Harris | 2002-07-30 | 1 | -1/+2 |
* | Include files from the "epan" directory and subdirectories thereof with | Guy Harris | 2002-01-21 | 1 | -3/+3 |
* | Move the pointer to the "column_info" structure in the "frame_data" | Guy Harris | 2001-12-10 | 1 | -9/+9 |
* | 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-26 | 1 | -3/+4 |
* | Make the capture routines take an additional argument giving the amount | Guy Harris | 2001-11-20 | 1 | -5/+13 |
* | From Joerg Mayer: explicitly fill in all members of a | Guy Harris | 2001-06-18 | 1 | -3/+3 |
* | Get rid of some unnecessary includes. | Guy Harris | 2001-04-23 | 1 | -4/+3 |
* | Move the declaration of "etype_vals[]" from "epan/packet.h" to | Guy Harris | 2001-04-17 | 1 | -3/+1 |
* | Call the capture routine for PPP-in-HDLC-like-framing (RFC 1662) the | Guy Harris | 2001-03-30 | 1 | -2/+2 |
* | Call the dissector for PPP-in-HDLC-like-framing (RFC 1662) the | Guy Harris | 2001-03-30 | 1 | -5/+5 |
* | Move appletalk- and sna-related address routines out of the dissectors | Gilbert Ramirez | 2001-03-22 | 1 | -2/+2 |
* | Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto =" | Guy Harris | 2001-01-22 | 1 | -5/+1 |
* | Pull the handling of trailers in Ethernet (as opposed to 802.3) frames | Guy Harris | 2001-01-18 | 1 | -2/+2 |
* | Add an additional "protocol index" argument to "{old_}dissector_add()", | Guy Harris | 2001-01-09 | 1 | -2/+2 |
* | Have "proto_register_protocol()" build a list of data structures for | Guy Harris | 2001-01-03 | 1 | -2/+2 |
* | Some tvbuffified dissectors weren't setting "pinfo->current_proto", so | Guy Harris | 2000-12-02 | 1 | -2/+4 |
* | Wrap the dissect_fddi() call (with a 4th argument) with | Gilbert Ramirez | 2000-11-29 | 1 | -2/+3 |
* | For each column, have both a buffer into which strings for that column | Guy Harris | 2000-11-19 | 1 | -5/+5 |
* | Have the Etherenet and PPP dissectors register themselves, and have | Guy Harris | 2000-11-19 | 1 | -2/+13 |
* | Add #include <string.h>, to get prototypes for mem* and str* functions. | Gilbert Ramirez | 2000-11-17 | 1 | -1/+2 |
* | Give the "null" link-layer header dissector a dissector table, and put | Guy Harris | 2000-11-17 | 1 | -38/+10 |
* | Tvbuffify the STP dissector, have it register itself and have the LLC | Guy Harris | 2000-11-16 | 1 | -2/+2 |
* | Tvbuffify the AppleTalk dissectors. | Guy Harris | 2000-11-13 | 1 | -2/+2 |
* | Move BSWAP32 definition from packet-null.c to pint.h. Add more | Gilbert Ramirez | 2000-09-14 | 1 | -8/+1 |
* | 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 | -3/+3 |
* | Add routines for adding items to a protocol tree that take arguments of | Guy Harris | 2000-05-31 | 1 | -4/+4 |
* | Convert dissect_ppp() and friends to use tvbuffs. | Gilbert Ramirez | 2000-05-25 | 1 | -4/+3 |
* | Make "packet-null.c" include "packet-null.h", so that the declarations | Guy Harris | 2000-05-19 | 1 | -1/+2 |
* | Add protection against 0-length FT_BYTES being added to proto_tree. | Gilbert Ramirez | 2000-05-19 | 1 | -29/+37 |
* | Add tvbuff class. | Gilbert Ramirez | 2000-05-11 | 1 | -4/+4 |
* | Change dissect_ppp() to accept offset. | Gilbert Ramirez | 2000-03-27 | 1 | -2/+2 |
* | Create a header file for every packet-*.c file. Prune the packet.h file. | Gilbert Ramirez | 2000-02-15 | 1 | -1/+7 |
* | In "dissect_eth()", update "pi.len" and "pi.captured_len" regardless of | Guy Harris | 2000-01-23 | 1 | -5/+5 |
* | Replace the ETT_ "enum" members, declared in "packet.h", with | Guy Harris | 1999-11-16 | 1 | -3/+9 |
* | New proto_tree header_field_info stuff. Header_field_infos now contain | Gilbert Ramirez | 1999-10-12 | 1 | -3/+5 |
* | Removed unnecessary #include "etypes.h" lines. | Gilbert Ramirez | 1999-08-24 | 1 | -2/+2 |
* | Rename BSD_AF_INET6_OPENBSD to BSD_AF_INET6_BSD, as | Guy Harris | 1999-08-22 | 1 | -4/+4 |