add IPv4 & IPv6 frag reassemble test case
This commit is contained in:
@@ -98,7 +98,7 @@ TEST(TCP_UTILS, GET)
|
||||
|
||||
TEST(TCP_UTILS, SET1)
|
||||
{
|
||||
char buff[40];
|
||||
char buff[40] = {0};
|
||||
|
||||
struct tcphdr *hdr = (struct tcphdr *)buff;
|
||||
tcp_hdr_set_src_port(hdr, 55555);
|
||||
|
||||
Reference in New Issue
Block a user