单项选择题

在wireshark软件中,为使数据报文列表中仅显示目录端口在128至1024之间且数据包长度为128(包含udp头部信息)的udp包,则使用的显示过滤器为()

A.udp.dstport >=129Udp.dstport < =1024&&udp.length ==128
B.udp.dstport >=129&&udp.dstport < =1024Udp.leng ==128
C.udp.dstport >=129&&udp.dstport < =1024&&udp.length eq 128
D.udp.port >=129&&udp.port < =1024&&udp.length eq 128