An open API service indexing awesome lists of open source software.

https://github.com/shellrow/pdump

Simple packet capture tool written in rust
https://github.com/shellrow/pdump

cli network-programming packet-capture rust

Last synced: 9 months ago
JSON representation

Simple packet capture tool written in rust

Awesome Lists containing this project

README

          

# pdump
Simple packet capture tool written in rust.

## Basic Usage
```
USAGE:
pdump [FLAGS] [OPTIONS]

FLAGS:
-l, --list List network interfaces
-a, --default Start with default settings
-r, --promiscuous Enable promiscuous mode
-h, --help Prints help information
-V, --version Prints version information

OPTIONS:
-i, --interface Specify network interface by name
-H, --host Source or destination host
-P, --port Source or destination port
-S, --src Source IP or Port
-D, --dst Destination IP or Port
-p, --protocol Protocol Filter. Can be specified as comma separated
-d, --duration Set time limit (duration)
```