aboutsummaryrefslogtreecommitdiffstats
path: root/rawshark.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 /rawshark.c
parent80cb8fbb1249c4230a266ea73229f4dabca9203d (diff)
wsutil: New API to gather compile/runtime info
Diffstat (limited to 'rawshark.c')
-rw-r--r--rawshark.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/rawshark.c b/rawshark.c
index 50e328e907..cf6ea51efc 100644
--- a/rawshark.c
+++ b/rawshark.c
@@ -449,8 +449,8 @@ main(int argc, char *argv[])
ws_log_parse_args(&argc, argv, vcmdarg_err, INVALID_OPTION);
/* Initialize the version information. */
- ws_init_version_info("Rawshark (Wireshark)", NULL,
- epan_get_compiled_version_info,
+ ws_init_version_info("Rawshark",
+ epan_gather_compile_info,
NULL);
#ifdef _WIN32