aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-eth.c
Commit message (Expand)AuthorAgeFilesLines
* Squelch various signed vs. unsigned warnings by:Guy Harris2005-07-091-1/+1
* checksum messages: use "[correct]" instead of "(correct)" and other "alike" m...Ulf Lamping2005-07-081-2/+2
* add the resolved Ethernet addresses to the "Ethernet II" summary lineUlf Lamping2005-06-021-2/+2
* Squelch a compiler warning.Guy Harris2005-05-051-1/+1
* Add a tvb_ensure_bytes_exist(). Fixes bug 62.Gerald Combs2005-04-171-0/+1
* Major speed improvement for filtering and dissection.Ronnie Sahlberg2005-04-111-8/+19
* Get rid of some warnings about variables whose values might be lost in aGuy Harris2005-01-011-1/+1
* Export two versions of the Ethereal dissector, for use with encapsulatedGuy Harris2004-11-241-13/+19
* Only interpret a frame as an FW1 header if it looks like one, as per aGuy Harris2004-11-241-5/+8
* Check for ISL frames before checking for ETHERTYPE_UNK, as ISL fieldsGuy Harris2004-11-031-23/+29
* Move the tap infrastructure to the epan directory.Guy Harris2004-09-291-1/+1
* Move various checksum routines and headers to epan.Guy Harris2004-09-281-1/+1
* Move prefs.c and prefs.h into the epan subdirectory.Guy Harris2004-09-271-1/+1
* From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anGuy Harris2004-08-061-1/+1
* Move dissectors to epan/dissectors directory.Gilbert Ramirez2004-07-181-0/+471