Help with packet sniffing and parsing in rust

This page summarizes the projects mentioned and recommended in the original post on /r/rust

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • snoopy

    A highly configurable multi-threaded packet sniffer and parser build in rust-lang. (by kanishkarj)

  • Hi, few years back I did similar toy project. I think you maybe want to write something like this: https://github.com/kanishkarj/snoopy .

  • rustacap

    Project focused on parsing captured packet headers

  • I can not find, the original project, or example, so here is mine: https://github.com/sleepy771/rustacap/blob/master/src/main.rs (it probably does not work, because each of the libraries used has evovlved). Basically it caputred packets on interface using pcap (libpcap) and then parsed them using nom.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • pcap

    Rust language pcap library

  • I can not find, the original project, or example, so here is mine: https://github.com/sleepy771/rustacap/blob/master/src/main.rs (it probably does not work, because each of the libraries used has evovlved). Basically it caputred packets on interface using pcap (libpcap) and then parsed them using nom.

  • nom

    Rust parser combinator framework

  • I can not find, the original project, or example, so here is mine: https://github.com/sleepy771/rustacap/blob/master/src/main.rs (it probably does not work, because each of the libraries used has evovlved). Basically it caputred packets on interface using pcap (libpcap) and then parsed them using nom.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Is this a good way to free up some memory?

    2 projects | /r/rust | 23 Jun 2023
  • Tokenizing

    1 project | /r/learnprogramming | 22 May 2023
  • Something like pydantic but for just strings?

    1 project | /r/learnpython | 21 May 2023
  • Nom: Parser Combinators Library in Rust

    1 project | news.ycombinator.com | 18 Apr 2023
  • Is anyone else kinda done with decompiling assembly?

    1 project | /r/adventofcode | 20 Mar 2023