Skip to content

Releases: genonullfree/stream-extractor

v0.4.0

15 Mar 17:52
66d5a65

Choose a tag to compare

QOL improvements from @Pommaq ๐ŸŽ‰

v0.3.1

26 Mar 02:08
e1f6bc7

Choose a tag to compare

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

25 Mar 03:46
de9dd30

Choose a tag to compare

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

18 Mar 02:40
1e22d2c

Choose a tag to compare

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

03 Mar 03:16

Choose a tag to compare

Initial release for stream-extractor ๐ŸŽ‰

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