snoop 1.0.0

snoop packet format parser reader and writer
Documentation
snoop-1.0.0 has been yanked.

snoop

snoop file format for rust

snoop is a rust library to parse, read and write files in snoop format.

License

For more details:

format

  • only the snoop format to implement your own reader or writer

parse

  • parser to parse bytes in snoop format

read

  • read from a reader like a file or a buf
  • read form a reader as stream an block until eof appears

write

  • write to a writer like a file or a buf