Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 23374: /trunk/epan/ftypes/ /trunk/epan/ftypes/: ftype-by

Date: Tue, 06 Nov 2007 08:47:01 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=23374

User: guy
Date: 2007/11/06 08:47 AM

Log:
 The "bitwise AND" display filter operator is supposed to evaluate to
 TRUE if the result of the operation has any bit set; that means that the
 test should stop and return TRUE as soon as it finds two bytes that when
 ANDed together are non-zero, and return FALSE if no such byte was found.
 
 The other test functions don't have "_bytes" in the routine name; don't
 put it into this one.

Directory: /trunk/epan/ftypes/
  Changes    Path             Action
  +10 -9     ftype-bytes.c    Modified