Ethereal-users: [Ethereal-users] UDP Fragments

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: "Luis Del Pino" <desanlu@xxxxxxxxx>
Date: Sat, 11 Mar 2006 11:34:30 +0000
Hi, I'm Luis del Pino, What filter could I use to capture UDP datagrams and its fragments?

I have this filter "dst 192.168.0.120 and (udp dst port 10005 or udp dst port 10006 or udp dst port 10007)" but it doesn't capture the fragments. I only want capture its fragments and not capture all IP datagrams. i have thought to use the fields, flag and fragment offset in the IP  datagram.

Thanks