简体   繁体   中英

what are the fields of the packet generated by pktgen linux utility?

I tried to capture the packets sent by packtgen but I wasn't able to do that. I am curious what the packet generated by packet generator looks like.

Can anyone help me on this?

DPDK Pktgen allows to capture packets in run time from a desired port or multiple ports. To achieve the same follows the steps as

  1. Launch the Pktgen tool in interactive mode
  2. to enable the capture option execute enable [portlist] capture
  3. all packets received on the interface will be capture with unique file name (port number appened)
  4. To disable/stop the capture execute disable [portlist] capture

link to capture mode in GUI

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM