pcap-parser icon indicating copy to clipboard operation
pcap-parser copied to clipboard

PCAP/PCAPNG file format parser written in pure Rust. Fast, zero-copy, safe.

Results 6 pcap-parser issues
Sort by recently updated
recently updated
newest added

Hey, thanks for the library. I tried using the sample code from the documentation on a larger pcapng file but the refilling of the buffer doesn't seem to work properly....

Some outdated / proprietary tools seem to produce PCAPs in this format, described on Wireshark [wiki](https://wiki.wireshark.org/Development/LibpcapFileFormat#modified-pcap): > The magic bytes for this format are 0xa1b2cd34 (note the final two bytes)....

Continuing the CI standardization and refresh started in https://github.com/rusticata/rusticata-macros/pull/8

Hi, Can you provide an example of how to print the payload of a packet when reading in a pcap file? For instance, if wanted to print the DNS or...

[Oval](https://github.com/fasterthanlime/oval) is a nicer, maintained fork of [Circular](https://github.com/sozu-proxy/circular), that removes the unsafe and unsound code (it [replaces them with stdlib features](https://github.com/fasterthanlime/oval/commit/ce69aed1fff5ee3718e5ec7195c327471cb0a508) that didn't exist at the time of Circular's writing...