1 | initial version |
You can get part of the way there by using eth.src_resolved
and eth.dst_resolved
, this will give output such as:
25 Cisco_00:01:42 10.1.1.1 Microsoft_00:0D:3a 172.16.1.1
12 Microsoft_00:0D:3a 172.16.1.1 Cisco_00:01:42 10.1.1.1
i.e. the first 3 octets are replaced with the manufacturer abbreviation as defined in the %WIRSHARK_INSTALL_DIR%\manuf
file.
2 | No.2 Revision |
You can get part of the way there by using eth.src_resolved
and eth.dst_resolved
, this will give output such as:
25 Cisco_00:01:42 10.1.1.1 Microsoft_00:0D:3a 172.16.1.1
12 Microsoft_00:0D:3a 172.16.1.1 Cisco_00:01:42 10.1.1.1
i.e. the first 3 octets are replaced with the manufacturer abbreviation as defined in the %WIRSHARK_INSTALL_DIR%\manuf
file.