debian man page for data::parsebinary::data::netflow

Query: data::parsebinary::data::netflow

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Data::ParseBinary::Data::Netflow(3pm)			User Contributed Perl Documentation		     Data::ParseBinary::Data::Netflow(3pm)

NAME
Data::ParseBinary::Data::Netflow - Parsing Netflow PDU binary structures
SYNOPSIS
use Data::ParseBinary::Data::Netflow qw($netflow_v5_parser); $data = $netflow_v5_parser->parse(CreateStreamReader(File => $fh)); # If file contain multiple flows, parse them till EOF while () { last if eof($fh); $data = $netflow_v5_parser->parse(CreateStreamReader(File => $fh)); }
CAVEAT
As for this moment version 5 format is supported only. Read files only in network byte order (BE). This is a part of the Data::ParseBinary package, and is just one ready-made parser. please go to the main page for additional usage info. perl v5.14.2 2010-12-04 Data::ParseBinary::Data::Netflow(3pm)
Related Man Pages
data::dumpxml::parser(3pm) - debian
data::printer::filter::datetime(3pm) - debian
data::serializer::convert::bencode(3pm) - debian
data::stream::bulk::doneflag(3pm) - debian
ppi::statement::data(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Installing Dash Shell on OS X Lion
How can I do this in VI editor?
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?