Is it possible to filter packets by the DNS query? For example, how
could I dump all packets trying to resolve google.com?
--
J.R.
-
This is the tcpdump-workers list.
Visit https://lists.sandelman.ca/ to unsubscribe.
-BEGIN PGP SIGNED MESSAGE-
> "Darren" == Darren Reed <[EMAIL PROTECTED]> writes:
Darren> Seems frozen on 2004.06.28 ?
Sorry.
The current checkout is via pserver so that the CVS/* files will be
useful. I'm leaving this off for a bit, but if you need pserver, I've
turned it on
Seems frozen on 2004.06.28 ?
Darren
-
This is the tcpdump-workers list.
Visit https://lists.sandelman.ca/ to unsubscribe.
hope the white space is ok, it's a cut-n-paste.
*** print-gre.c.origSun Jun 13 02:32:56 2004
--- print-gre.c Sun Jul 4 03:30:00 2004
***
*** 195,203
--- 195,205
case ETHERTYPE_IP:
ip_print(bp, len);
break;
+ #ifdef INET6
ca
CVS log entries from 02.07.2004 (Fri) 09:04:04 - 03.07.2004 (Sat) 09:04:06 GMT
=
Summary by authors
=
Author: hannes
File: tcpdump/print-ppp.c; Revisions: 1.96
==