Are there objections to adding support for bitwise AND to the display filter language? If not, I'd like to avoid using '&' as this seems to confuse GTK, so is 'bitwise_and' an appropriate name?
Regards, Olivier ----- Original Message ----- From: Olivier Biot | Here's a first attempt at adding bitwise AND and bitwise OR (the | latter doesn't really make sense in a boolean evaluation, I know). | Please note that the GTK code complains about "&" as it expects this | to be part of a valid character entity (which it isn't). | | Have fun and comment :) _______________________________________________ Ethereal-dev mailing list [EMAIL PROTECTED] http://www.ethereal.com/mailman/listinfo/ethereal-dev
