diff options
author | Jörg Mayer <jmayer@loplof.de> | 2004-06-18 14:27:13 +0000 |
---|---|---|
committer | Jörg Mayer <jmayer@loplof.de> | 2004-06-18 14:27:13 +0000 |
commit | e4a45b0a98845f1f7d0abbb27c64564354a13459 (patch) | |
tree | 52ea410dba2bdc24efa24b54ff304da58a5110b4 /wka.tmpl | |
parent | 14a5228639849f6e6d0a7e9dbd4c6e0809f05913 (diff) | |
download | wireshark-e4a45b0a98845f1f7d0abbb27c64564354a13459.tar.gz wireshark-e4a45b0a98845f1f7d0abbb27c64564354a13459.tar.bz2 wireshark-e4a45b0a98845f1f7d0abbb27c64564354a13459.zip |
Add local MAC addresses for MS-Loadbalancing (not all, see comment in wka.tmpl)
Update manuf
svn path=/trunk/; revision=11180
Diffstat (limited to 'wka.tmpl')
-rw-r--r-- | wka.tmpl | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -1,7 +1,7 @@ # # Well-known addresses. # -# $Id: wka.tmpl,v 1.3 2004/06/15 18:25:04 gerald Exp $ +# $Id: wka.tmpl,v 1.4 2004/06/18 14:27:12 jmayer Exp $ # # Ethereal - Network traffic analyzer # By Gerald Combs <gerald [AT] ethereal.com> @@ -27,6 +27,11 @@ # <http://www.cavebear.com/CaveBear/Ethernet/> # <ftp://ftp.cavebear.com/pub/Ethernet.txt> # +# Microsoft Windows 2000 Server +# Operating System +# Network Load Balancing Technical Overview +# White Paper +# 00-00-0C-07-AC/40 All-HSRP-routers 00-00-5E-00-01/40 IETF-VRRP-virtual-router-VRID 01-00-0C-CC-CC-CC CDP/VTP @@ -54,6 +59,9 @@ 01-80-C2-00-01-10 FDDI-status-report-frame 01-DD-00-FF-FF-FF Ungermann-Bass-boot-me-requests 01-DD-01-00-00-00 Ungermann-Bass-Spanning-Tree +# Actually, 02-01-virtualip to 02-20-virtualip will be used from server to rest-of-world +# 02-bf-virtualip will be used from rest-of-world to server +02-BF-00-00-00-00/16 MS-Loadbalancing # [ The following block of addresses (03-...) are used by various ] # [ standards. Some (marked [TR?]) are suspected of only being ] @@ -84,6 +92,7 @@ 03-00-00-80-00-00 Discovery-Client 03-00-C7-00-00-EE HP (Compaq) ProLiant NIC teaming 03-00-FF-FF-FF-FF All-Stations-Address +03-BF-00-00-00-00/16 MS-Loadbalancing-Multicast 09-00-07-00-00-00/40 AppleTalk-Zone-multicast-addresses # only goes through 09-00-07-00-00-FC? 09-00-07-FF-FF-FF AppleTalk-broadcast-address |