Re: [Wireshark-dev] Fwd: [Wireshark-commits] rev 38172: /trunk/gtk/ /trunk/gtk/: io_stat.c

2011-07-23 Thread Joerg Mayer
On Sat, Jul 23, 2011 at 07:15:09PM +0200, Stig Bj?rlykke wrote: > On Sat, Jul 23, 2011 at 1:37 PM, Anders Broman wrote: > > I'd appreciate review and test of the code as I'm not familiar with the > > drawing primitives. > > The graph is not updated when changing settings or adding new graphs. I

Re: [Wireshark-dev] [Wireshark-commits] rev 35131: /trunk/epan/ /trunk/epan/: strutil.c

2011-07-23 Thread Stig Bjørlykke
On Mon, Dec 6, 2010 at 7:30 PM, wrote: > Log: >  Change format_text() and format_text_wsp() to use g_unichar_isprint() for >  UTF-8 support instead of isprint().  This allows the middle packet details >  pane to display UTF-8 strings instead of escaping them with \xxx notation. In the attached c

Re: [Wireshark-dev] thsark crashes with lua script

2011-07-23 Thread Tony Trinh
The problem is with LuaSocket or with the way you're using it. The backtrace shows that the segfault is occurring in LuaSocket (in core.so). Look at your references to socket.core and at LuaSocket's core.c code. If that fails you, ask stackoverflow.com.

Re: [Wireshark-dev] Fwd: [Wireshark-commits] rev 38172: /trunk/gtk/ /trunk/gtk/: io_stat.c

2011-07-23 Thread Stig Bjørlykke
On Sat, Jul 23, 2011 at 1:37 PM, Anders Broman wrote: > I'd appreciate review and test of the code as I'm not familiar with the > drawing primitives. The graph is not updated when changing settings or adding new graphs. -- Stig Bjørlykke

[Wireshark-dev] buildbot failure in Wireshark (development) on Visual-Studio-Code-Analysis

2011-07-23 Thread buildbot-no-reply
The Buildbot has detected a new failure of Visual-Studio-Code-Analysis on Wireshark (development). Full details are available at: http://buildbot.wireshark.org/trunk/builders/Visual-Studio-Code-Analysis/builds/1383 Buildbot URL: http://buildbot.wireshark.org/trunk/ Buildslave for this Build: v

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

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

[Wireshark-dev] buildbot failure in Wireshark (development) on OSX-10.6-x64

2011-07-23 Thread buildbot-no-reply
The Buildbot has detected a new failure of OSX-10.6-x64 on Wireshark (development). Full details are available at: http://buildbot.wireshark.org/trunk/builders/OSX-10.6-x64/builds/3391 Buildbot URL: http://buildbot.wireshark.org/trunk/ Buildslave for this Build: osx-10.6-x64 Build Reason: Bui

[Wireshark-dev] buildbot failure in Wireshark (development) on Windows-7-x64

2011-07-23 Thread buildbot-no-reply
The Buildbot has detected a new failure of Windows-7-x64 on Wireshark (development). Full details are available at: http://buildbot.wireshark.org/trunk/builders/Windows-7-x64/builds/2483 Buildbot URL: http://buildbot.wireshark.org/trunk/ Buildslave for this Build: windows-7-x64 Build Reason:

[Wireshark-dev] Fwd: [Wireshark-commits] rev 38172: /trunk/gtk/ /trunk/gtk/: io_stat.c

2011-07-23 Thread Anders Broman
Hi, I'd appreciate review and test of the code as I'm not familiar with the drawing primitives. On Widows I had problems replacing gdk_draw_layout() gdk_draw_layout() pango_cairo_create_layout () and pango_cairo_show_layout () (undefined symbols). Perhaps GTK 2.24 is needed? I also wonder if

[Wireshark-dev] thsark crashes with lua script

2011-07-23 Thread Javier Gallart
Hello first of all I hope this is the right list to raise this issue...sorry if it's not...I'm trying to execute an embedded lua script with tshark. The lua script connects to a redis server running in the same in the same machine: This is the relevant part of the lua script code: require("redis"