| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | FreeBSD and OpenBSD both use 23 for AF_IPX (that may have been in | Guy Harris | 1999-08-22 | 1 | -9/+18 |
* | DLT_NULL, from "libpcap", means different things on different platforms | Guy Harris | 1999-08-22 | 1 | -117/+250 |
* | Jochen Friedrich's patch to add IPv6 support for DLT_NULL. | Guy Harris | 1999-08-21 | 1 | -1/+11 |
* | Made the protocol (but not the fields) use the new proto_tree routine, | Gilbert Ramirez | 1999-07-29 | 1 | -5/+5 |
* | Added support for compiling on win32 with Visual C and 'nmake'. It compiles, | Gilbert Ramirez | 1999-07-13 | 1 | -1/+4 |
* | Created a new protocol tree implementation and a new display filter | Gilbert Ramirez | 1999-07-07 | 1 | -7/+40 |
* | Removed all references to gtk objects from packet*.[ch] files. They now | Gilbert Ramirez | 1999-03-23 | 1 | -13/+19 |
* | When doing a capture, decode enough of the incoming packets to correctly | Guy Harris | 1999-02-09 | 1 | -1/+32 |
* | * Added column formatting functionality. | Gerald Combs | 1998-11-17 | 1 | -7/+9 |
* | A lengthy patch to add the wiretap library. Wiretap is not used by default | Gilbert Ramirez | 1998-11-12 | 1 | -2/+1 |
* | Get rid of the "N on link, M capture" from the null and raw detail, as | Guy Harris | 1998-11-05 | 1 | -3/+2 |
* | Merged in a _huge_ patch from Guy Harris. It adds a time stap column, | Gerald Combs | 1998-09-27 | 1 | -7/+7 |
* | * Ethernet manufacturer support (Laurent) | Gerald Combs | 1998-09-25 | 1 | -0/+97 |