• Home
  • Systems
  • Networking
  • WordPress
  • Web
  • Geekery

Analysis and Review

How to Filter Port and IP Range in Wireshark

December 9, 2010 by Kurt Turner

Yesterday I was working in wireshark and got tired of sifting through the packet capture for the port and range of IP addresses in question. The built in filters in wireshark doesn’t list an example of this very much needed function that I know I’ll often need, so it’s posted here for future reference.

  • http and (ip.addr <= 10.80.211.142 and ip.addr >= 10.80.211.140)
  • tcp.port == 80 and (ip.addr <= 10.80.211.142 and ip.addr >= 10.80.211.140)

The above will filter out all packets with an ip address between 10.80.211.140 and 142 with a TCP port of 80.

Filed Under: Networking Tagged With: How to Filter Port and IP Range in Wireshark, ip address, packet capture, range, wireshark

Latest and Greatest

Apache vs Nginx for WordPress

Certbot Lets Encrypt And WordPress MU Multi-Site

How To Find and Replace Multiple File in MS Word

How To Get Stretch Res on Windows 10 AMD Radeon For Game Play

This is the ASUS Chromebox we've been running for 2 years as our "brain" for our home grown digital display kiosk.

DIY Digital Signage Bulletin Board or Kiosk

© Copyright Analysis And Review · All Rights Reserved ·