aboutsummaryrefslogtreecommitdiffstats
path: root/packet-null.c
AgeCommit message (Expand)AuthorFilesLines
2001-06-18From Joerg Mayer: explicitly fill in all members of aguy1-3/+3
2001-04-23Get rid of some unnecessary includes.guy1-4/+3
2001-04-17Move the declaration of "etype_vals[]" from "epan/packet.h" toguy1-3/+1
2001-03-30Call the capture routine for PPP-in-HDLC-like-framing (RFC 1662) theguy1-2/+2
2001-03-30Call the dissector for PPP-in-HDLC-like-framing (RFC 1662) theguy1-5/+5
2001-03-22Move appletalk- and sna-related address routines out of the dissectorsgram1-2/+2
2001-01-22Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="guy1-5/+1
2001-01-18Pull the handling of trailers in Ethernet (as opposed to 802.3) framesguy1-2/+2
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",guy1-2/+2
2001-01-03Have "proto_register_protocol()" build a list of data structures forguy1-2/+2
2000-12-02Some tvbuffified dissectors weren't setting "pinfo->current_proto", soguy1-2/+4
2000-11-29Wrap the dissect_fddi() call (with a 4th argument) withgram1-2/+3
2000-11-19For each column, have both a buffer into which strings for that columnguy1-5/+5
2000-11-19Have the Etherenet and PPP dissectors register themselves, and haveguy1-2/+13
2000-11-17Add #include <string.h>, to get prototypes for mem* and str* functions.gram1-1/+2
2000-11-17Give the "null" link-layer header dissector a dissector table, and putguy1-38/+10
2000-11-16Tvbuffify the STP dissector, have it register itself and have the LLCguy1-2/+2
2000-11-13Tvbuffify the AppleTalk dissectors.guy1-2/+2
2000-09-14Move BSWAP32 definition from packet-null.c to pint.h. Add moregram1-8/+1
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsdeniel1-1/+3
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)guy1-3/+3
2000-05-31Add routines for adding items to a protocol tree that take arguments ofguy1-4/+4
2000-05-25Convert dissect_ppp() and friends to use tvbuffs.gram1-4/+3
2000-05-19Make "packet-null.c" include "packet-null.h", so that the declarationsguy1-1/+2
2000-05-19Add protection against 0-length FT_BYTES being added to proto_tree.gram1-29/+37
2000-05-11Add tvbuff class.gram1-4/+4
2000-03-27Change dissect_ppp() to accept offset.gram1-2/+2
2000-02-15Create a header file for every packet-*.c file. Prune the packet.h file.gram1-1/+7
2000-01-23In "dissect_eth()", update "pi.len" and "pi.captured_len" regardless ofguy1-5/+5
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withguy1-3/+9
1999-10-12New proto_tree header_field_info stuff. Header_field_infos now containgram1-3/+5
1999-08-24Removed unnecessary #include "etypes.h" lines.gram1-2/+2
1999-08-22Rename BSD_AF_INET6_OPENBSD to BSD_AF_INET6_BSD, asguy1-4/+4
1999-08-22FreeBSD and OpenBSD both use 23 for AF_IPX (that may have been inguy1-9/+18
1999-08-22DLT_NULL, from "libpcap", means different things on different platformsguy1-117/+250
1999-08-21Jochen Friedrich's patch to add IPv6 support for DLT_NULL.guy1-1/+11
1999-07-29Made the protocol (but not the fields) use the new proto_tree routine,gram1-5/+5
1999-07-13Added support for compiling on win32 with Visual C and 'nmake'. It compiles,gram1-1/+4
1999-07-07Created a new protocol tree implementation and a new display filtergram1-7/+40
1999-03-23Removed all references to gtk objects from packet*.[ch] files. They nowgram1-13/+19
1999-02-09When doing a capture, decode enough of the incoming packets to correctlyguy1-1/+32
1998-11-17* Added column formatting functionality.gerald1-7/+9
1998-11-12A lengthy patch to add the wiretap library. Wiretap is not used by defaultgram1-2/+1
1998-11-05Get rid of the "N on link, M capture" from the null and raw detail, asguy1-3/+2
1998-09-27Merged in a _huge_ patch from Guy Harris. It adds a time stap column,gerald1-7/+7
1998-09-25* Ethernet manufacturer support (Laurent)gerald1-0/+97