Releases: genonullfree/stream-extractor
Releases · genonullfree/stream-extractor
Release list
v0.4.0
v0.3.1
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
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
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
Initial release for stream-extractor 🎉
Reads in a PCAP file and will extract TCP Streams into separate PCAP files.