From 4a175320d62cb02944e9d44dc30c3623f03a95fe Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Wed, 27 Jan 2021 17:40:09 -0800 Subject: Add DLT_ETW to the list of link-layer type descriptions. --- pcap.c | 1 + 1 file changed, 1 insertion(+) (limited to 'pcap.c') diff --git a/pcap.c b/pcap.c index ed8570aa..b8b8af2a 100644 --- a/pcap.c +++ b/pcap.c @@ -3301,6 +3301,7 @@ static struct dlt_choice dlt_choices[] = { DLT_CHOICE(Z_WAVE_SERIAL, "Z-Wave serial frames between host and chip"), DLT_CHOICE(USB_2_0, "USB 2.0/1.1/1.0 as transmitted over the cable"), DLT_CHOICE(ATSC_ALP, "ATSC Link-Layer Protocol packets"), + DLT_CHOICE(ETW, "Event Tracing for Windows messages"), DLT_CHOICE_SENTINEL }; -- cgit v1.2.3