Net::Analysis::Constants - some families of constants


NAME

Net::Analysis::Constants - some families of constants


SYNOPSIS

  use Net::Analysis::Constants qw(tcpseshstates tcpflags packetclasses);
  if ($var == PKT_DUP_DATA) {...}


DESCRIPTION

Some useful constants.

EXPORT

None by default.


AUTHOR

Adam B. Worrall, <worrall@cpan.org>


COPYRIGHT AND LICENSE

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