2013-09-26 17:14:40 +02:00

14 lines
495 B
Plaintext

$NetBSD: patch-ac,v 1.1 2006/01/02 19:23:40 adrianp Exp $
--- src/tcpflow.h.orig 2001-08-08 20:39:40.000000000 +0100
+++ src/tcpflow.h
@@ -133,7 +133,7 @@ void process_tcp(const u_char *data, u_i
u_int32_t dst);
void print_packet(flow_t flow, const u_char *data, u_int32_t length);
void store_packet(flow_t flow, const u_char *data, u_int32_t length,
- u_int32_t seq);
+ u_int32_t seq, int syn_set);
u_char *do_strip_nonprint(const u_char *data, u_int32_t length);
/* flow.c */