命令如下:
tcpdump -s 0 -l -w - dst 192.168.244.10 and port 3306 -i eno16777736 |strings
其中-i指定監聽的網絡接口,在RHEL 7下,網絡接口名不再是之前的eth0,而是 eno16777736。
在RHEL 5&6下,可直接不帶-i參數,因為它默認是eth0。在RHEL 7下,如果不用-i參數指定網絡接口,則會報如下錯誤:
tcpdump: Bluetooth link-layer type filtering not implemented