aboutsummaryrefslogtreecommitdiffstats
path: root/editcap.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 /editcap.c
parent80cb8fbb1249c4230a266ea73229f4dabca9203d (diff)
wsutil: New API to gather compile/runtime info
Diffstat (limited to 'editcap.c')
-rw-r--r--editcap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/editcap.c b/editcap.c
index 39ada78874..555888ac37 100644
--- a/editcap.c
+++ b/editcap.c
@@ -1192,7 +1192,7 @@ main(int argc, char *argv[])
#endif /* _WIN32 */
/* Initialize the version information. */
- ws_init_version_info("Editcap (Wireshark)", NULL, NULL, NULL);
+ ws_init_version_info("Editcap", NULL, NULL);
/*
* Get credential information for later use.