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
- Host: GitHub
- URL: https://github.com/shellrow/pdump
- Owner: shellrow
- License: mit
- Created: 2021-04-23T16:24:18.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-07-16T08:19:45.000Z (almost 3 years ago)
- Last Synced: 2025-04-20T00:53:26.671Z (about 1 year ago)
- Topics: cli, network-programming, packet-capture, rust
- Language: Rust
- Homepage:
- Size: 37.1 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
```