Network Analysis Using Wireshark 2 Cookbook(Second Edition)
上QQ阅读APP看书,第一时间看更新

TCP and UDP port number display filters

For TCP or UDP port numbers, use the following display filters:

  • tcp.port == <value> or udp.port == <value> for specific TCP or UDP ports (source or destination)
  • tcp.dstport == <value> or udp.dstport == <value> for specific TCP or UDP destination ports
  • tcp.srcport == <value> or udp.srcport == <value> for specific TCP or UDP destination ports