We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d736c18 commit 02f8bafCopy full SHA for 02f8baf
Pcap++/header/pcapplusplus/DpdkDevice.h
@@ -7,8 +7,8 @@
7
#include <vector>
8
#include "pcapplusplus/MacAddress.h"
9
#include "pcapplusplus/SystemUtils.h"
10
-#include "Device.h"
11
-#include "MBufRawPacket.h"
+#include "pcapplusplus/Device.h"
+#include "pcapplusplus/MBufRawPacket.h"
12
13
/**
14
* @file
Pcap++/header/pcapplusplus/KniDevice.h
@@ -5,10 +5,10 @@
5
#include <string>
6
#include <atomic>
-#include "MacAddress.h"
-#include "LinuxNicInformationSocket.h"
+#include "pcapplusplusDevice.h"
+#include "pcapplusplusMacAddress.h"
+#include "pcapplusplusMBufRawPacket.h"
+#include "pcapplusplusLinuxNicInformationSocket.h"
0 commit comments