Revert "using also bridge table on network hooking"
This reverts commit 33b22a174c.
This commit is contained in:
@@ -295,7 +295,7 @@ class PktRequest {
|
||||
if (tcp){
|
||||
//If the packet has data, we have to remove it
|
||||
set_data(nullptr, 0);
|
||||
//For the first matched data or only for data packets, we set RST bit
|
||||
//For the first matched data or only for data packets, we set FIN bit
|
||||
//This only for client packets, because this will trigger server to close the connection
|
||||
//Packets will be filtered anyway also if client don't send packets
|
||||
if (_data_original_size != 0){
|
||||
@@ -585,4 +585,4 @@ uint32_t hash_stream_id(const stream_id &sid) {
|
||||
}
|
||||
|
||||
}}
|
||||
#endif // NFQUEUE_CLASS_CPP
|
||||
#endif // NFQUEUE_CLASS_CPP
|
||||
Reference in New Issue
Block a user