Sniffer::HTTP - multi-connection sniffer driver



INSTALLATION

This is a Perl module distribution. It should be installed with whichever
tool you use to manage your installation of Perl, e.g. any of

  cpanm .
  cpan  .
  cpanp -i .

Consult https://www.cpan.org/modules/INSTALL.html for further instruction.
Should you wish to install this module manually, the procedure is

  perl Makefile.PL
  make
  make test
  make install








SEE ALSO

L<HTTP::Proxy>, L<http://wireshark.org|Wireshark>, L<Sniffer::Connnection>

AUTHOR

Max Maischein (corion@cpan.org)


COPYRIGHT

Copyright (C) 2005-2021 Max Maischein.  All Rights Reserved.

This code is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.