rita icon indicating copy to clipboard operation
rita copied to clipboard

Use non-header-including byte size field for tcp connections

Open lisaSW opened this issue 3 years ago • 0 comments

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

  • [x] make usage of fields consistent
  • [x] use orig_bytes/resp_bytes (header-excluding) for tcp connections, and orig_ip_bytes/resp_ip_bytes for all others

lisaSW avatar Mar 21 '22 20:03 lisaSW