Re: [Wireshark-dev] How to dissect bit information

2006-12-18 Thread Anders Broman \(AL/EAB\)
, digit_str); BR Anders From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Anders Broman (AL/EAB) Sent: den 18 december 2006 16:54 To: Developer support list for Wireshark Subject: SV: [Wireshark-dev] How to dissect bit information Hi, The value used

Re: [Wireshark-dev] How to dissect bit information

2006-12-18 Thread Anders Broman \(AL/EAB\)
2-18 08:09 Till: [EMAIL PROTECTED]; [EMAIL PROTECTED]; wireshark-dev@wireshark.org Ämne: [Wireshark-dev] How to dissect bit information Hi Anders/ Steve , This is with regards to the mail posted by vikash "How to dissect bit information". As you have suggested we can get the desired

[Wireshark-dev] How to dissect bit information

2006-12-18 Thread taraniteja.vishwanatha
Hi Anders/ Steve , This is with regards to the mail posted by vikash "How to dissect bit information". As you have suggested we can get the desired bit/bits by masking the remaining bits.But the problem we are facing is there is a set of values assosiated with each bit / bits.In Wireshark, t

Re: [Wireshark-dev] How to dissect bit information??

2006-12-15 Thread Stephen Fisher
On Fri, Dec 15, 2006 at 01:47:32PM +0530, [EMAIL PROTECTED] wrote: > Could you also explain in detail about the RANGE_STRING Have you checked doc/README.developer for the range_string information? It is just like a value_string, but lets you specify a range of values to map to a string. > and

Re: [Wireshark-dev] How to dissect bit information??

2006-12-15 Thread Anders Broman \(AL/EAB\)
Cc: [EMAIL PROTECTED] Subject: [Wireshark-dev] How to dissect bit information?? Hello , While writing a dissector for my protocol I'm stuck up at a point . The description of my problem is provided below : Suppose my

[Wireshark-dev] How to dissect bit information??

2006-12-15 Thread jaiswal.vikash
Hello , While writing a dissector for my protocol I'm stuck up at a point . The description of my problem is provided below : Suppose my packet is like : __ | 7 | 6 | 5 | 4 |3