와이어샤크 필더 예제(퍼온곳)
퍼온곳 : http://wiki.wireshark.org/CaptureFilters#Examples Capture filter is not a display filter Capture filters (like tcp port 80) are not to be confused with display filters (like tcp.port == 80). The former are much more limited and are used to reduce the size of a raw packet capture. The latter are used to hide some packets from the packet list. Capture …