tcpdumpで特定ホストのIPアドレスとポートを除外する 2021/3/19 未分類 tcpdumpで特定ホストのIPアドレスとポートを除外するフィルタ tcpdump -i eth0 not (tcp and ( host IPアドレス1 or host IPアドレス2 ) and port 22)