napatech / dpdk

Napatech DPDK additions (Cloned from git://dpdk.org/dpdk)
25 stars 4 forks source link

Analysis or dissection of the packet, do you have a way out? #1

Closed sabhishepalc closed 3 years ago

sabhishepalc commented 5 years ago

We can store the pcap with pdump, if we are in a need of dissection, is there any good way to do it?

mlilja01 commented 5 years ago

I need a bit more context here :) pdump is a standard DPDK feature that needs to be enabled. It will create a copy of the packet on ingress and egress to a file.

With our own NICs we actually have a way to monitor/dump to pcap more effectively without DPDK pdump.

bkuhre commented 3 years ago

Closed due to inactivity.