Skip to content

Commit

Permalink
Add basic ETW layer
Browse files Browse the repository at this point in the history
Fix time and perf issue

Update: Add extended data for tracelogging capture

Fix: comment mispelling

Fix: rename pcap_snprintf to snprintf

Update: comment
  • Loading branch information
citronneur authored and unknown committed Nov 26, 2020
1 parent 24dc3e0 commit 90769c6
Show file tree
Hide file tree
Showing 3 changed files with 402 additions and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1235,6 +1235,7 @@ if(WIN32)
#
set(PCAP_LINK_LIBRARIES ${PACKET_LIBRARIES} ${PCAP_LINK_LIBRARIES})
elseif(PCAP_TYPE STREQUAL "null")
elseif(PCAP_TYPE STREQUAL "etw")
else()
message(FATAL_ERROR "${PCAP_TYPE} is not a valid pcap type")
endif()
Expand Down
1 change: 1 addition & 0 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,7 @@ EXTRA_DIST = \
pcap-dpdk.c \
pcap-dpdk.h \
pcap-enet.c \
pcap-etw.c \
pcap-haiku.cpp \
pcap-int.h \
pcap-libdlpi.c \
Expand Down
Loading

0 comments on commit 90769c6

Please sign in to comment.