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
The above command will capture packets containing `port 53` (assumed to be DNS queries) from the `eth0` interface and write the captured data to `stdout`, `txt`, and file in `pcapng` format. Files are created in the current working directory.
73
78
74
79
Output:
@@ -79,20 +84,21 @@ Output:
79
84
- Promiscuous Mode: true
80
85
- Timeout: 0s
81
86
- Number of Packets: 0
87
+
- Packet Buffer Size: 4096
82
88
- BPF Filter: "port 53"
83
89
- Verbose: false
84
90
```
91
+
85
92

86
93
87
94
With `-v` flag enabled, you will see more detailed information:
88
95
89
-
90
96

91
97

0 commit comments