Re: [Wireshark-dev] [Wireshark-commits] rev 39280: /trunk/ /trunk/epan/dissectors/: packet-ipv6.c /trunk/docbook/: release-notes.xml /trunk/epan/: geoip_db.c geoip_db.h libwireshark.def /trunk/gtk/: h

2011-10-05 Thread Stig Bjørlykke
On Thu, Oct 6, 2011 at 12:27 AM, wrote: >  Add GeoIP IPv6 database support. Tested with GeoIP 1.4.7, but older >  versions *should* be supported. My GeoIP 1.4.7 does not have GEOIP_NETSPEED_EDITION_V6, but it does have all the others. -- Stig Bjørlykke

Re: [Wireshark-dev] Can g_warning() be removed from gtk/main_menubar.c

2011-10-05 Thread Anders Broman
Stephen Fisher skrev 2011-10-06 00:09: Can the calls to g_warning() be removed from gtk/main_menubar.c? I noticed it when I go to View -> Time Display Format -> Millseconds when it was on Automatic before. There are more cases of the g_warning(), which were presumably for testing when the UI

[Wireshark-dev] Recursive Heuristic Dissectors calls

2011-10-05 Thread Alex Lindberg
I have a custom protocol that uses a well know TCP port and a such have connected a heuristic dissector to tcp. My dissector works fine if there is only my custom protocol in the packet, but I have run into a case where the first part of the packet has several groups of my protocol, but at the

[Wireshark-dev] Can g_warning() be removed from gtk/main_menubar.c

2011-10-05 Thread Stephen Fisher
Can the calls to g_warning() be removed from gtk/main_menubar.c? I noticed it when I go to View -> Time Display Format -> Millseconds when it was on Automatic before. There are more cases of the g_warning(), which were presumably for testing when the UI manager code was being created. ___

Re: [Wireshark-dev] core dump on starting wireshark (latest SVN update 39266?)

2011-10-05 Thread Stephen Fisher
On Wed, Oct 05, 2011 at 10:07:36PM +0200, Kaul wrote: > I'm on #39276. Something tells me that until I delete the prefs., it's > not going to go away :( Do a "mv ~/.wireshark/preferences ~/.wireshark/preferences.old" and see if it works fine after that. If so, sharing your preferences.old file

Re: [Wireshark-dev] core dump on starting wireshark (latest SVN update 39266?)

2011-10-05 Thread Kaul
On Wed, Oct 5, 2011 at 4:25 PM, Bill Meier wrote: > On 10/5/2011 4:57 AM, Kaul wrote: > > >> It worked before the massive updates of last night (which I'm not sure >> unrelated). It's a bit more difficult to dissect in SVN, so hopefully >> someone has a clue what went wrong. >> Y. >> >> > Wiresha

Re: [Wireshark-dev] Replace TRUE/FALSE with proper ENC_* in proto_tree_add_item() using a script.

2011-10-05 Thread Anders Broman
Chris Maynard skrev 2011-10-05 20:36: Bill Meier writes: In this case, given the specifics, I found it fairly simple to do what I needed in Perl. Should these functions be modified to take an encoding argument instead of a little_endian argument, then the Perl script run on them as well to co

Re: [Wireshark-dev] Replace TRUE/FALSE with proper ENC_* in proto_tree_add_item() using a script.

2011-10-05 Thread Chris Maynard
Bill Meier writes: > In this case, given the specifics, I found it fairly simple to do what I > needed in Perl. Should these functions be modified to take an encoding argument instead of a little_endian argument, then the Perl script run on them as well to convert TRUE/FALSE to ENC_LITTLE_ENDIA

Re: [Wireshark-dev] core dump on starting wireshark (latest SVN update 39266?)

2011-10-05 Thread Bill Meier
On 10/5/2011 4:57 AM, Kaul wrote: It worked before the massive updates of last night (which I'm not sure unrelated). It's a bit more difficult to dissect in SVN, so hopefully someone has a clue what went wrong. Y. Wireshark (SVN #39269) works OK on my Windows and Fedora 32-bit systems. Are

Re: [Wireshark-dev] core dump on starting wireshark (latest SVN update 39266?)

2011-10-05 Thread Jeff Morriss
Kaul wrote: (gdb) bt #0 0x00316b8482a0 in g_markup_escape_text () from /lib64/libglib-2.0.so.0 #1 0x004629b6 in welcome_filename_link_new (menu_item=0x1a04d30, label=read_sleb128: Corrupted DWARF expression. ) at main_welcome.c:626 #2 main_welcome_add_recent_capture_file (widget

[Wireshark-dev] core dump on starting wireshark (latest SVN update 39266?)

2011-10-05 Thread Kaul
(gdb) bt #0 0x00316b8482a0 in g_markup_escape_text () from /lib64/libglib-2.0.so.0 #1 0x004629b6 in welcome_filename_link_new (menu_item=0x1a04d30, label=read_sleb128: Corrupted DWARF expression. ) at main_welcome.c:626 #2 main_welcome_add_recent_capture_file (widget_cf_name=0x185e90

Re: [Wireshark-dev] Building with libtool /epan

2011-10-05 Thread Marcel Haas
Thx Jeff .. it works..im happy :) I run ./autogen ./configure and make and it finally works Thx a lot buddy u made my day ;) On Tue, 04 Oct 2011 09:24:17 -0400, Jeff Morriss wrote: Marcel Haas wrote: Hmm Nope.. the makefile will work without any error but at libwireshark.la "libdir=" is no e

Re: [Wireshark-dev] Building with libtool /epan

2011-10-05 Thread Marcel Haas
Yep, but i dont have a version checked out by SVN. I dl the source code.. so i have directly a Makefile.in On Tue, 04 Oct 2011 09:24:17 -0400, Jeff Morriss wrote: Marcel Haas wrote: Hmm Nope.. the makefile will work without any error but at libwireshark.la "libdir=" is no entry and i guess