Gentoo Archives: gentoo-user

From: William Kenworthy <billk@×××××××××.au>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Sniffing / analysis of application / wifi packets on my LAN
Date: Thu, 07 Oct 2010 12:06:46
Message-Id: 1286453151.25943.70.camel@rattus
In Reply to: [gentoo-user] Sniffing / analysis of application / wifi packets on my LAN by Stroller
1 Wireshark - always use the latest ~x86. Can capture and save with a lot
2 of options.
3
4 to just do a quick capture, try
5 "tcpdump -i eth- -w file.pcap" writes a pcap format file (can be read by
6 wireshark etc)
7 "tcpdump -r file.pcap" to see whats in it
8 "tcpdump -A - -r file.pcap" to extract text like html
9
10 If you already have wireshark, "tshark" can do similar operation to
11 tcpdump.
12
13 BillK
14
15
16
17 On Thu, 2010-10-07 at 10:37 +0100, Stroller wrote:
18 > Hi there,
19 >
20 > I'm interested in the activity of an application which is running on my LAN, and was wondering if anyone could offer some quick pointers on the best tools for this these days. I've played with this some years ago, but only very superficially - I think I used wireshark back then.
21 >
22 > Ideally what I want to do is capture a big dump of the traffic over a couple of minutes (so it shouldn't be that much, right?) into a file and then analyse it afterwards based on destination IP, content &c. A couple of minutes should allow completion of at least 2 or 3 separate interactions with the server.
23 >
24 > The network is mine, as is the device from which I'm capturing the data. I have a Belkin F5D7010 wifi card, which I think is based on a RaLink rt2x00 (rt2400 / rt2500) chipset, and I have my network's WPA key, so I think I can just set the wifi card in passive mode for sniffing. I'm pretty sure I experimented with this card in passive mode before, some years ago. Alternatively, I think I can plug the wifi access-point into my PC, bridge it to a second wired NIC and sniff what's going across the bridge (but I don't think this should be necessary).
25 >
26 > What I'm expecting to see is some image, audio & html files &/or xml data transferred, and ideally I'd like to be able to extract it all and view it in its original format.
27 >
28 > There's likely to be some inevitable other activity on the wLAN whilst this is happening - I'll try to minimise this, but I think the tools should be able filter out any crap I'm not interested in, right?
29 >
30 > I'd prefer as much as possible to use CLI tools for capturing / analysing the data.
31 >
32 > Thanks in advance for any quick pointers you can offer,
33 >
34 > Stroller.
35 >
36 >
37
38 --
39 William Kenworthy <billk@×××××××××.au>
40 Home in Perth!