Main > Programming > Libraries >

Net::Analysis 0.04

Net::Analysis 0.04

Sponsored Links

Net::Analysis 0.04 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.30 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 1215
Date added: 2006-07-27
Publisher: Adam Worrall

Net::Analysis 0.04 description

Net::Analysis are modules for analysing network traffic.

SYNOPSIS

Using an existing analyser:

$ perl -MNet::Analysis -e main help
$ perl -MNet::Analysis -e main TCP,v=1 dump.tcp - basic TCP info
$ perl -MNet::Analysis -e main HTTP,v=1 dump.tcp - HTTP stuff
$ perl -MNet::Analysis -e main Example2,regex=img dump.tcp - run an example

Writing your own analyser:

package MyExample;
use base qw(Net::Analysis::Listener::Base);
# Listen to events from other modules
sub tcp_monologue {
my ($self, $args) = @_;
my ($mono) = $args->{monologue};
my $t = $mono->t_elapsed()->as_number();
my $l = $mono->length();
# Emit your own event
$self->emit(name => example_event,
args => { kb_sec => ($t) ? $l/($t*1024) : N/A }
);
}
# Process your own event
sub example_event {
my ($self, $args) = @_;
printf "Bandwidth: %10.2f KB/secn", $args->{kb_sec};
}
1;
__top

ABSTRACT

Net::Analysis is a suite of modules that parse tcpdump files, reconstruct TCP sessions from the packets, and provide a very lightweight framework for writing protocol anaylsers.
__top

I wanted a batch version of Ethereal in Perl, so I could:

- sift through parsed protocols with structured filters
- write custom reports that mixed events from multiple protocols

So here it is. Net::Analysis is a stack of protocol handlers that emit, and listen for, events.

Net::Analysis 0.04 Screenshot

Advertisements

Net::Analysis 0.04 Keywords

Bookmark Net::Analysis 0.04

Hyperlink code:
Link for forum:

Net::Analysis 0.04 Copyright

WareSeeker periodically updates pricing and software information of Net::Analysis 0.04 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of Net::Analysis 0.04 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Related Software
netAI has been developed for identifying the end host applications that are responsible for traffic flows in the network. Free Download
Network Traffic Analyser provides a script-driven network traffic monitor. Free Download
NewsLib is a library of perl modules for managing Network News services. Free Download
Network Traffic Analyzer analyzes the network traffic on multiple network devices and creates HTML statistics. Free Download
Net::DRI is a collection of object oriented Perl modules that provides an abstract and uniform interface for DNS providers. Free Download
Netacct-mysql is modified version of traffic accounting daemon net-acct which stores collected data in MySQL. Free Download
net-acct logs network traffic. Free Download
RenaissanceCore is a sophisticated analyzer of network traffic that detects intrusion attempts and also reduces false positives. Free Download