Sven Ubik wrote:
But I have a problem to get IPv6 packets with this version of
libpcap or tcpdump (I don't know where is the problem), it reports:
# tcpdump -n -vvv mpls and ip6
tcpdump: ip6 not supported
By default, the configure scripts for libpcap and tcpdump don't enable
IPv6 filters (in
Hi Scott,
we also have MPLS links in our network. The latest libpcap and
tcpdump from CVS supports filtering of MPLS packets. You can use
"tcpdump mpls and ... ", for instance,
"tcpdump -vvv mpls and ip" will print all IP packets with
MPLS headers.
But I have a problem to get IPv6 packets with th
Scott Stoddard wrote:
Hi all, I hope this is the right place to post this but I could not find
a users tcpdump list.
This is the only list we have - it's for users and developers of tcpdump
and libpcap.
I am trying to capture traffic between two hosts
at a point where the traffic is encapsu
Hi all, I hope this is the right place to post this but I could not find a
users tcpdump list. I am trying to capture traffic between two hosts at a
point where the traffic is encapsulated in MPLS headers. But using the
normal 'host x and host x' doesnt seem to work. I am guessing it has
someth