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

Closes #725

  • updated incoming/outgoing bytes for tcp connections to use the orig_bytes/resp_bytes fields, which do not include header size. Non-tcp connections will use orig_ip_bytes/resp_ip_bytes, which include the header size.
  • field usage is now consistent

lisaSW avatar Mar 21 '22 20:03 lisaSW