support craft packet from scratch
This commit is contained in:
5
test/packet_tool/CMakeLists.txt
Normal file
5
test/packet_tool/CMakeLists.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
add_executable(packet_tool packet_tool.cpp)
|
||||
target_link_libraries(packet_tool packet pcap)
|
||||
|
||||
file(COPY split_pcap.sh DESTINATION ${CMAKE_CURRENT_BINARY_DIR})
|
||||
file(COPY cmp_layers.sh DESTINATION ${CMAKE_CURRENT_BINARY_DIR})
|
||||
Reference in New Issue
Block a user