aboutsummaryrefslogtreecommitdiffstats
path: root/captype.c
diff options
context:
space:
mode:
authorDavid Perry <boolean263@protonmail.com>2022-02-24 13:27:08 +0000
committerA Wireshark GitLab Utility <6629907-ws-gitlab-utility@users.noreply.gitlab.com>2022-02-24 13:27:08 +0000
commite2fab18853df2f840ad94a83228e8b020dd29496 (patch)
tree31984e11565a3dc5a4b20992406e6c417c705fb1 /captype.c
parent80cb8fbb1249c4230a266ea73229f4dabca9203d (diff)
wsutil: New API to gather compile/runtime info
Diffstat (limited to 'captype.c')
-rw-r--r--captype.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/captype.c b/captype.c
index fe541f5387..189c52801f 100644
--- a/captype.c
+++ b/captype.c
@@ -122,7 +122,7 @@ main(int argc, char *argv[])
ws_log_parse_args(&argc, argv, vcmdarg_err, 1);
/* Initialize the version information. */
- ws_init_version_info("Captype (Wireshark)", NULL, NULL, NULL);
+ ws_init_version_info("Captype", NULL, NULL);
#ifdef _WIN32
create_app_running_mutex();