Contents

pyshark 0.6

0

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

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

Stars: 2467, Watchers: 2467, Forks: 446, Open Issues: 144

The KimiNewt/pyshark repo was created 12 years ago and the last code push was 2 months ago.
The project is very popular with an impressive 2467 github stars!

How to Install pyshark

You can install pyshark using pip

pip install pyshark

or add it to a project with poetry

poetry add pyshark

Package Details

Author
KimiNewt
License
MIT
Homepage
https://github.com/KimiNewt/pyshark
PyPi:
https://pypi.org/project/pyshark/
GitHub Repo:
https://github.com/KimiNewt/pyshark

Classifiers

No  pyshark  pypi packages just yet.

Errors

A list of common pyshark errors.

Code Examples

Here are some pyshark code examples and snippets.

GitHub Issues

The pyshark package has 144 open issues on GitHub

  • fix: ignore comments when parsing pdml
  • Bluetooth layer missing MAC addresses, crashing two-pass decoding parameter

See more issues on GitHub

Related Packages & Articles

pypcap 1.3.0

pypcap – Python interface to pcap a packet capture library

scapy 2.7.0

Scapy: interactive packet manipulation tool