aboutsummaryrefslogtreecommitdiffstats
path: root/packet-null.c
Commit message (Expand)AuthorAgeFilesLines
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-3/+3
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-9/+9
* Attach a descriptive name field type and base to dissector tables; thatGuy Harris2001-12-081-2/+3
* Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris2001-12-031-2/+5
* Moved from using dissect_data() to using call_dissector()Ed Warnicke2001-11-261-3/+4
* Make the capture routines take an additional argument giving the amountGuy Harris2001-11-201-5/+13
* From Joerg Mayer: explicitly fill in all members of aGuy Harris2001-06-181-3/+3
* Get rid of some unnecessary includes.Guy Harris2001-04-231-4/+3
* Move the declaration of "etype_vals[]" from "epan/packet.h" toGuy Harris2001-04-171-3/+1
* Call the capture routine for PPP-in-HDLC-like-framing (RFC 1662) theGuy Harris2001-03-301-2/+2
* Call the dissector for PPP-in-HDLC-like-framing (RFC 1662) theGuy Harris2001-03-301-5/+5
* Move appletalk- and sna-related address routines out of the dissectorsGilbert Ramirez2001-03-221-2/+2
* Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris2001-01-221-5/+1
* Pull the handling of trailers in Ethernet (as opposed to 802.3) framesGuy Harris2001-01-181-2/+2
* Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris2001-01-091-2/+2
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-031-2/+2
* Some tvbuffified dissectors weren't setting "pinfo->current_proto", soGuy Harris2000-12-021-2/+4
* Wrap the dissect_fddi() call (with a 4th argument) withGilbert Ramirez2000-11-291-2/+3
* For each column, have both a buffer into which strings for that columnGuy Harris2000-11-191-5/+5
* Have the Etherenet and PPP dissectors register themselves, and haveGuy Harris2000-11-191-2/+13
* Add #include <string.h>, to get prototypes for mem* and str* functions.Gilbert Ramirez2000-11-171-1/+2
* Give the "null" link-layer header dissector a dissector table, and putGuy Harris2000-11-171-38/+10
* Tvbuffify the STP dissector, have it register itself and have the LLCGuy Harris2000-11-161-2/+2
* Tvbuffify the AppleTalk dissectors.Guy Harris2000-11-131-2/+2
* Move BSWAP32 definition from packet-null.c to pint.h. Add moreGilbert Ramirez2000-09-141-8/+1
* Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel2000-08-131-1/+3
* Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris2000-08-071-3/+3
* Add routines for adding items to a protocol tree that take arguments ofGuy Harris2000-05-311-4/+4
* Convert dissect_ppp() and friends to use tvbuffs.Gilbert Ramirez2000-05-251-4/+3
* Make "packet-null.c" include "packet-null.h", so that the declarationsGuy Harris2000-05-191-1/+2
* Add protection against 0-length FT_BYTES being added to proto_tree.Gilbert Ramirez2000-05-191-29/+37
* Add tvbuff class.Gilbert Ramirez2000-05-111-4/+4
* Change dissect_ppp() to accept offset.Gilbert Ramirez2000-03-271-2/+2
* Create a header file for every packet-*.c file. Prune the packet.h file.Gilbert Ramirez2000-02-151-1/+7
* In "dissect_eth()", update "pi.len" and "pi.captured_len" regardless ofGuy Harris2000-01-231-5/+5
* Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1999-11-161-3/+9
* New proto_tree header_field_info stuff. Header_field_infos now containGilbert Ramirez1999-10-121-3/+5
* Removed unnecessary #include "etypes.h" lines.Gilbert Ramirez1999-08-241-2/+2
* Rename BSD_AF_INET6_OPENBSD to BSD_AF_INET6_BSD, asGuy Harris1999-08-221-4/+4
* FreeBSD and OpenBSD both use 23 for AF_IPX (that may have been inGuy Harris1999-08-221-9/+18
* DLT_NULL, from "libpcap", means different things on different platformsGuy Harris1999-08-221-117/+250
* Jochen Friedrich's patch to add IPv6 support for DLT_NULL.Guy Harris1999-08-211-1/+11
* Made the protocol (but not the fields) use the new proto_tree routine,Gilbert Ramirez1999-07-291-5/+5
* Added support for compiling on win32 with Visual C and 'nmake'. It compiles,Gilbert Ramirez1999-07-131-1/+4
* Created a new protocol tree implementation and a new display filterGilbert Ramirez1999-07-071-7/+40
* Removed all references to gtk objects from packet*.[ch] files. They nowGilbert Ramirez1999-03-231-13/+19
* When doing a capture, decode enough of the incoming packets to correctlyGuy Harris1999-02-091-1/+32
* * Added column formatting functionality.Gerald Combs1998-11-171-7/+9
* A lengthy patch to add the wiretap library. Wiretap is not used by defaultGilbert Ramirez1998-11-121-2/+1
* Get rid of the "N on link, M capture" from the null and raw detail, asGuy Harris1998-11-051-3/+2