aboutsummaryrefslogtreecommitdiffstats
path: root/packet-eth.c
AgeCommit message (Expand)AuthorFilesLines
2004-06-26Use the "crc16.c" CRC-16 routine in the PPP dissector.guy1-2/+2
2004-02-03From Peter J. Creath: add a heuristic dissector table, so thatguy1-1/+14
2003-10-01Have a pseudo-header for Ethernet packets, giving the size of the FCS -guy1-14/+46
2003-08-27From Jesper Peterson: fix a typo.guy1-3/+3
2003-08-26Make the CRC-32 routines take a tvbuff and a length as arguments.guy1-3/+2
2003-08-26From Jesper Peterson:guy1-2/+2
2003-08-26Extract the CRC-32 code from the 802.11 dissector into a separate file,guy1-4/+14
2003-08-26Handle snapshot lengths that cut off *part* of the FCS.guy1-5/+31
2003-08-24"tvb_get_ptr()" returns a "const guint8 *"; make the pointers to whichguy1-2/+2
2003-08-23New feature. Statistics/EndpointTalkjers can now present a sortable table wi...sahlberg1-24/+36
2003-08-21Sometimes Ethernet captures include an FCS at the end of the packet.guy1-1/+36
2003-01-22From Dinesh Dutt:guy1-5/+35
2003-01-22reate a TAP for Ethernetsahlberg1-25/+31
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-5/+5
2002-08-26From Ulf Lamping:guy1-2/+3
2002-08-08From Alfred Koebler: support for interpreting Ethernet captures asguy1-1/+20
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hjmayer1-6/+2
2002-04-24From Joerg Mayer: get rid of extra arguments to capture routines.guy1-2/+2
2002-01-21Include files from the "epan" directory and subdirectories thereof withguy1-3/+3
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"guy1-7/+7
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"guy1-9/+8
2001-11-20Get rid of "tvb_compat()"; it's no longer needed (the one remaining callguy1-5/+1
2001-11-20Get rid of the "len" and "captured_len" members of the "packet_info"guy1-25/+3
2001-11-20Make the capture routines take an additional argument giving the amountguy1-7/+7
2001-06-29Update Gerald's e-mail address.guy1-3/+2
2001-06-18From Joerg Mayer: explicitly fill in all members of aguy1-7/+7
2001-04-17Move the declaration of "etype_vals[]" from "epan/packet.h" toguy1-3/+1
2001-04-03An Ethernet type of 0x6558 is "Transparent Ethernet Bridging" which,guy1-1/+7
2001-03-22Show "IEEE 802.3" as "IEEE 802.3 Ethernet" so as not to confusegram1-3/+3
2001-03-13Make tvb_get_ptr() return 'const guint8*', and clean up all thegram1-2/+2
2001-02-08Pull a lot of common code for handling 802.3 frames (i.e., frames with aguy1-80/+23
2001-01-21Start removing "{OLD_}CHECK_DISPLAY_AS_DATA()" calls, and code to setguy1-4/+1
2001-01-21Always call the Ethernet and Token Ring dissectors through a dissectorguy1-2/+2
2001-01-18Make sure "fh_tree" is always set in "dissect_eth()" before passing itguy1-2/+2
2001-01-18Pull the handling of trailers in Ethernet (as opposed to 802.3) framesguy1-92/+69
2001-01-09Register the IPX dissector, make it static, and call it through aguy1-3/+5
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",guy1-3/+4
2001-01-03Have the TR MAC and LLC dissectors register themselves, make themguy1-5/+7
2001-01-03Have "proto_register_protocol()" build a list of data structures forguy1-2/+2
2000-12-28Tvbuffify the CDP, CGMP, ISL, and VTP dissectors.guy1-3/+13
2000-11-29Wrap the dissect_fddi() call (with a 4th argument) withgram1-1/+7
2000-11-19For each column, have both a buffer into which strings for that columnguy1-3/+3
2000-11-19Have the Etherenet and PPP dissectors register themselves, and haveguy1-1/+3
2000-11-18Tvbuffify the IP, ICMP, TCP, UDP, OSI CLNP, OSI COTP, OSI CLTP, and OSIguy1-30/+45
2000-11-13If either of the "tvb_new_subset()" calls throws an exception, it meansguy1-1/+19
2000-11-13"It's pronounced 'volatile pointer to tvbuff_t' but it's spelledguy1-12/+7
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-7/+7
2000-05-31Add routines for adding items to a protocol tree that take arguments ofguy1-11/+11
2000-05-19Make "packet-clip.c", "packet-raw.c", "packet-ppp.c", "packet-tr.c",guy1-1/+2