#packet-parser #packet #parser #librpp

yanked lrpp

A Rust library for network packet parsing

3 releases

0.1.2 Aug 16, 2022
0.1.1 Aug 16, 2022
0.1.0 Aug 16, 2022

#66 in #packet-parser

43 downloads per month

MIT license

39KB
838 lines

Introduction

librpp is a Rust packet parsing-only library. It does not provide any means for capturing the packets.

All bytes must be in network byte order.

Supported Protocols

  • DNS

Dependencies

~1.5MB
~35K SLoC