Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 May 2007 12:46:49 -0700
From:      Chuck Swiger <cswiger@mac.com>
To:        Andrew Falanga <af300wsm@gmail.com>
Cc:        freebsd-questions <freebsd-questions@freebsd.org>
Subject:   Re: Can't get the syntax correct for my tcpdump command
Message-ID:  <FFEA5FFF-130E-4D26-977C-407ECAA8A24F@mac.com>
In-Reply-To: <340a29540705101219xc2aa398i818c76c09f8efce8@mail.gmail.com>
References:  <340a29540705101219xc2aa398i818c76c09f8efce8@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On May 10, 2007, at 12:19 PM, Andrew Falanga wrote:
> I want to capture only the IPv6 UDP traffic from my FreeBSD box to a
> host I'm trying to mount through NFS.  A couple of days ago, I got it,
> but I had to kill that terminal session abnormally and the commands
> aren't in my history.  So, I have something like this,
>
> tcpdump -v -s 192 -i fxp0 ip6 host remote
>
> The above works.  However, when I try to modify the command to filter
> out only the UDP traffic, I've tried something like this:

   tcpdump -v -s 192 -i fxp0 ip6 host _remote_ and proto \\udp

-- 
-Chuck




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?FFEA5FFF-130E-4D26-977C-407ECAA8A24F>