diff options
Diffstat (limited to 'pcap.c')
-rw-r--r-- | pcap.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 }; |