#packet #cli #security #networking

app pdump

跨平台数据包捕获工具

3 个版本

0.2.2 2023年7月16日
0.2.1 2023年7月14日
0.2.0 2023年6月3日

165#packet

每月22 次下载

MIT 许可证

36KB
946 代码行

pdump

使用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)

依赖关系

~6–33MB
~461K SLoC