You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be at all possible to add a time to stop sniffing and packet count to stop sniffing option to this?
(Pretty much just the features from RawCap that I find pretty useful, especially when running the tool on a remote computer).
F:\Tools>RawCap.exe --help
NETRESEC RawCap version 0.1.5.0
http://www.netresec.com
Usage: RawCap.exe [OPTIONS] <interface_nr> <target_pcap_file>
OPTIONS:
-f Automatically flush data to file after each packet (no buffer)
-c <count> Stop sniffing after receiving <count> packets
-s <sec> Stop sniffing after <sec> seconds
Not features I'd likely use myself, but I can see how they could be useful to others - thanks for the feedback 👍
SocketSniffer already tracks how many packets have been captured, so this should be straightforward to add. Having said that, I have very limited capacity at present, so it might be a while before I get round to it. If you don't want to wait, I'd be happy to take a PR for this.
Would it be at all possible to add a time to stop sniffing and packet count to stop sniffing option to this?
(Pretty much just the features from RawCap that I find pretty useful, especially when running the tool on a remote computer).
https://www.netresec.com/?page=RawCap
Many thanks, love this tool!
The text was updated successfully, but these errors were encountered: