http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=51742
User: cmaynard
Date: 2013/09/03 02:20 PM
Log:
Similar to the IPv4 dissector's hf_ip_dst_host, hf_ip_src_host and hf_ip_host fields, add to the Ethernet dissector:
hf_eth_dst_resolved
hf_eth_src_resolved
hf_eth_addr_resolved
and add to the IEEE802.11 dissector:
hf_ieee80211_addr_da_resolved
hf_ieee80211_addr_sa_resolved
hf_ieee80211_addr_ra_resolved
hf_ieee80211_addr_ta_resolved
hf_ieee80211_addr_bssid_resolved
hf_ieee80211_addr_resolved
Change motivated by:
http://ask.wireshark.org/questions/24314/possible-to-use-the-mac-info-in-the-wireshark-manuf-file-as-part-of-display-filter
Directory: /trunk/epan/dissectors/
Changes Path Action
+73 -9 packet-eth.c Modified
+193 -5 packet-ieee80211.c Modified