Skip to content

Releases: ic-it/simplepcap

v0.1.9

01 Oct 23:10
Compare
Choose a tag to compare

Updates:

  1. Use typing.Protocol instead of abc.ABC.
  2. Update documentation.

v0.1.8

30 Sep 19:23
Compare
Choose a tag to compare

Simple PCAP v1.0 - First Release

I am thrilled to announce the first release of Simple PCAP, a user-friendly PCAP file parser that simplifies the process of working with packet capture files.

Simple PCAP was designed with one goal in mind: to enable users to work with PCAP files effortlessly, without the need for an in-depth understanding of the file structure. It offers a straightforward way to process and analyze packet data with a strong focus on safety.

Key Features

  • Parse PCAP files with ease.
  • Retrieve file headers and packet data seamlessly.
  • Supports Python 3.10 and above.
  • Detailed documentation available for your reference.
  • Available on PyPI.