Metadata-Version: 2.4
Name: oida-pyshark
Version: 0.6.1.post1
Summary: Patched pyshark fork maintained for OIDA (imports as `pyshark`). Python wrapper for tshark, parsing packets with Wireshark dissectors.
Author: Dor Green (KimiNewt)
Maintainer: f0rw4rd
License: MIT
Project-URL: Homepage, https://github.com/f0rw4rd/pyshark
Project-URL: Upstream, https://github.com/KimiNewt/pyshark
Project-URL: Issues, https://github.com/f0rw4rd/pyshark/issues
Keywords: wireshark,tshark,capture,packets,parsing,pcap,ics,ot
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: System :: Networking :: Monitoring
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/plain
License-File: LICENSE.txt
Requires-Dist: lxml
Requires-Dist: termcolor
Requires-Dist: packaging
Requires-Dist: appdirs
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: mock; extra == "dev"
Dynamic: license-file

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

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