Frequently Asked Questions
From gem5
- How can I see the packets on the ethernet link?
- By creating a Etherdump object, setting it's file parameter, and setting the dump parameter on the EtherLink to it. This is most easily accomplished by setting the enivornment variable
-EDUMPFILE=<file>
. The resulting file will be named<file>
and be in a standard pcap format.
- By creating a Etherdump object, setting it's file parameter, and setting the dump parameter on the EtherLink to it. This is most easily accomplished by setting the enivornment variable