Net::Analysis::Constants - some families of constants |
Net::Analysis::Constants - some families of constants
use Net::Analysis::Constants qw(tcpseshstates tcpflags packetclasses);
if ($var == PKT_DUP_DATA) {...}
Some useful constants.
None by default.
Adam B. Worrall, <worrall@cpan.org>
Copyright (C) 2004 by Adam B. Worrall
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.5 or, at your option, any later version of Perl 5 you may have available.
Net::Analysis::Constants - some families of constants |