forked from osmocom/wireshark
parent
631cf34f0c
commit
1e39a66746
|
@ -7,7 +7,7 @@ include::../docbook/attributes.adoc[]
|
|||
|
||||
== NAME
|
||||
|
||||
etwdump - Provide an interface to read ETW
|
||||
etwdump - Provide an interface to read Event Tracing for Windows (ETW)
|
||||
|
||||
== SYNOPSIS
|
||||
|
||||
|
@ -28,7 +28,7 @@ etwdump - Provide an interface to read ETW
|
|||
== DESCRIPTION
|
||||
|
||||
*etwdump* is a extcap tool that provides access to a etl file.
|
||||
It is only used to display event trace on Windows.
|
||||
It is only used to display event traces on Windows.
|
||||
|
||||
== OPTIONS
|
||||
|
||||
|
|
|
@ -146,7 +146,7 @@ int main(int argc, char* argv[])
|
|||
extcap_base_set_util_info(extcap_conf, argv[0], ETWDUMP_VERSION_MAJOR, ETWDUMP_VERSION_MINOR,
|
||||
ETWDUMP_VERSION_RELEASE, help_url);
|
||||
g_free(help_url);
|
||||
extcap_base_register_interface(extcap_conf, ETW_EXTCAP_INTERFACE, "ETW reader", 290, "DLT_ETW");
|
||||
extcap_base_register_interface(extcap_conf, ETW_EXTCAP_INTERFACE, "Event Tracing for Windows (ETW) reader", 290, "DLT_ETW");
|
||||
|
||||
help_header = ws_strdup_printf(
|
||||
" %s --extcap-interfaces\n"
|
||||
|
|
Loading…
Reference in New Issue