1.sudo /usr/sbin/tcpdump -i eth1 -n port 7999
2.sudo /usr/sbin/tcpdump -i any -X -n -s0 port 7999
3.sudo /usr/sbin/tcpdump -i any -X -n -s0 dst port 7999 and ip[39]==0 and ip[40]==2
最后的 ip[39]==0 and ip[40]==0是過濾條件,含義為,從ip頭開始算起的第39個字節為十進制0,第40個字節為十進制2