remove tunneling flag in session_flags

This commit is contained in:
root
2024-09-04 02:03:05 +00:00
parent f42aa76d5c
commit 654718c56f
9 changed files with 9 additions and 304 deletions

View File

@@ -537,6 +537,7 @@ TEST(session_flags, bidirectional)
free(ctx);
}
#if 0
TEST(session_flags, tunneling_tls_fet)
{
char error[100];
@@ -614,6 +615,7 @@ TEST(session_flags, tunneling_tls)
pcap_close(handle);
free(ctx);
}
#endif
int main(int argc, char **argv)
{