Skip to content

Commit b857aa7

Browse files
author
unknown
committed
Update link type with new DLT
1 parent 90769c6 commit b857aa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pcap-etw.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ pcap_create_interface(const char *device _U_, char *ebuf)
315315
handle->stats_op = pcap_stats_etw;
316316
handle->read_op = pcap_read_op_etw;
317317
handle->snapshot = MAXIMUM_SNAPLEN;
318-
handle->linktype = DLT_USER0;
318+
handle->linktype = DLT_ETW;
319319

320320
pcap_etw_t* etw = (pcap_etw_t*)handle->priv;
321321
pcap_etw_list_init(&etw->events);

0 commit comments

Comments
 (0)