2007/12/11, Shuky Limony <[EMAIL PROTECTED]>:
> Is there a way to set a display filter for only odd packets number in a
> range?
> e.g.  between Packet  401 and 499 - result as packets  401,403,405......499

What about this?

"frame.number > 400 && frame.number < 500 && frame.number & 1"


-- 
Stig Bjørlykke
_______________________________________________
Wireshark-users mailing list
Wireshark-users@wireshark.org
http://www.wireshark.org/mailman/listinfo/wireshark-users

Reply via email to