Skip to content

Commit

Permalink
The default DLT is optimized for only ETL... Back to DLT_USER
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown committed Jan 27, 2022
1 parent b20af4b commit ccd2969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pcap-etw.c
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ pcap_create_interface(const char *device _U_, char *ebuf)
handle->stats_op = pcap_stats_etw;
handle->read_op = pcap_read_op_etw;
handle->snapshot = MAXIMUM_SNAPLEN;
handle->linktype = DLT_ETW;
handle->linktype = DLT_USER0;

pcap_etw_t* etw = (pcap_etw_t*)handle->priv;
pcap_etw_list_init(&etw->events);
Expand Down

0 comments on commit ccd2969

Please sign in to comment.