Simics provides several commands to dump the traffic on one or several Ethernet links. These commands use existing file formats and network monitoring tools to present the results:
tcpdump or any compatible program like Wireshark
(https://www.wireshark.org). A global pcap-dump also exists to
dump the traffic of all Ethernet links of the simulation in the same file.tcpdump
instance running in a separate window (for Linux only).Note that there can only be one traffic dumping tool active on the link. Simics will automatically stop the current traffic dump and start a new one as necessary. The pcap-dump-stop, tcpdump-stop, and wireshark-stop commands can be used to stop the traffic dumping.
These commands can also be activated for a specific device on the link by associating them with an existing Ethernet probe. This is described in the Ethernet Probe section below.