File tree 7 files changed +17
-34
lines changed
DpdkExample-FilterTraffic
PfRingExample-FilterTraffic
7 files changed +17
-34
lines changed Original file line number Diff line number Diff line change @@ -672,7 +672,7 @@ jobs:
672
672
cmake -DPCAPPP_BUILD_COVERAGE=OFF -S . -B "$BUILD_DIR"
673
673
cmake --build "$BUILD_DIR" -j
674
674
cmake --install "$BUILD_DIR" --prefix "${TOYVPN_PCAPPLUSPLUS}"
675
- mkdir -p "${PCAPPLUSPLUS_LIBS_PATH}" "${PCAPPLUSPLUS_INCLUDE_PATH}"
675
+ mkdir -p "${PCAPPLUSPLUS_LIBS_PATH}"
676
676
mv ${TOYVPN_PCAPPLUSPLUS}/lib/*.a "${PCAPPLUSPLUS_LIBS_PATH}/"
677
677
678
678
- name : Build ToyVpn-PcapPlusPlus
Original file line number Diff line number Diff line change 1
1
#pragma once
2
2
3
- #include " Packet.h"
4
- #include " DpdkDevice.h"
5
-
6
- #include < SystemUtils.h>
3
+ #include " pcapplusplus/Packet.h"
4
+ #include " pcapplusplus/DpdkDevice.h"
5
+ #include " pcapplusplus/SystemUtils.h"
7
6
8
7
#include < string>
9
8
#include < unordered_map>
Original file line number Diff line number Diff line change 1
1
#pragma once
2
2
3
- #include " Packet.h"
4
- #include " DpdkDevice.h"
5
-
6
- #include < SystemUtils.h>
3
+ #include " pcapplusplus/Packet.h"
4
+ #include " pcapplusplus/DpdkDevice.h"
5
+ #include " pcapplusplus/SystemUtils.h"
7
6
8
7
#include < string>
9
8
#include < unordered_map>
Original file line number Diff line number Diff line change 1
1
#pragma once
2
2
3
- #include " Packet.h"
4
- #include " IPv4Layer.h"
5
- #include " TcpLayer.h"
6
- #include " UdpLayer.h"
7
- #include " SystemUtils.h"
3
+ #include " pcapplusplus/ Packet.h"
4
+ #include " pcapplusplus/ IPv4Layer.h"
5
+ #include " pcapplusplus/ TcpLayer.h"
6
+ #include " pcapplusplus/ UdpLayer.h"
7
+ #include " pcapplusplus/ SystemUtils.h"
8
8
9
9
/* *
10
10
* Responsible for matching packets by match criteria received from the user. Current match criteria are a combination
Original file line number Diff line number Diff line change 1
1
#pragma once
2
2
3
- <<<<<<< HEAD
4
- #include < Packet.h>
5
- #include < PfRingDeviceList.h>
6
- =======
7
3
#include " pcapplusplus/Packet.h"
8
4
#include " pcapplusplus/PfRingDeviceList.h"
9
5
10
- #include " pcapplusplus/SystemUtils.h"
11
-
12
6
#include < string>
13
7
#include < vector>
14
8
#include < iomanip>
15
9
#include < iostream>
16
- >>>>>>> c5dfc41d (Remove ifdef inside cpp)
17
10
#include < sstream>
18
11
19
12
/* *
Original file line number Diff line number Diff line change 1
1
#pragma once
2
2
3
- <<<<<<< HEAD
4
- #include " Packet.h"
5
- #include " IPv4Layer.h"
6
- #include " TcpLayer.h"
7
- #include " UdpLayer.h"
8
- =======
9
- #include " pcapplusplus/SystemUtils.h"
10
3
#include " pcapplusplus/Packet.h"
11
4
#include " pcapplusplus/IPv4Layer.h"
12
5
#include " pcapplusplus/TcpLayer.h"
13
6
#include " pcapplusplus/UdpLayer.h"
14
- >>>>>>> c5dfc41d (Remove ifdef inside cpp)
15
7
16
8
/* *
17
9
* Responsible for matching packets by match criteria received from the user. Current match criteria are a combination
Original file line number Diff line number Diff line change 1
1
#pragma once
2
2
3
- #include " Packet.h"
4
- #include " IPv4Layer.h"
5
- #include " TcpLayer.h"
6
- #include " UdpLayer.h"
7
- #include " SystemUtils.h"
3
+ #include " pcapplusplus/ Packet.h"
4
+ #include " pcapplusplus/ IPv4Layer.h"
5
+ #include " pcapplusplus/ TcpLayer.h"
6
+ #include " pcapplusplus/ UdpLayer.h"
7
+ #include " pcapplusplus/ SystemUtils.h"
8
8
9
9
/* *
10
10
* Responsible for matching packets by match criteria received from the user. Current match criteria are a combination
You can’t perform that action at this time.
0 commit comments