Comment # 3
on bug 10177
from Guy Harris
(In reply to comment #2)
> You should change your capture filter
...to a filter such as
udp port 5555 or (ip[6:2] & 0x1fff) != 0
which matches either the first fragment of a UDP packet to or from port 5555
*OR* a fragment other than the first fragment of an IPv4 packet. This might
capture more packets than you'd like, as it'll capture fragments of packets
*other* than packets to port 5555, but UDP fragmentation is *probably* rare
enough that this won't be a problem or, at least, won't be a significant
problem.
You are receiving this mail because:
- You are watching all bug changes.