aboutsummaryrefslogtreecommitdiffstats
path: root/wka.tmpl
Commit message (Collapse)AuthorAgeFilesLines
* Fix for bug 2456:Jaap Keuter2008-04-141-1/+2
| | | | | | IPv6 multicast MAC address incorrectly resolved to neighborhood discovery. svn path=/trunk/; revision=25015
* Fix for bug 2259:Jaap Keuter2008-02-131-0/+1
| | | | | | Add a line to map MAC addresses 01:00:5E/25 to IPv4 multicast. svn path=/trunk/; revision=24319
* Two addresses from the 802.1 Plenary 11/2007Jaap Keuter2007-12-281-0/+2
| | | | svn path=/trunk/; revision=23959
* change some extreme wkas and update manufJörg Mayer2007-11-021-2/+2
| | | | svn path=/trunk/; revision=23341
* Small change about extreme EAPSv2 address and update manufJörg Mayer2007-09-251-1/+3
| | | | svn path=/trunk/; revision=22954
* Add mc-mac address for l2tp (l2 tunneling proto): GBPTJörg Mayer2007-04-081-0/+1
| | | | svn path=/trunk/; revision=21357
* From David Buechi:Anders Broman2006-08-221-0/+4
| | | | | | Add support for the ETHERNET Powerlink protocol svn path=/trunk/; revision=18998
* Rename the main executable to "wireshark", along with more conversions:Gerald Combs2006-05-311-1/+1
| | | | | | | | | | | ethereal.com -> wireshark.org mailing lists and addresses ETHEREAL -> WIRESHARK Man pages Automake/Autoconf names svn path=/trunk/; revision=18271
* name changeRonnie Sahlberg2006-05-211-1/+1
| | | | svn path=/trunk/; revision=18197
* Update/add some Cisco multicast addressesJörg Mayer2006-03-151-1/+4
| | | | svn path=/trunk/; revision=17633
* Jaap Keuter:Jörg Mayer2006-01-051-0/+2
| | | | | | | | | | | | | | | I've captured a Direct Cable Connection on a WinXP machine (see http://wiki.ethereal.com/SampleCaptures?action=AttachFile&do=get&target=PPP-config.cap). The thing is that the capture lib(?) creates fake Ethernet headers for the PPP LCP and NCP packets. These contain " SEND#" or " RECV#" as both source and destination address, where "#" seems to be a session number based on modem control signals(?). Anyway, to make more sense of the direction these PPP frames are going I've added them to the address resolution file, as per attached patch. svn path=/trunk/; revision=16949
* Jaap Keuter:Jörg Mayer2005-12-161-0/+1
| | | | | | | | | | I'm seeing a variant of the registered Ethernet address for MS NLB multicast being used. Changed to remove "multicast" from the name as it isn't a multicast address. svn path=/trunk/; revision=16823
* Add Cisco-ISL MAC-addressesJörg Mayer2005-12-091-1/+2
| | | | | | | Remove IETF-VRRP: This is a generic multicast address, and there are 31 other IP-multicast addresses mapping to the same mac address. svn path=/trunk/; revision=16741
* Add two Enterasys STP multicast MACsJörg Mayer2005-10-051-0/+2
| | | | svn path=/trunk/; revision=16129
* Updates for foundry addresses/protocolsJörg Mayer2005-09-281-0/+1
| | | | svn path=/trunk/; revision=16042
* Jim Young: LLDP improvementsJörg Mayer2005-09-191-0/+1
| | | | svn path=/trunk/; revision=15879
* wka.tmpl:Jörg Mayer2005-09-161-2/+35
| | | | | | | | Show MS NLB Adresses individually manuf: Update svn path=/trunk/; revision=15834
* - Update wka.tmpl with two Extreme MAC addressesJörg Mayer2005-08-271-1/+2
| | | | | | | - Update manuf - Update faq svn path=/trunk/; revision=15560
* - Update manufJörg Mayer2005-08-151-0/+1
| | | | | | - Add some Extreme MAC addresses to wka.tmpl svn path=/trunk/; revision=15363
* Add Extreme stuffJörg Mayer2005-07-281-0/+3
| | | | svn path=/trunk/; revision=15123
* From Dominique Bastien: add the slow protocol MAC address to the list ofGuy Harris2005-02-031-0/+1
| | | | | | well-known MAC addresses. svn path=/trunk/; revision=13258
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
| | | | | | | | | they have LF at the end of the line on UN*X and CR/LF on Windows; hopefully this means that if a CR/LF version is checked in on Windows, the CRs will be stripped so that they show up only when checked out on Windows, not on UN*X. svn path=/trunk/; revision=11400
* Add local MAC addresses for MS-Loadbalancing (not all, see comment in wka.tmpl)Jörg Mayer2004-06-181-1/+10
| | | | | | Update manuf svn path=/trunk/; revision=11180
* Add and entry for 03-00-C7-00-00-EE (HP/Compaq ProLiant NIC teaming).Gerald Combs2004-06-151-1/+2
| | | | | | | The protocol is documented at http://www.hp.com/sbso/bus_protect/teaming.pdf if anyone wants to write a dissector. svn path=/trunk/; revision=11153
* Obscure email addresses and update entries.Gerald Combs2003-04-251-2/+2
| | | | svn path=/trunk/; revision=7558
* Allow the "manuf" file to contain well-known MAC addresses and addressGuy Harris2002-09-091-0/+153
ranges specified with a mask, as well as manufacturer OUIs. Match the address range values, as well as MAC addresses and manufacturer OUIs, when translating MAC addresses to names. Have "make-manuf" read a file containing the well-known addresses and append it to the list of OUIs. svn path=/trunk/; revision=6233