aboutsummaryrefslogtreecommitdiff
path: root/pcap.c
diff options
context:
space:
mode:
authorGuy Harris <gharris@sonic.net>2021-01-27 17:40:09 -0800
committerGuy Harris <gharris@sonic.net>2021-01-27 17:40:09 -0800
commit4a175320d62cb02944e9d44dc30c3623f03a95fe (patch)
tree10ebf3ce27f9f7a92955f302b2b5718f18df08ae /pcap.c
parenteb505c6f61e459437b512f1a667c03297dafee84 (diff)
Add DLT_ETW to the list of link-layer type descriptions.
Diffstat (limited to 'pcap.c')
-rw-r--r--pcap.c1
1 files changed, 1 insertions, 0 deletions
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
};