diff options
Diffstat (limited to 'packet_id.h')
-rw-r--r-- | packet_id.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packet_id.h b/packet_id.h index 1c341f7..7f4be8a 100644 --- a/packet_id.h +++ b/packet_id.h @@ -210,7 +210,7 @@ struct packet_id struct packet_id_rec rec; }; -void packet_id_init (struct packet_id *p, int seq_backtrack, int time_backtrack, const char *name, int unit); +void packet_id_init (struct packet_id *p, bool tcp_mode, int seq_backtrack, int time_backtrack, const char *name, int unit); void packet_id_free (struct packet_id *p); /* should we accept an incoming packet id ? */ |