aboutsummaryrefslogtreecommitdiffstats
path: root/capinfos.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 /capinfos.c
parent80cb8fbb1249c4230a266ea73229f4dabca9203d (diff)
wsutil: New API to gather compile/runtime info
Diffstat (limited to 'capinfos.c')
-rw-r--r--capinfos.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/capinfos.c b/capinfos.c
index 684dc79132..8a0a9ad166 100644
--- a/capinfos.c
+++ b/capinfos.c
@@ -1615,7 +1615,7 @@ main(int argc, char *argv[])
decimal_point = g_strdup(localeconv()->decimal_point);
/* Initialize the version information. */
- ws_init_version_info("Capinfos (Wireshark)", NULL, NULL, NULL);
+ ws_init_version_info("Capinfos", NULL, NULL);
#ifdef _WIN32
create_app_running_mutex();