-
Hello,
Is there a way to capture localhost packets?
I've tried :
```
// find the interface by IP address
pcpp::PcapLiveDevice* dev = pcpp::PcapLiveDeviceList::getInstance().getPcapLiveDeviceByIp(…
-
isDeviceSupportRssHashFunction debug info bellow
```
(gdb) p devInfo
$2 = {pci_dev = 0x1003a26b0, driver_name = 0x100219088 "net_i40e", if_index = 0, min_rx_bufsize = 1024, max_rx_pktlen = 9728,…
-
https://github.com/seladb/PcapPlusPlus/blob/236e035be8d7109082e1b599abd435269f13032d/Packet%2B%2B/src/RawPacket.cpp#L120
This is a simple accessor, it should be const. Not being const, unfortunatel…
-
Please, Add support to https://github.com/seladb/PcapPlusPlus.
Last version is tag v17.11.
-
Snippet while running application "DpdkTrafficFilter":
root@ubuntu:~/PcapPlusPlus/Examples/DpdkExample-FilterTraffic/Bin# ./DpdkTrafficFilter -d 0 -c 15
EAL: Detected 24 lcore(s)
EAL: Probing VFI…
-
on website http://seladb.github.io/PcapPlusPlus-Doc/download.html, the guider build on max os
![image](https://user-images.githubusercontent.com/8736832/55450826-1775d680-5603-11e9-8478-29ca074bdb4…
-
**SKIP THIS POST AND GO TO BOTTOM - I was wrong here!**
Just FYI I am using NPCAP as my capture library behind the scenes and working in Windows 10.
In the example live capture code a simple exa…
-
Hello,
I'm using your wonderful library for recording and replaying network traffic.
However, the NPcap loopback device MTU returned by the library is 14.
'netsh interface ipv4 show subinterfac…
-
Hi,
I want to craft my own packet and use specific network interface to send that packet immediately.
Then I just follow the tutorial in the section "Packet creation" and modified the code at …
-
i have a Intel X520 NIC using SR-IOV mode. when test dpdkbridge example using vf nic ports, i found this process cann't forward packets to another port. In contrast, this example works fine when using…