Re: Can't get the syntax correct for my tcpdump command
- From: Chuck Swiger <cswiger@xxxxxxx>
- Date: Thu, 10 May 2007 12:46:49 -0700
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
_______________________________________________
freebsd-questions@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@xxxxxxxxxxx"
- Follow-Ups:
- Re: Can't get the syntax correct for my tcpdump command
- From: Andrew Falanga
- Re: Can't get the syntax correct for my tcpdump command
- References:
- Can't get the syntax correct for my tcpdump command
- From: Andrew Falanga
- Can't get the syntax correct for my tcpdump command
- Prev by Date: Re: Can't get the syntax correct for my tcpdump command
- Next by Date: Re: procmail filter for them all?
- Previous by thread: Re: Can't get the syntax correct for my tcpdump command
- Next by thread: Re: Can't get the syntax correct for my tcpdump command
- Index(es):
Relevant Pages
|