You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the usage of orig_bytes/resp_bytes and orig_ip_bytes/resp_ip_bytes throughout the code is inconsistent. There is also a problem with beacon scores being skewed by variation in the header size of its connections
make usage of fields consistent
use orig_bytes/resp_bytes (header-excluding) for tcp connections, and orig_ip_bytes/resp_ip_bytes for all others
The text was updated successfully, but these errors were encountered:
lisaSW
changed the title
Use non-header including byte size field for tcp connections
Use non-header-including byte size field for tcp connections
Mar 21, 2022
Currently, the usage of orig_bytes/resp_bytes and orig_ip_bytes/resp_ip_bytes throughout the code is inconsistent. There is also a problem with beacon scores being skewed by variation in the header size of its connections
The text was updated successfully, but these errors were encountered: