Net-Tshark version 0.03
=======================

This module provides an interface for the tshark utility used for capturing packets from a network interface.

INSTALLATION

To install this module type the following:

  perl Makefile.PL
  make
  make test
  make install

DEPENDENCIES

This module requires that tshark be installed on the machine.

On Windows, this usually requires installing Wireshark (http://www.wireshark.org/) and adding the directory where tshark.exe is stored to your PATH (usually C:\Program Files\Wireshark).

This module also requires several other Perl modules:
File::Which
IPC::Run
List::MoreUtils
List::Util
XML::Simple

COPYRIGHT AND LICENCE

Copyright (C) 2012 by Zachary Blair

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.10.0 or,
at your option, any later version of Perl 5 you may have available.