A protocol packet structuring library for Rust.
Find a file
2024-07-10 19:23:58 +01:00
src clean up repo a bit and fix #1 2024-01-15 15:11:12 +00:00
.gitignore add all the stuff! 2022-03-12 16:16:42 +00:00
Cargo.toml relicence to EUPL 2024-07-10 19:23:58 +01:00
LICENCE relicence to EUPL 2024-07-10 19:23:58 +01:00
README.md cleanup readme 2024-01-15 23:23:15 +00:00

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