Metadata-Version: 2.4
Name: pyshark
Version: 0.6
Summary: Python wrapper for tshark, allowing python packet parsing using wireshark dissectors
Home-page: https://github.com/KimiNewt/pyshark
Author: KimiNewt
License: MIT
Keywords: wireshark capture packets parsing packet
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: lxml
Requires-Dist: termcolor
Requires-Dist: packaging
Requires-Dist: appdirs
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: requires-dist
Dynamic: summary

Python wrapper for tshark, allowing python packet parsing using wireshark dissectors.

See https://github.com/KimiNewt/pyshark/ for documentation.
