| Crates.io | pdump |
| lib.rs | pdump |
| version | 0.2.2 |
| created_at | 2023-06-03 09:40:30.661028+00 |
| updated_at | 2023-07-16 07:58:48.827033+00 |
| description | Cross-platform packet capture tool |
| homepage | |
| repository | https://github.com/shellrow/pdump |
| max_upload_size | |
| id | 881514 |
| size | 62,312 |
Simple packet capture tool written in rust.
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 <name> Specify network interface by name
-H, --host <ip_addr> Source or destination host
-P, --port <port> Source or destination port
-S, --src <src_ip_or_port> Source IP or Port
-D, --dst <dst_ip_or_port> Destination IP or Port
-p, --protocol <protocols> Protocol Filter. Can be specified as comma separated
-d, --duration <duration> Set time limit (duration)