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: 2132, Watchers: 2132, Forks: 411, Open Issues: 114

The KimiNewt/pyshark repo was created 10 years ago and the last code push was 1 months ago.
The project is very popular with an impressive 2132 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 114 open issues on GitHub

  • custom_parameters should not as dict
  • How convert raw packet to Packet class pyshark for parsing data
  • lxml.etree.XMLSyntaxError: invalid character in attribute value, line 364, column 2
  • Python 3.10 and Python 3.9 compatibility; disutils deprecation; asyncio method deprecation
  • Possible Bug in Dumpcap Call
  • Specifying a configuration profile
  • Fixed issue 319: Check interfaces are valid before starting live capture
  • How to reassemble TCP/TLS flow similar to "Follow TCP/TLS" stream?
  • to stop the live capture
  • Tshark Crash Report Error
  • pyshark crashes loop_reading

See more issues on GitHub

Related Packages & Articles

pypcap 1.3.0

pypcap – Python interface to pcap a packet capture library

scapy 2.5.0

Scapy: interactive packet manipulation tool