Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 316 Bytes

File metadata and controls

13 lines (9 loc) · 316 Bytes

Packet_Collector

  1. Lambda
  • This python script work in AWS Lambda to process raw packet log data.
  1. src
  • This is packet sniffer work on Linux OS.
  1. windows_c_sniffer
  • This is packet sniffer work on Windows OS with C lang
  1. windows_python_sniffer
  • This is packet sniffer work on Windows OS with Python3