Man Page: data::parsebinary::data::netflow
Operating Environment: debian
Section: 3pm
Data::ParseBinary::Data::Netflow(3pm) User Contributed Perl Documentation Data::ParseBinary::Data::Netflow(3pm)NAMEData::ParseBinary::Data::Netflow - Parsing Netflow PDU binary structuresSYNOPSISuse 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)); }CAVEATAs 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)
| Similar Topics in the Unix Linux Community |
|---|
| How can I do this in VI editor? |
| Detecting unused variables... |
| Find columns in a file based on header and print to new file |
| Weird 'find' results |