Ethereal-dev: Re: [Ethereal-dev] dfilter bytes cleanup

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

From: Gilbert Ramirez <gram@xxxxxxxxxx>
Date: Fri, 22 Dec 2000 06:06:08 -0600
On Fri, 22 Dec 2000 03:09:37 -0500 (EST)
Ed Warnicke <hagbard@xxxxxxxxxxxxxxxxxxx> wrote:

> Here's a patch which should clean up the way the dfilter code handles 
> FT_BYTES.  I've fixed the FT_BYTES types so that one can filter on 
> them without the range operators.  I've also added code to the 
> gtk/main.c to allow "Match Selected" to work for FT_BYTES.  This entailed 
> creating a bytes_to_str_punct in strutil.c ( in the spirit of the 
> ether_to_str_punct in packet.c).  I also adjusted the bytes_to_str 
> to call bytes_to_str in the same way that ether_to_str calls 
> ether_str_punct (but with no changes in expected behavior).  
> 
> I'd appreciate it if someone would look over the patch changes and then 
> check them in if they look ok.
> 
> Ed
> 
> P.S. Reduce/Reduce conflicts suck.
> 

Thanks. Checked in.

--gilbert