[Wireshark-dev] Warning/error messages when running Wireshark

2009-05-20 Thread Joerg Mayer
I'm getting a bunch or warnings/errors/criticals when running Wireshark. I find them irritating - could someone with gtk knowledge could look into them please? In there is also a warning message by dumpcap that seems quite unnecessary (useless?) to me - at least when I run wireshark with the "-r" o

Re: [Wireshark-dev] Issues with most usage of GtkFileChooserDialog ?

2009-05-20 Thread Bill Meier
Stephen Fisher wrote: > I'm not that familiar with the differences between the two other than > what the GTK docs say: > > GtkFileChooserDialog - A file chooser dialog, suitable for "File/Open" > or "File/Save" commands > > GtkFileChooserWidget - File chooser widget that can be embedded in othe

[Wireshark-dev] buildbot failure in Wireshark (development) on Windows-XP-Win64

2009-05-20 Thread buildbot-no-reply
The Buildbot has detected a new failure of Windows-XP-Win64 on Wireshark (development). Full details are available at: http://buildbot.wireshark.org/trunk/builders/Windows-XP-Win64/builds/546 Buildbot URL: http://buildbot.wireshark.org/trunk/ Buildslave for this Build: windows-xp-win64 Build R

Re: [Wireshark-dev] Issues with most usage of GtkFileChooserDialog ?

2009-05-20 Thread Stephen Fisher
On Wed, May 20, 2009 at 12:46:29PM -0400, Bill Meier wrote: > A simple example: > You'll now have what I'll call a dead File Chooser dialog window. That > is: clicking on the Cancel or the Open buttons in the Window does > nothing. > (The window is not completely dead: Clicking on the upper ri

Re: [Wireshark-dev] Issues with most usage of GtkFileChooserDialog ?

2009-05-20 Thread Jaap Keuter
Hi, Interesting stuff. Indeed we should look into generalizing this dialog handling. It would be great if we could get it done before the 1.2 branch, but I doubt that. Maybe posting a patch first would be helpful. Thanx, Jaap Sent from my iPhone On 20 mei 2009, at 18:46, Bill Meier wrote:

[Wireshark-dev] buildbot failure in Wireshark (release) on OSX-10.5-ppc

2009-05-20 Thread buildbot-no-reply
The Buildbot has detected a new failure of OSX-10.5-ppc on Wireshark (release). Full details are available at: http://buildbot.wireshark.org/release/builders/OSX-10.5-ppc/builds/9 Buildbot URL: http://buildbot.wireshark.org/release/ Buildslave for this Build: osx-10.5-ppc Build Reason: Build S

Re: [Wireshark-dev] How to call a dissector from the llc dissector?

2009-05-20 Thread Guy Harris
On May 20, 2009, at 2:15 PM, Guy Harris wrote: > > On May 20, 2009, at 5:19 AM, Florian FAVIER wrote: > >> We are now writing a new dissector for the Asterix protocol, > > I assume you mean "ASTERIX protocol": > > http://www.eurocontrol.int/asterix/public/subsite_homepage/homepage.html > >>

Re: [Wireshark-dev] How to call a dissector from the llc dissector?

2009-05-20 Thread Guy Harris
On May 20, 2009, at 5:19 AM, Florian FAVIER wrote: > We are now writing a new dissector for the Asterix protocol, I assume you mean "ASTERIX protocol": http://www.eurocontrol.int/asterix/public/subsite_homepage/homepage.html > and we would like to call it when the LLC dissector is runn

Re: [Wireshark-dev] decoding of the tbcd octet strings in map payloads

2009-05-20 Thread Guy Harris
On May 20, 2009, at 2:39 AM, cco wrote: > I am using ethereal Version 0.10.14-SVN-17749 on linux. Have you tried using a version of Ethereal/Wireshark that isn't several years old, such as Wireshark 1.0.7? Try that and see whether it works better. ___

[Wireshark-dev] Issues with most usage of GtkFileChooserDialog ?

2009-05-20 Thread Bill Meier
AFAIKT there are issues with most usage in Wireshark of GtkFileChooserDialog. This is true for direct usage and indirect usage via file_selection_new(). A simple example: On a *nix system: 1. Do File ! Open and choose a capture file. 2. Enter a bad filter in the filter entry box. 3. Click th

[Wireshark-dev] buildbot failure in Wireshark (development) on Windows-XP-Win64

2009-05-20 Thread buildbot-no-reply
The Buildbot has detected a new failure of Windows-XP-Win64 on Wireshark (development). Full details are available at: http://buildbot.wireshark.org/trunk/builders/Windows-XP-Win64/builds/542 Buildbot URL: http://buildbot.wireshark.org/trunk/ Buildslave for this Build: windows-xp-win64 Build R

Re: [Wireshark-dev] Asn2wrs problem

2009-05-20 Thread Anders Broman
Hi, #.FN_HDR IntraDomainNasNodeSelector/ version/ later Might do the trick. Regards Anders _ Från: wireshark-dev-boun...@wireshark.org [mailto:wireshark-dev-boun...@wireshark.org] För Tapas Chatterjee Skickat: den 20 maj 2009 13:15 Till: wireshark-dev@wireshark.org Ämne: [Wir

[Wireshark-dev] buildbot failure in Wireshark (development) on Windows-XP-Win64

2009-05-20 Thread buildbot-no-reply
The Buildbot has detected a new failure of Windows-XP-Win64 on Wireshark (development). Full details are available at: http://buildbot.wireshark.org/trunk/builders/Windows-XP-Win64/builds/539 Buildbot URL: http://buildbot.wireshark.org/trunk/ Buildslave for this Build: windows-xp-win64 Build R

[Wireshark-dev] How to call a dissector from the llc dissector?

2009-05-20 Thread Florian FAVIER
Hello, We are now writing a new dissector for the Asterix protocol, and we would like to call it when the LLC dissector is running. The condition is when the third byte of LLC is equal to 0x03, we have to call our dissector. We tried this in the dissect_llc function : dissect_llc(tvbuff_t *tv

[Wireshark-dev] Asn2wrs problem

2009-05-20 Thread Tapas Chatterjee
Hi All, I have faced some problem during modifying the dissector body which is generated by Asn2wrs compiler.My problem is as mentioned below. The IE filed description in the .asn file are IntraDomainNasNodeSelector ::= SEQUENCE { version

[Wireshark-dev] adding ipv4 resolution name in a plugin

2009-05-20 Thread yvanmmailbox-web
Hi, I wish to know if it's possible to add ipv4 names in a plugin with the function add_ipv4_name(). Even adding the addr_resolv.h in the list of included headers, I obtain an error at linking (extern symbol unresolved _add_ipv4_name in function ...). I suppose it's because it's not a standard

Re: [Wireshark-dev] Memory usage

2009-05-20 Thread Brian Daniel
Marc, Yes, Jaap is correct. Enabling the /3GB switch mentioned in http://wiki.wireshark.org/KnownBugs/OutOfMemory is what made my WireShark work better with my XP Pro and 4 GB RAM. I can open more of my 512MB capture files OK but others it crashes at around 65%. What the packets are in the packet

[Wireshark-dev] buildbot failure in Wireshark (development) on OSX-10.5-ppc

2009-05-20 Thread buildbot-no-reply
The Buildbot has detected a new failure of OSX-10.5-ppc on Wireshark (development). Full details are available at: http://buildbot.wireshark.org/trunk/builders/OSX-10.5-ppc/builds/1154 Buildbot URL: http://buildbot.wireshark.org/trunk/ Buildslave for this Build: osx-10.5-ppc Build Reason: Bui

[Wireshark-dev] decoding of the tbcd octet strings in map payloads

2009-05-20 Thread cco
hi! I am using ethereal Version 0.10.14-SVN-17749 on linux. tbcds are not correctly shown in ascii (as isdn tel. numbers), at least in map payloads; more specifically the tbcd nibbles: 1010 (*), 1011 (#), 1100 (a), 1101 (b) or 1110 (c) are not correctly "translated" to a textual representation.