Hi perl modules guys,

    I'd like to ask about the opinion about two module names. The first
one is the perl interface that allows manipulating with binary files
used by nfdump (http://nfdump.sourceforge.net/) software package. It
implements basic methods for manipulating with flow data (opening,
reading,  writing, going through records, ...). The interface functions
are available on
https://code.google.com/p/nf-tools/source/browse/trunk/libnf/perl/Net-NfDump/NfDump.xs.


My idea for the module name is Net::NfDump.

The second one implements Longest Prefix Match for both IPv4 and IPv6
addresses/prefixes. The algorithm is based on range search (source code:
https://code.google.com/p/nf-tools/source/browse/trunk/perl-LPM/Net-IP-LPM/lib/Net/IP/LPM.pm).


The idea here for module name is Net::IP::LPM .

Thanks for any suggestions or comments

Tomas



Reply via email to