aboutsummaryrefslogtreecommitdiffstats
path: root/tshark.c
diff options
context:
space:
mode:
Diffstat (limited to 'tshark.c')
-rw-r--r--tshark.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tshark.c b/tshark.c
index 9d9bdf46c8..b68b8a78bf 100644
--- a/tshark.c
+++ b/tshark.c
@@ -63,7 +63,6 @@
#include <epan/epan.h>
#include <epan/filesystem.h>
#include <epan/privileges.h>
-#include <wiretap/file_util.h>
#include "globals.h"
#include <epan/timestamp.h>
@@ -863,7 +862,7 @@ main(int argc, char *argv[])
we can just process it with the other arguments. */
if (argc >= 2 && strcmp(argv[1], "-G") == 0) {
proto_initialize_all_prefixes();
-
+
if (argc == 2)
proto_registrar_dump_fields(1);
else {