Skip to content

Releases: genonullfree/stream-extractor

v0.4.0

Choose a tag to compare

@genonullfree genonullfree released this 15 Mar 17:52
66d5a65

QOL improvements from @Pommaq 🎉

v0.3.1

Choose a tag to compare

@genonullfree genonullfree released this 26 Mar 02:08
e1f6bc7

Enable commands:

  • scan: searches the PCAP and returns any matching communications
  • extract: extract TCP streams and optionally filter matches
  • list: list communication statistics

Bug fix:

  • Validate packet type when checking streams

v0.3.0

Choose a tag to compare

@genonullfree genonullfree released this 25 Mar 03:46
de9dd30

Enable commands:

  • scan: searches the PCAP and returns any matching communications
  • extract: extract TCP streams and optionally filter matches
  • list: list communication statistics

v0.2.0

Choose a tag to compare

@genonullfree genonullfree released this 18 Mar 02:40
1e22d2c

Add filter options! 🎉

Allows us to filter out TCP streams that we are not interested in.

  • Filter on port
  • Filter on IP address

v0.1.0

Choose a tag to compare

@genonullfree genonullfree released this 03 Mar 03:16

Initial release for stream-extractor 🎉

Reads in a PCAP file and will extract TCP Streams into separate PCAP files.