Tools/NetTest - TCP test passing with connection opened/used/closed
[tpg/acess2.git] / Tools / NetTest_Runner / include / tcp.h
index effc3ad..9446b3c 100644 (file)
@@ -22,7 +22,7 @@ extern void   TCP_Send(int IF, int AF, const void *IP, short sport, short dport, u
 // The following skip the next check of each field
 extern void    TCP_SkipCheck_Seq(bool Skip);
 
-extern bool    TCP_Pkt_Check(size_t len, const void *data, size_t *ofs, int AF, const void *IP, short sport, short dport, uint32_t seq, uint32_t ack, uint8_t flags);
+extern bool    TCP_Pkt_Check(size_t len, const void *data, size_t *ofs, size_t *out_len, int AF, const void *IP, short sport, short dport, uint32_t seq, uint32_t ack, uint8_t flags);
 
 // - Get a field from a previously validated packet
 extern uint32_t        TCP_Pkt_GetSeq(size_t len, const void *data, int AF);

UCC git Repository :: git.ucc.asn.au