Re: [Wireshark-dev] Windows buildbot failing on portableapps package

2007-12-05 Thread Maynard, Chris
The Windows buildbot appears to be missing the now required NSIS FindProcDLL plugin. It can be obtained here: http://nsis.sourceforge.net/FindProcDLL_plug-in (or here: http://nsis.sourceforge.net/Find_Process_By_Name). Reference: http://www.wireshark.org/lists/wireshark-dev/200711/msg9.ht

[Wireshark-dev] Windows buildbot failing on portableapps package

2007-12-05 Thread Stephen Fisher
The Windows buildbot is failing on the "create portableapps package" step, which is preventing it from copying over the normal Windows .EXE files over to the /download/automated/win32 web page. They haven't been updated since Dec 3, which is 72 revisions old at the time of this writing :(. Steve

Re: [Wireshark-dev] Help fetching values from a GtkTreeView

2007-12-05 Thread Stephen Fisher
On Thu, Dec 06, 2007 at 12:59:02AM +0100, Stig Bj?rlykke wrote: > As I'm trying to implement the "Apply as Filter" menu in the Protocol > Hierarchy Statistics window, I have a problem storing the > hfinfo->abbrev value in the node and then fetch this in the > select_filter callback. I have no exp

[Wireshark-dev] Help fetching values from a GtkTreeView

2007-12-05 Thread Stig Bjørlykke
Hi. As I'm trying to implement the "Apply as Filter" menu in the Protocol Hierarchy Statistics window, I have a problem storing the hfinfo- >abbrev value in the node and then fetch this in the select_filter callback. I have no experience with Gtk programming, so I need some help here :)

Re: [Wireshark-dev] New dissector for RTMPT

2007-12-05 Thread Jeff Morriss
metatech wrote: > Hello, > > Here is a dissector for the Real Time Messaging Protocol which is used > by the Flash plug-in for the live video streaming with the Adobe Flash > Communication Server. > As a dissector for another protocol named "RTMP" already exists in > Wireshark (AppleTalk proto

Re: [Wireshark-dev] nsis

2007-12-05 Thread Pascal Heude
Follow the link http://www.codeproject.com/KB/IP/custom_dissector.aspxand go to the bottom of the page where there are the FAQ. Look at themessage called "error when creating wireshark installer". I am sure youwill find� a solution to your problem. Pascal bijjou2000 a �crit�: hi i'm a be

[Wireshark-dev] nsis

2007-12-05 Thread bijjou2000
hi i'm a beginner i have tryed to use NSIS to install wireshark within my developed  Dissektor under windows.   but it don't work.   File: "C:\wireshark-win32-libs\vcredist_x86.exe" -> no files found.Usage: File [/nonfatal] [/a] ([/r] [/x filespec [...]] filespec [...] |   / one_file_only)Error

Re: [Wireshark-dev] Fwd: GTK+ 2.12.3 released

2007-12-05 Thread William Meier
> Could one of the Windows developers bump us up to GTK 2.12.3 in the > trunk? It contains a fix for our bug #958: "Graphical Corruption" (GTK+ > bug #144269: "GtkHPaned flickers and leaves widgets in child panels > unr..."). This is a small update to 2.12.2, which was released about a > week ago

Re: [Wireshark-dev] Fwd: GTK+ 2.12.3 released

2007-12-05 Thread Anders Broman
Hi, Now GTK+ 2.12.3 is available :-) Regards Anders -Ursprungligt meddelande- Från: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] För Anders Broman Skickat: den 5 december 2007 13:32 Till: Developer support list for Wireshark Ämne: Re: [Wireshark-dev] Fwd: GTK+ 2.12.3 released Ooops my mist

Re: [Wireshark-dev] [Wireshark-commits] rev 23765: /trunk/plugins/wimax/ /trunk/plugins/wimax/: packet-wmx.c

2007-12-05 Thread Stig Bjørlykke
2007/12/5, Martin Mathieson <[EMAIL PROTECTED]>: > I'm now getting this (reasonable-looking) warning... > > packet-wmx.c:738: warning: 'ap' might be used uninitialized in this function Fixed in r23769. -- Stig Bjørlykke ___ Wireshark-dev mailing list

Re: [Wireshark-dev] [Wireshark-commits] rev 23765: /trunk/plugins/wimax/ /trunk/plugins/wimax/: packet-wmx.c

2007-12-05 Thread Martin Mathieson
On Dec 5, 2007 10:28 AM, <[EMAIL PROTECTED]> wrote: > http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=23765 > > User: guy > Date: 2007/12/05 10:28 AM > > Log: > To generate a session-lifetime string given a format and va_list, use > se_strdup_vprintf(). > > Directory: /trunk/plu

Re: [Wireshark-dev] Fwd: GTK+ 2.12.3 released

2007-12-05 Thread Anders Broman
Ooops my mistake thet was 2.12.2... /Anders -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Anders Broman Sent: den 5 december 2007 13:24 To: Developer support list for Wireshark Subject: Re: [Wireshark-dev] Fwd: GTK+ 2.12.3 released Hi, GTK 2.12.3 is av

Re: [Wireshark-dev] Fwd: GTK+ 2.12.3 released

2007-12-05 Thread Anders Broman
Hi, GTK 2.12.3 is available in trunk since a couple of days ago - run nmake .f makefile.nmake setup... Regards Anders -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stephen Fisher Sent: den 5 december 2007 06:17 To: wireshark-dev@wireshark.org Subject: [

[Wireshark-dev] Fwd: GTK+ 2.12.3 released

2007-12-05 Thread Stephen Fisher
Could one of the Windows developers bump us up to GTK 2.12.3 in the trunk? It contains a fix for our bug #958: "Graphical Corruption" (GTK+ bug #144269: "GtkHPaned flickers and leaves widgets in child panels unr..."). This is a small update to 2.12.2, which was released about a week ago, so if th

Re: [Wireshark-dev] [Wireshark-commits] rev 23761: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-ms-mms.c

2007-12-05 Thread Guy Harris
Martin Mathieson wrote: > Does this mean that the %3s will copy 3 characters into the protocol > name buffer followed by an extra NULL terminator? That's how I read the man page: $ man sscanf ... In addition to these flags, there may be an optional maximum field width, e

Re: [Wireshark-dev] [Wireshark-commits] rev 23761: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-ms-mms.c

2007-12-05 Thread Martin Mathieson
On Dec 5, 2007 9:31 AM, <[EMAIL PROTECTED]> wrote: > http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=23761 > > User: guy > Date: 2007/12/05 09:31 AM > > Log: > Make the "protocol" field big enough to hold the 3-character > null-terminated string that the format item used when sc