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
There is currently no support for the L2TPv3 protocol in tcpdump. Attempts to capture packets result in the following error: Unknown Version, neither L2F(1) nor L2TP(2).
This seems to be mostly a display issue: packets are correctly captured (and identified as an unknown l2tp version), and when storing the capture as pcap it is identified correctly by other software such as wireshark.
Adding such support would need some good example packet captures and a volunteer to add the missing code and to turn the packet captures into additional tests.
tcpdump version: 4.99.4
libpcap version: 1.10.4
There is currently no support for the L2TPv3 protocol in tcpdump. Attempts to capture packets result in the following error:
Unknown Version, neither L2F(1) nor L2TP(2)
.This seems to be mostly a display issue: packets are correctly captured (and identified as an unknown l2tp version), and when storing the capture as pcap it is identified correctly by other software such as wireshark.
Reference for the protocol: https://www.rfc-editor.org/rfc/rfc3931
The text was updated successfully, but these errors were encountered: