aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/pcap-common.c
diff options
context:
space:
mode:
authorGuy Harris <gharris@sonic.net>2021-01-27 14:33:09 -0800
committerGuy Harris <gharris@sonic.net>2021-01-27 14:33:09 -0800
commit93a472575d939a09e4f4b94f530710bb93f1b8af (patch)
tree4fd83a0fd4b85116d5d3f8a8d0d7f9692739423c /wiretap/pcap-common.c
parentefcaa68807151b46e4352bb7dbdd4134057237a1 (diff)
Rename WTAP_ENCAP_ETL to WTAP_ENCAP_ETW.
It corresponds to LINKTYPE_ETW in pcap and pcapng files; the structures in the record format come from the Event Tracing for Windows (ETW) API rather than directly from Event Trace Log files. While we're at it, explain what extcap/etl does.
Diffstat (limited to 'wiretap/pcap-common.c')
-rw-r--r--wiretap/pcap-common.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/wiretap/pcap-common.c b/wiretap/pcap-common.c
index 406b1c04e0..155d49916b 100644
--- a/wiretap/pcap-common.c
+++ b/wiretap/pcap-common.c
@@ -482,8 +482,9 @@ static const struct {
/* USB 2.0/1.1/1.0 packets as transmitted over the cable */
{ 288, WTAP_ENCAP_USB_2_0 },
- /* windows ETL*/
- { 290, WTAP_ENCAP_ETL},
+ /* Event Tracing for Windows records */
+ { 290, WTAP_ENCAP_ETW },
+
/*
* To repeat:
*