Ethereal-dev: Re: [Ethereal-dev] Bitwise operators

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

From: "Olivier Biot" <ethereal@xxxxxxxxxx>
Date: Tue, 17 Feb 2004 20:49:01 +0100
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 :)