📜  如何使用wireshark - 任何代码示例

📅  最后修改于: 2022-03-11 14:55:45.437000             🧑  作者: Mango

代码示例1
"tcp.port==389" gets you all tcp traffic on that port (LDAP in this case)
"ip.host==192.168.1.30" gets you all ip based traffic to and from that specific host