aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ethertype.c
AgeCommit message (Collapse)AuthorFilesLines
2004-12-07create a proper ETHERTYPE for ATAoverEthernetRonnie Sahlberg1-1/+1
svn path=/trunk/; revision=12674
2004-12-01Fix a typo.Guy Harris1-1/+1
svn path=/trunk/; revision=12644
2004-12-01Add some ethertypesAnders Broman1-0/+1
svn path=/trunk/; revision=12643
2004-11-24Updates from Erwin Rol.Guy Harris1-2/+2
svn path=/trunk/; revision=12584
2004-09-23Add support for the Ethernet Configuration Testing Protocol.Guy Harris1-14/+3
svn path=/trunk/; revision=12074
2004-07-27Add the Ethertype for MAC Control frames, as per Clause 31 and AnnexesGuy Harris1-1/+2
31A and 31B in the 2000 and later 802.3 specs. (Dissecting them is left as an exercise for the student.) Clean up whitespace a bit. svn path=/trunk/; revision=11536
2004-07-21From metatech: at least on Windows XP, if a Centrino 802.11 interface isGuy Harris1-0/+1
in promiscuous mode, packets captured promiscuously show up as 802.11 packets encapsulated in Ethernet, with an Ethernet type of 0x2452. svn path=/trunk/; revision=11451
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+300
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