summaryrefslogtreecommitdiff
path: root/extcap/randpktdump.c
diff options
context:
space:
mode:
Diffstat (limited to 'extcap/randpktdump.c')
-rw-r--r--extcap/randpktdump.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/extcap/randpktdump.c b/extcap/randpktdump.c
index 6dc7b8f5fb..9df98b026b 100644
--- a/extcap/randpktdump.c
+++ b/extcap/randpktdump.c
@@ -28,6 +28,7 @@
#include "randpkt_core/randpkt_core.h"
#include <wsutil/strtoi.h>
+#include <wsutil/filesystem.h>
#define RANDPKT_EXTCAP_INTERFACE "randpkt"
#define RANDPKTDUMP_VERSION_MAJOR "0"
@@ -146,7 +147,7 @@ int main(int argc, char *argv[])
char* help_header = NULL;
extcap_base_set_util_info(extcap_conf, argv[0], RANDPKTDUMP_VERSION_MAJOR, RANDPKTDUMP_VERSION_MINOR,
- RANDPKTDUMP_VERSION_RELEASE, NULL);
+ RANDPKTDUMP_VERSION_RELEASE, data_file_url("randpktdump.html"));
extcap_base_register_interface(extcap_conf, RANDPKT_EXTCAP_INTERFACE, "Random packet generator", 147, "Generator dependent DLT");
help_header = g_strdup_printf(