|
NDN-DPDK
High-Speed Named Data Networking Forwarder
|
Packet dump from a face on RX or TX direction. More...
#include <source.h>
Data Fields | |
| PdumpSource | base |
| pcg32_random_t | rng |
| uint32_t | sample [PdumpMaxNames] |
| uint16_t | nameL [PdumpMaxNames] |
| uint8_t | nameV [PdumpMaxNames *NameMaxLength] |
Packet dump from a face on RX or TX direction.
| PdumpSource PdumpFaceSource::base |
| uint16_t PdumpFaceSource::nameL[PdumpMaxNames] |
| uint8_t PdumpFaceSource::nameV[PdumpMaxNames *NameMaxLength] |
| pcg32_random_t PdumpFaceSource::rng |
| uint32_t PdumpFaceSource::sample[PdumpMaxNames] |