sslcaudit icon indicating copy to clipboard operation
sslcaudit copied to clipboard

capture packet traces

Open abbbe opened this issue 13 years ago • 0 comments

  • Somewhere in BaseClientAuditController construction, after server initialization, we need to start a thread (daemon thread) which captures all network traffic flowing to/from port handled by ClientAuditorServer and saves it into a file.
  • A file has to be allocated from a filebag.
  • When BaseClientAuditController stops, it has to stop the packet capturing thread as well.
  • If possible, this traffic capturing thingy should generate periodic (every 1s) event describing how many packets is captured.

abbbe avatar May 05 '12 16:05 abbbe