aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-eth.h
AgeCommit message (Collapse)AuthorFilesLines
2007-12-16Big 2104 - From Benn Bollay:Sake Blok1-2/+3
This patch adds a heuristic dissector to the ethernet trailer under the keystring "eth.trailer". This allows for other protocol plugins which coopt the ethernet trailer for their own devices to register for trailer traffic without requiring any further changes to the executable. svn path=/trunk/; revision=23880
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18196
2005-02-24Not everything that uses "capture_eth()" includes "capture.h" (the ATMGuy Harris1-2/+0
dissector, for one). svn path=/trunk/; revision=13493
2005-02-18do not prototype capture_eth() unless capture.h has being includedLuis Ontanon1-0/+2
svn path=/trunk/; revision=13425
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+38
Also move ncp222.py, x11-fields, process-x11-fields.pl, make-reg-dotc, and make-reg-dotc.py. Adjust #include lines in files that include packet-*.h files. svn path=/trunk/; revision=11410