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
-p, --port <PORT> Search PCAP to see if this port number is present
43
+
--ip <IP> Search PCAP to see if this IP address is present
44
+
-m, --mac <MAC> Search PCAP to see if this MAC address is present
45
+
-c, --count Count how many times the search terms are present
46
+
-v, --verbose Enable to print verbose connection info
47
+
-h, --help Print help
48
+
```
49
+
50
+
### List
51
+
52
+
```bash
53
+
Usage: stream-extractor list [OPTIONS] --input <INPUT>
54
+
55
+
Options:
56
+
-i, --input <INPUT> Input pcap file to list
57
+
-c, --count Count how many communications are present
58
+
-p, --ports List the port numbers present
59
+
--ip List the IP addresses present
60
+
-m, --mac List the MAC addresses present
61
+
-v, --verbose Print all connection statistics
62
+
-h, --help Print help
63
+
```
64
+
19
65
## Filter Options
20
66
21
-
The filter options `--port`and `--ip` are available to allow you to only write out the detected TCP streams that match the filter values. This can help simplify
67
+
The filter options `--port`, `--ip`, and `--mac` are available to allow you to only write out the detected TCP streams that match the filter values. This can help simplify
22
68
the research step of identifying exactly which streams you may be interested in.
0 commit comments