[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20031110183927.GN28606@aaronp.com>
From: sith at sithender.com (sith@...hender.com)
Subject: Sniffing ICQ traffic
On Mon, Nov 10, 2003 at 09:10:23AM -0800, Jeremiah Cornelius wrote:
> On Monday 10 November 2003 08:55, ttsoares@...on.ufrgs.br wrote:
>
> <SNIP>
> > By the way... do you know a good text or some examples about how do write
> > filters to ethereal? The syntax, variables, etc...
You can also use ngrep. It is very useful for pulling things you are
interested in out of network traffic. Here is an example of url grabbing:
ngrep '^GET' "dst port 80"
I'm sure after looking at a couple streams of icq messages it would be easy
to construct a simple filter for them. You can use regular expressions
which is quite handy.
-sithEnder
Powered by blists - more mailing lists