aboutsummaryrefslogtreecommitdiffstats
path: root/packet-null.c
AgeCommit message (Expand)AuthorFilesLines
2002-12-02Don't cast away constness, and fix variable and structure memberGuy Harris1-2/+2
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-5/+5
2002-08-03We don't use anything from <sys/socket.h> (we need to know the AF_Guy Harris1-5/+1
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-6/+2
2002-07-30From Michael Tuexen: AF_INET6 support for DLT_NULL captures fromGuy Harris1-1/+2
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-3/+3
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-9/+9
2001-12-08Attach a descriptive name field type and base to dissector tables; thatGuy Harris1-2/+3
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris1-2/+5
2001-11-26Moved from using dissect_data() to using call_dissector()Ed Warnicke1-3/+4
2001-11-20Make the capture routines take an additional argument giving the amountGuy Harris1-5/+13
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris1-3/+3
2001-04-23Get rid of some unnecessary includes.Guy Harris1-4/+3
2001-04-17Move the declaration of "etype_vals[]" from "epan/packet.h" toGuy Harris1-3/+1
2001-03-30Call the capture routine for PPP-in-HDLC-like-framing (RFC 1662) theGuy Harris1-2/+2
2001-03-30Call the dissector for PPP-in-HDLC-like-framing (RFC 1662) theGuy Harris1-5/+5
2001-03-22Move appletalk- and sna-related address routines out of the dissectorsGilbert Ramirez1-2/+2
2001-01-22Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris1-5/+1
2001-01-18Pull the handling of trailers in Ethernet (as opposed to 802.3) framesGuy Harris1-2/+2
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris1-2/+2
2001-01-03Have "proto_register_protocol()" build a list of data structures forGuy Harris1-2/+2
2000-12-02Some tvbuffified dissectors weren't setting "pinfo->current_proto", soGuy Harris1-2/+4
2000-11-29Wrap the dissect_fddi() call (with a 4th argument) withGilbert Ramirez1-2/+3
2000-11-19For each column, have both a buffer into which strings for that columnGuy Harris1-5/+5
2000-11-19Have the Etherenet and PPP dissectors register themselves, and haveGuy Harris1-2/+13
2000-11-17Add #include <string.h>, to get prototypes for mem* and str* functions.Gilbert Ramirez1-1/+2
2000-11-17Give the "null" link-layer header dissector a dissector table, and putGuy Harris1-38/+10
2000-11-16Tvbuffify the STP dissector, have it register itself and have the LLCGuy Harris1-2/+2
2000-11-13Tvbuffify the AppleTalk dissectors.Guy Harris1-2/+2
2000-09-14Move BSWAP32 definition from packet-null.c to pint.h. Add moreGilbert Ramirez1-8/+1
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel1-1/+3
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris1-3/+3
2000-05-31Add routines for adding items to a protocol tree that take arguments ofGuy Harris1-4/+4
2000-05-25Convert dissect_ppp() and friends to use tvbuffs.Gilbert Ramirez1-4/+3
2000-05-19Make "packet-null.c" include "packet-null.h", so that the declarationsGuy Harris1-1/+2
2000-05-19Add protection against 0-length FT_BYTES being added to proto_tree.Gilbert Ramirez1-29/+37
2000-05-11Add tvbuff class.Gilbert Ramirez1-4/+4
2000-03-27Change dissect_ppp() to accept offset.Gilbert Ramirez1-2/+2
2000-02-15Create a header file for every packet-*.c file. Prune the packet.h file.Gilbert Ramirez1-1/+7
2000-01-23In "dissect_eth()", update "pi.len" and "pi.captured_len" regardless ofGuy Harris1-5/+5
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1-3/+9
1999-10-12New proto_tree header_field_info stuff. Header_field_infos now containGilbert Ramirez1-3/+5
1999-08-24Removed unnecessary #include "etypes.h" lines.Gilbert Ramirez1-2/+2
1999-08-22Rename BSD_AF_INET6_OPENBSD to BSD_AF_INET6_BSD, asGuy Harris1-4/+4
1999-08-22FreeBSD and OpenBSD both use 23 for AF_IPX (that may have been inGuy Harris1-9/+18
1999-08-22DLT_NULL, from "libpcap", means different things on different platformsGuy Harris1-117/+250
1999-08-21Jochen Friedrich's patch to add IPv6 support for DLT_NULL.Guy Harris1-1/+11
1999-07-29Made the protocol (but not the fields) use the new proto_tree routine,Gilbert Ramirez1-5/+5
1999-07-13Added support for compiling on win32 with Visual C and 'nmake'. It compiles,Gilbert Ramirez1-1/+4
1999-07-07Created a new protocol tree implementation and a new display filterGilbert Ramirez1-7/+40