packeteer

Crates.iopacketeer
lib.rspacketeer
version0.5.3
sourcesrc
created_at2022-03-12 16:26:31.81661
updated_at2024-07-10 18:24:11.251491
descriptionAn attempt at a Rust library that can be used to assist in programmatically analysing, serving and handling received protocol packets.
homepagehttps://git.colean.cc/threeoh6000/packeteer/
repositoryhttps://git.colean.cc/threeoh6000/packeteer/
max_upload_size
id548815
size54,253
(threeoh6000)

documentation

README

Packeteer

Packeteer is a library that can handle programatically structuring protocol packets as well as generating, constructing from raw, and unpacking depending on the protocol.

Supported protocols

  • HTTP/1.x
  • Gemini
  • FTP
  • DNS

What Packeteer is not

  • a TCP/UDP stream handling library
  • a server
  • a protocol client
  • the only way to do this, probably
Commit count: 0

cargo fmt