Use MAC address documentation range in filter examples

https://www.iana.org/assignments/ethernet-numbers/ethernet-numbers.xhtml

Change-Id: I997440b7622dae4ea25d94e4041971f89b63fd04
Reviewed-on: https://code.wireshark.org/review/10121
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
This commit is contained in:
João Valverde 2015-08-19 05:28:17 +01:00 committed by Alexis La Goutte
parent e328fa5a3e
commit b755a6687b
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
"Ethernet address 00:08:15:00:08:15" ether host 00:08:15:00:08:15 "Ethernet address 00:00:5e:00:53:00" ether host 00:00:5e:00:53:00
"Ethernet type 0x0806 (ARP)" ether proto 0x0806 "Ethernet type 0x0806 (ARP)" ether proto 0x0806
"No Broadcast and no Multicast" not broadcast and not multicast "No Broadcast and no Multicast" not broadcast and not multicast
"No ARP" not arp "No ARP" not arp

View File

@ -1,4 +1,4 @@
"Ethernet address 00:08:15:00:08:15" eth.addr == 00:08:15:00:08:15 "Ethernet address 00:00:5e:00:53:00" eth.addr == 00:00:5e:00:53:00
"Ethernet type 0x0806 (ARP)" eth.type == 0x0806 "Ethernet type 0x0806 (ARP)" eth.type == 0x0806
"Ethernet broadcast" eth.addr == ff:ff:ff:ff:ff:ff "Ethernet broadcast" eth.addr == ff:ff:ff:ff:ff:ff
"No ARP" not arp "No ARP" not arp