Wireshark-users: Re: [Wireshark-users] Good tools for pcap summary info, etc.?
From: "James Talbut" <James.Talbut@xxxxxxxxx>
Date: Thu, 25 Sep 2008 20:16:47 +0100
It's not, and it's kinda specific to my environment so I won't be making the whole thing available - but I'll post most of it here so you can have a look (I'm out of the office until next week, so it'll be a few days).
It just uses popen to run tshark, using a nasty hack of changing the column format to use %Rt as a delimiter, then parses the output line by line and adds what it sees to a couple of internal tables (dictionaries).
It's pretty rigid about doing everything on a minute-by-minute analysis (i.e. it doesn't convert the time fields to times, it just truncates the strings to whole minutes - nice and lazy).
At the end it dumps the tables as tab delimited files and runs a couple of instances of gnuplot to generate the plots.
There isn't much very clever in there, but it could serve as the basis for your own tool.
I'd be much happier with it as a solution if it wasn't for the nasty hack to get semi reliable delimiters out of tshark (which will need https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2892 to fix).
Jim
From: Jim Balo [mailto:jimbalo22@xxxxxxxxx]
Sent: Thu 25/09/2008 19:56
To: Community support list for Wireshark; James Talbut
Subject: RE: [Wireshark-users] Good tools for pcap summary info, etc.?
Hi James,
I'd like to look at your tool - is it downloadable from somewhere ?
Thanks,
JB
--- On Thu, 9/25/08, James Talbut <James.Talbut@xxxxxxxxx> wrote: From: James Talbut <James.Talbut@xxxxxxxxx> |
________________________________________________________________________
This e-mail, and any attachment, is confidential. If you have received it in error, do not use or disclose the information in any way, notify me immediately, and please delete it from your system.
________________________________________________________________________
- References:
- Prev by Date: Re: [Wireshark-users] Good tools for pcap summary info, etc.?
- Next by Date: [Wireshark-users] How to figure out openssl's tls packet sequences ??
- Previous by thread: Re: [Wireshark-users] Good tools for pcap summary info, etc.?
- Next by thread: Re: [Wireshark-users] Good tools for pcap summary info, etc.?
- Index(es):