Skip to content

Releases: TBye101/eavesdropper

Release 0.1.0

14 Apr 19:01
Compare
Choose a tag to compare

Version 0.1.0

  • Base analyzer plugin
    • Parses raw PCAP data to extract pcap data
    • Puts parsed data into database table
    • Documentation
    • Tests
  • Basic network sniffing support
    • Listen to all available network interfaces and record to file
  • Basic plugin system
    • Load plugins from directory
    • Can determine execution order from dependency and version information
    • Executes plugins against pcap data
    • Tests
  • Complete documentation on everything so far
  • Document how to make a plugin