-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
arp packet found in pcap file on tls -m pcap mode #673
Comments
Sorry, I don't understand. What problem are you referring to? |
ARP has nothing to do with TLS, so why are ARP packets found in pcap files under tls -m pcap? I think this is abnormal. |
eCapture supports |
Using pcapfilter syntax will also capture arp packets, which should not be an expected behavior. This phenomenon can be easily reproduction. Looking forward to your reply. Thank you
|
This is not a bug; it's expected behavior. By default, all traffic on the specified network interface is captured, including ARP traffic. If you don't want to capture ARP traffic, simply add |
It does have a bug here. See #680 |
If you didn't specify a pcap filter, ref this comment.
|
Describe the bug
When using tls -m pcap mode, arp packets are found in the obtained pcap file . There is a problem with specifying or not specifying capture filter parameters. Is this a bug?
To Reproduce
./ecapture tls -m pcap -i ens1f0 --pcapfile=all.pcap
os info
The text was updated successfully, but these errors were encountered: