Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
たとえば、780パケットトレースを手動でクロールせずに、1〜1024の間に使用されるすべてのポートを検索したいとします。
[統計]>[エンドポイント]を表示し、TCPとUDPを表示すると、使用されているポートのリストが表示されます。あなたがそれをする別の方法を持っているなら、私はすべての耳です。
次のような式をフィルターとして使用できます。
tcp.port >= 1 && tcp.port <= 1024