We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi , What we need todo to solve this error ?
root@OpenWrt:~# tcpdump -nei eth1 tcpdump: unsupported DSA tag: qca
root@OpenWrt:~# tcpdump --version tcpdump version 4.99.5 libpcap version 1.10.5 (with TPACKET_V3) 32-bit build, 64-bit time_t
The text was updated successfully, but these errors were encountered:
What does tcpdump -L -i eth1 print?
tcpdump -L -i eth1
Sorry, something went wrong.
same error
root@OpenWrt:~# tcpdump -L -i eth1 tcpdump: unsupported DSA tag: qca
It seems you have hardware that uses the QCA tagging for DSA, which the Linux kernel supports (seemingly since 2015), but libpcap does not.
No branches or pull requests
Hi ,
What we need todo to solve this error ?
The text was updated successfully, but these errors were encountered: