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