dpkt
Packet parser
A Python module for fast and simple packet parsing with TCP/IP protocol definitions.
fast, simple packet creation / parsing, with definitions for the basic TCP/IP protocols
1k stars
52 watching
272 forks
Language: Python
last commit: 6 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
rumpkernel/drv-netif-dpdk | A userspace TCP/IP stack that uses DPDK to perform packet I/O. | 196 |
kaitoy/pcap4j | A Java library for capturing and manipulating network packets. | 1,174 |
haskell/attoparsec | A fast parser combinator library for efficient text parsing in network protocols and file formats | 513 |
jarryshaw/pypcapkit | A Python-based comprehensive network packet analysis library | 240 |
trema/pio | A Ruby gem for parsing and generating network packets using a declarative binary format DSL. | 27 |
pachterlab/kb_python | A Python package that provides a unified interface to multiple pre-processing workflows for single-cell RNA-seq data. | 157 |
alecthomas/kong | Tool for parsing complex command-line interfaces into structured Go data | 2,178 |
derek73/python-nameparser | A module that parses human names into individual components | 659 |
alecthomas/pawk | A line processor that provides an alternative to AWK using Python expressions and statements | 516 |
ivoputzer/cli-args-parser-kata | Implementing a CLI arguments parser to process input in various formats | 5 |
dmulyalin/ttp | A template-based text parsing library | 353 |
kurtmckee/feedparser | A Python library for parsing Atom and RSS feeds | 2,000 |
kapetan/dns | A C# library for sending and receiving DNS messages using UDP and TCP. | 417 |
ravi-delia/uclp | An implementation of parsing expression grammars in Common Lisp | 22 |
petitparser/dart-petitparser | A dynamic parser combinator library for Dart. | 460 |