在wireshark软件中,为使数据报文列表中仅显示目录端口在128至1024之间且数据包长度为128(包含u...
A.udp.dstport >=129‖Udp.dstport < =1024&&udp.length ==128
B.udp.dstport >=129&&udp.dstport < =1024‖Udp.leng ==128
C.udp.dstport >=129&&udp.dstport < =1024&&udp.length eq 128
D.udp.port >=129&&udp.port < =1024&&udp.length eq 128