Re: [Wireshark-dev] Rename "Filter Expressions" to "Filter Buttons"

2013-02-06 Thread Anders Broman
Jaap Keuter skrev 2013-02-06 23:12: On 02/06/2013 09:21 AM, Anders Broman wrote: -Original Message- From: wireshark-dev-boun...@wireshark.org [mailto:wireshark-dev-boun...@wireshark.org] On Behalf Of Jaap Keuter Sent: den 6 februari 2013 08:05 To: Developer support list for Wireshar

Re: [Wireshark-dev] Rename "Filter Expressions" to "Filter Buttons"

2013-02-06 Thread Gerald Combs
On 2/6/13 2:12 PM, Jaap Keuter wrote: > The accessibility is not in question. It's the two seperate 'collections' of > display filters, accessible through different means, that make it > inconsistent. We could change the [cd]filter format to CSV and leverage the UAT code to parse it. This would m

Re: [Wireshark-dev] Get_cpu_info on platforms other than Windows?

2013-02-06 Thread Anders Broman
Guy Harris skrev 2013-02-06 22:52: On Feb 6, 2013, at 1:05 PM, Bálint Réczey wrote: Why do we need to show system information in Wireshark which is available in system specific tools which are better suited for this task? It *might* be interesting for performance questions if 1) the

Re: [Wireshark-dev] how correct add to tree reassebled data?

2013-02-06 Thread Jaap Keuter
On 02/06/2013 01:08 PM, Ilya Shvetsov wrote: > Hi, there. > > Thank you guys for greate product. > > I successuly wrote my dissector and few days ago found failure in it. > > I have next situatioin: > I dissect last packet in some sequence and get new tvbuffer from > > process_reassembled_da

Re: [Wireshark-dev] Rename "Filter Expressions" to "Filter Buttons"

2013-02-06 Thread Jaap Keuter
On 02/06/2013 09:21 AM, Anders Broman wrote: > > > -Original Message- > From: wireshark-dev-boun...@wireshark.org > [mailto:wireshark-dev-boun...@wireshark.org] On Behalf Of Jaap Keuter > Sent: den 6 februari 2013 08:05 > To: Developer support list for Wireshark > Subject: Re: [Wireshar

Re: [Wireshark-dev] Get_cpu_info on platforms other than Windows?

2013-02-06 Thread Guy Harris
On Feb 6, 2013, at 12:13 PM, Guy Harris wrote: > Whether an asm would work would depend more on the compiler than on the OS; ...but, then again, maybe the OS has already done all the heavy lifting for you: $ uname -sr Darwin 12.2.1 $ sysctl machdep.cpu.brand_string

Re: [Wireshark-dev] Get_cpu_info on platforms other than Windows?

2013-02-06 Thread Guy Harris
On Feb 6, 2013, at 1:05 PM, Bálint Réczey wrote: > Why do we need to show system information in Wireshark which is > available in system specific tools which are better suited for this > task? It *might* be interesting for performance questions if 1) the user submits a bug and provides

Re: [Wireshark-dev] Get_cpu_info on platforms other than Windows?

2013-02-06 Thread Bálint Réczey
Why do we need to show system information in Wireshark which is available in system specific tools which are better suited for this task? Cheers, Balint 2013/2/6 Anders Broman : > Hi, > The included patch works on Ubuntu 64 bits but I guess it needs to be > protected with more #if defined on say

Re: [Wireshark-dev] Get_cpu_info on platforms other than Windows?

2013-02-06 Thread Guy Harris
On Feb 6, 2013, at 12:13 PM, Guy Harris wrote: > Note also that the CPUID instruction first showed up on the 486; Wireshark > might not run very well on a 386 box, but we should at least arrange not to > crash with an illegal instruction fault. And here's Intel's documentation on how to do it

Re: [Wireshark-dev] Get_cpu_info on platforms other than Windows?

2013-02-06 Thread Guy Harris
On Feb 6, 2013, at 5:13 AM, Anders Broman wrote: > The included patch works on Ubuntu 64 bits but I guess it needs to be > protected with more #if defined on say OSX ppc? Well, obviously, for PPC *and* all other non-x86 CPUs: http://www.debian.org/ports/ http://www.netbsd.org

Re: [Wireshark-dev] Get_cpu_info on platforms other than Windows?

2013-02-06 Thread Dirk Jagdmann
On 06.02.2013 05:13, Anders Broman wrote: Hi, The included patch works on Ubuntu 64 bits but I guess it needs to be protected with more #if defined on say OSX ppc? #if defined(__i386__) || defined(__x86_64__) #if defined(_MSC_VER) // your windows version, compiled by a Microsoft compiler #elif

[Wireshark-dev] protocol dissector: little endian ethernet address

2013-02-06 Thread Mike Ryan
I am working on a protocol dissector for Bluetooth Low Energy. The link layer header includes ethernet addresses, but they are little-endian. Is it possible to have Wireshark display them properly? Here is what I have so far: http://sourceforge.net/p/libbtbb/code/ci/18965c19d5a3c1b495c40fb13

[Wireshark-dev] Get_cpu_info on platforms other than Windows?

2013-02-06 Thread Anders Broman
Hi, The included patch works on Ubuntu 64 bits but I guess it needs to be protected with more #if defined on say OSX ppc? Suggestions? Regards Anders version_info.c.diff Description: version_info.c.diff ___ Sent via:W

[Wireshark-dev] how correct add to tree reassebled data?

2013-02-06 Thread Ilya Shvetsov
Hi, there. Thank you guys for greate product. I successuly wrote my dissector and few days ago found failure in it. I have next situatioin: I dissect last packet in some sequence and get new tvbuffer from process_reassembled_data Next step i do is parsing of this new tvbuffer. I parse it and ad

Re: [Wireshark-dev] Rename "Filter Expressions" to "Filter Buttons"

2013-02-06 Thread Anders Broman
-Original Message- From: wireshark-dev-boun...@wireshark.org [mailto:wireshark-dev-boun...@wireshark.org] On Behalf Of Jaap Keuter Sent: den 6 februari 2013 08:05 To: Developer support list for Wireshark Subject: Re: [Wireshark-dev] Rename "Filter Expressions" to "Filter Buttons" On 02