For example, I want to locate all ports used between 1 - 1024 without manually crawling through a 780 packet trace.
You can use an expression like this as a filter:
tcp.port >= 1 && tcp.port <= 1024