diff options
Diffstat (limited to 'extcap/randpktdump.c')
-rw-r--r-- | extcap/randpktdump.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extcap/randpktdump.c b/extcap/randpktdump.c index 659e829be9..e489053a6e 100644 --- a/extcap/randpktdump.c +++ b/extcap/randpktdump.c @@ -168,7 +168,7 @@ int main(int argc, char *argv[]) g_free(err_msg); } - help_url = data_file_url("randpktdump.html"); + help_url = help_file_url("randpktdump.html"); extcap_base_set_util_info(extcap_conf, argv[0], RANDPKTDUMP_VERSION_MAJOR, RANDPKTDUMP_VERSION_MINOR, RANDPKTDUMP_VERSION_RELEASE, help_url); g_free(help_url); |