linux 上抓包

 

#tcpdump -i mgmt0 -nn -s0 -v port 8001

 

capture IPv6 ping packets

#tcpdump ip6 -i nic0 -nn -s0 and icmp6

-e, print MAC address

-i, interface

 

Ref

在 Linux 命令行中使用 tcpdump 抓包

 

posted @ 2022-04-20 10:36  mashuai_191  阅读(34)  评论(0编辑  收藏  举报