From 0c564ddd977451d93d5cf6898a66ebd608e32862 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 12 Sep 2022 13:27:58 +0200 Subject: Merging upstream version 2.1.0. Signed-off-by: Daniel Baumann --- src/options.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/options.h') diff --git a/src/options.h b/src/options.h index 40e0ee8..99acb8d 100644 --- a/src/options.h +++ b/src/options.h @@ -71,6 +71,8 @@ enum dump_format { 0, 0, 0, 0, 0, 0, 0, \ \ 0, 0, 0, 0, 0, \ +\ + 0, \ \ 0 \ } @@ -113,6 +115,8 @@ struct options { int reassemble_tcp_bfbparsedns; int bpf_hosts_apply_all; + + char* pid_file; }; int option_parse(options_t* options, const char* option); -- cgit v1.2.3