Re: [Wireshark-users] question about fancy DHCP display filtering

2007-05-15 Thread Guy Harris
Stefan Puiu wrote: Is it possible (with this wireshark version) to specify a filter along the lines of all packets that carry option x with value y? As far as I can tell, all I can currently specify is one packet that has one option type x and one option with value y, but not the same.

Re: [Wireshark-users] question about fancy DHCP display filtering

2007-05-15 Thread Sake Blok
On Tue, May 15, 2007 at 09:51:20AM -0700, Guy Harris wrote: Stefan Puiu wrote: Is it possible (with this wireshark version) to specify a filter along the lines of all packets that carry option x with value y? As far as I can tell, all I can currently specify is one packet that has

Re: [Wireshark-users] question about fancy DHCP display filtering

2007-05-15 Thread Stefan Puiu
Sake Blok [EMAIL PROTECTED] writes: Sounds like something to add as feature-request on bugzilla? I would certainly say it would be useful. bootp.option.type == 53 bootp.option.value == 01 bootp.option.type == 55 bootp.option.value == 01:03:3a:3b This line was quite useful, since it has an

Re: [Wireshark-users] question about fancy DHCP display filtering

2007-05-15 Thread Stephen Fisher
On Tue, May 15, 2007 at 05:37:18PM +, Stefan Puiu wrote: Thanks for confirming that. Then I've another question: how can I look for all DHCP packets where there is an option with value '0x3058' (in hex), for example? I can't seem to grasp how the bootp.options.value == filter is