[Wireshark-dev] gtk lib not found.

2011-07-14 Thread sagar sg
HI, I am trying to compile my dissector on linux, for that i need to include gtk\lib in my makefile, but i am not able to locate that library i think it does not exist. i did not download it manually as i thought that when we run the make it will download itself as it happened in windows. can

Re: [Wireshark-dev] Please review: Change in UI_MANAGER code to fix GTK_DISABLE_DEPRECATED errors

2011-07-14 Thread Anders Broman
Joerg Mayer skrev 2011-07-14 02:45: Hello, the attached patch fixes most of the remaining errors when compiling with GTK_DISABLE_DEPRECATED. As I really don't have an idea whether that's the way to go I decided to post it here instead of committing. Btw. GtkItemFactory seems to be the core of mo

Re: [Wireshark-dev] Wireshark v1.7.0 build issue with MSVC 2005

2011-07-14 Thread Graham Bloice
On 14/07/2011 05:10, Pradip Biswas wrote: > > > -- > *From:* wsgd > *To:* Developer support list for Wireshark > *Sent:* Thu, July 14, 2011 2:40:15 AM > *Subject:* Re: [Wireshark-dev] Wireshark v1.7.0 build issue with MSV

Re: [Wireshark-dev] Wireshark v1.7.0 build issue with MSVC 2005

2011-07-14 Thread wsgd
Le 14/07/2011 06:10, Pradip Biswas a écrit : *From:* wsgd *To:* Developer support list for Wireshark *Sent:* Thu, July 14, 2011 2:40:15 AM *Subject:* Re: [Wireshark-dev] Wireshark v1.7.0 build issue with MSVC 2005 Le 13

Re: [Wireshark-dev] New GCC, new option required?

2011-07-14 Thread Kaul
- I've also tried to provide fixes for some (until I got both tired and unable to fix those that result from the ASN.1 definitions) in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5858. - CLANG static analyzer was also quite helpful in finding issues. It just takes hours to compile wireshark

Re: [Wireshark-dev] Wireshark v1.7.0 build issue with MSVC 2005

2011-07-14 Thread wsgd
Le 14/07/2011 11:39, Graham Bloice a écrit : On 14/07/2011 05:10, Pradip Biswas wrote: *From:* wsgd *To:* Developer support list for Wireshark *Sent:* Thu, July 14, 2011 2:40:15 AM *Subject:* Re: [Wireshark-dev] Wiresha

Re: [Wireshark-dev] gtk lib not found.

2011-07-14 Thread Joerg Mayer
On Thu, Jul 14, 2011 at 12:43:45PM +0530, sagar sg wrote: > I am trying to compile my dissector on linux, for that i need to include > gtk\lib in my makefile, but i am not able to locate that library i think it > does not exist. i did not download it manually as i thought that when we run > th

[Wireshark-dev] Fix the last non-gtkitemfactory stuff for use with -DGTK_DISABLE_DEPRECATED.

2011-07-14 Thread Anders Broman
Hi, I'm inclined to #if 0 out proto_help.c and let the ones that supplied the code fix it. gtk/proto_help.c:79:16: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token gtk/proto_help.c:166:2: error: ‘g_ph_menu_factory’ undeclared (first use in this function) gtk/proto_h

Re: [Wireshark-dev] Wireshark v1.7.0 build issue with MSVC 2005

2011-07-14 Thread wsgd
Le 14/07/2011 13:38, wsgd a écrit : Le 14/07/2011 11:39, Graham Bloice a écrit : On 14/07/2011 05:10, Pradip Biswas wrote: *From:* wsgd *To:* Developer support list for Wireshark *Sent:* Thu, July 14, 2011 2:40:15 AM *

Re: [Wireshark-dev] Fix the last non-gtkitemfactory stuff for use with -DGTK_DISABLE_DEPRECATED.

2011-07-14 Thread Joerg Mayer
On Thu, Jul 14, 2011 at 01:51:15PM +0200, Anders Broman wrote: > I'm inclined to #if 0 out proto_help.c and let the ones that supplied > the code fix it. Personally I don't mind - it's 1.7 and thus we are free to disable features for a while.Is the sep_entry variable stuff in menus.c easy to fix

Re: [Wireshark-dev] Wireshark v1.7.0 build issue with MSVC 2005

2011-07-14 Thread Graham Bloice
On 14/07/2011 12:38, wsgd wrote: > Le 14/07/2011 11:39, Graham Bloice a écrit : >> On 14/07/2011 05:10, Pradip Biswas wrote: >>> >>> >>> -- >>> *From:* wsgd >>> *To:* Developer support list for Wireshark >>> *Sent:* Thu,

Re: [Wireshark-dev] Fix the last non-gtkitemfactory stuff for use with -DGTK_DISABLE_DEPRECATED.

2011-07-14 Thread Michael Tüxen
On Jul 14, 2011, at 1:51 PM, Anders Broman wrote: > Hi, > I'm inclined to #if 0 out proto_help.c and let the ones that supplied the > code fix it. What about pinging them? Not sure they follow this discussion? Best regards Michael > > gtk/proto_help.c:79:16: error: expected ‘=’, ‘,’, ‘;’, ‘asm’

Re: [Wireshark-dev] Fix the last non-gtkitemfactory stuff for use with -DGTK_DISABLE_DEPRECATED.

2011-07-14 Thread Anders Broman
Joerg Mayer skrev 2011-07-14 14:09: On Thu, Jul 14, 2011 at 01:51:15PM +0200, Anders Broman wrote: I'm inclined to #if 0 out proto_help.c and let the ones that supplied the code fix it. Personally I don't mind - it's 1.7 and thus we are free to disable features for a while.Is the sep_entry vari

Re: [Wireshark-dev] Wireshark v1.7.0 build issue with MSVC 2005

2011-07-14 Thread wsgd
Le 14/07/2011 14:10, Graham Bloice a écrit : On 14/07/2011 12:38, wsgd wrote: Le 14/07/2011 11:39, Graham Bloice a écrit : On 14/07/2011 05:10, Pradip Biswas wrote: *From:* wsgd *To:* Developer support list for Wiresha

Re: [Wireshark-dev] New GCC, new option required?

2011-07-14 Thread Stephen Fisher
On Thu, Jul 14, 2011 at 01:40:09PM +0300, Kaul wrote: > - CLANG static analyzer was also quite helpful in finding issues. It > just takes hours to compile wireshark with it. Did you see that Gerald has an automated build that dumps clang output here: http://www.wireshark.org/download/automated/

[Wireshark-dev] Wireshark 1.2 win64 setup : missing WpdPack_4_1_1.zip

2011-07-14 Thread wsgd
Hello, Wireshark 1.2 Win7 64 bits "Nmake -f Makefile.nmake setup" fails on : ** WpdPack_4_1_1.zip ** No HTTP proxy specified (http_proxy and HTTP_PROXY are empty). Downloading WpdPack_4_1_1.zip into Q:\wireshark\dev\libs\WIRESH~1.2, installing into . --2011-07-13 22:55:11-- http://a

Re: [Wireshark-dev] gtk lib not found.

2011-07-14 Thread Stephen Fisher
On Thu, Jul 14, 2011 at 12:43:45PM +0530, sagar sg wrote: > I am trying to compile my dissector on linux, for that i need to > include gtk\lib in my makefile, Dissectors shouldn't use GTK functions. What are you trying to accomplish?

Re: [Wireshark-dev] Wireshark v1.7.0 build issue with MSVC 2005

2011-07-14 Thread Pradip Biswas
I just copied ml.exe from another system - the build succeeded. Not sure why my MSVC installation did not have ml.exe though. I did not have to install either the PSDK or the VC Redistributable. Thanks for all your help. Regards, Pradip On 7/14/2011 8:18 PM, wsgd wrote: Le 14/07/2011 14:10,

Re: [Wireshark-dev] [Wireshark-bugs] [Bug 2629] UTC Timestamp display

2011-07-14 Thread Stephen Fisher
What about changing the View -> Time Display Format menu from: Date and time of day: 1970-01-01 01:02:03.123456 Time of Day: 01:02:03.123456 Seconds Since Epoch (1970-01-01): 1234567890.123456 Seconds Since Beginning of Capture: 123.123456 Seconds Since Previous Captured Packet: 1.123456

Re: [Wireshark-dev] [Wireshark-bugs] [Bug 2629] UTC Timestamp display

2011-07-14 Thread Jakub Zawadzki
On Thu, Jul 14, 2011 at 10:22:58AM -0600, Stephen Fisher wrote: > To something like this? > > Date and time of day (Local): 1970-01-01 01:02:03.123456 > Date and time of day (UTC): 1970-01-01 01:02:03.123456 > Time of Day (Local): 01:02:03.123456 > Time of Day (UTC): 01:02:03.123456 Well

Re: [Wireshark-dev] [Wireshark-commits] rev 37913: /trunk/gtk/ /trunk/gtk/: main.c main_welcome.c main_welcome.h

2011-07-14 Thread Stephen Fisher
The commit below (r37913) reverted r37749, which says "Make it possible to copy stuff from the welcome header" (http://anonsvn.wireshark.org/viewvc?view=revision&revision=37749). Was this unintentional and can we add it back? On Wed, Jul 06, 2011 at 09:17:12AM +, tue...@wireshark.org wrote

Re: [Wireshark-dev] [Wireshark-commits] rev 37913: /trunk/gtk/ /trunk/gtk/: main.c main_welcome.c main_welcome.h

2011-07-14 Thread Michael Tüxen
On Jul 14, 2011, at 6:42 PM, Stephen Fisher wrote: > The commit below (r37913) reverted r37749, which says "Make it possible > to copy stuff from the welcome header" > (http://anonsvn.wireshark.org/viewvc?view=revision&revision=37749). Was > this unintentional and can we add it back? This was

[Wireshark-dev] Problem with recommended Makefile.nmake

2011-07-14 Thread eymanm
While building a plugin on Windows with Wireshark 1.6.0, I'm trying to follow directions provided in README.plugins. With the recommended content of \plugins\myudp\Makefile.nmake (attachment Recommended_Makefile.nmake) I'm getting compilation errors as shown in attachment CompilationErrors.txt. How

Re: [Wireshark-dev] Problem with recommended Makefile.nmake

2011-07-14 Thread Ed Beroset
eymanm wrote: >While building a plugin on Windows with Wireshark 1.6.0, I'm trying to >follow directions provided in README.plugins. With the recommended content >of \plugins\myudp\Makefile.nmake (attachment Recommended_Makefile.nmake) I'm >getting compilation errors as shown in attachment Compilat

[Wireshark-dev] How to best register dissector for ethernet encapsulated packet (regarding comments in patch in bug 6017)

2011-07-14 Thread Leonard Tracy (letracy)
Hi All, I'm working on finishing up development of a dissector. The protocol uses an Ethernet in Ethernet encapsulation format where the outer header uses hierarchical source and destination mac addresses, there is then a special ethertype and some info in a TAG (DTAG). If I only register

Re: [Wireshark-dev] Problem with recommended Makefile.nmake

2011-07-14 Thread Guy Harris
On Jul 14, 2011, at 11:00 AM, Ed Beroset wrote: > The error messages say: > packet-myudp.c(90) : error C2220: warning treated as error - no 'object' file > generated What the errors mean: > packet-myudp.c(90) : warning C4554: '<<' : check operator precedence for > possible error; use parenthe

[Wireshark-dev] Presenting WireViz

2011-07-14 Thread Jakub Zawadzki
Hi list, As part of my GSoC project I'm writting WireViz plugin. It's building graph (using Graphviz) based on the conversation list. Some screenshots: http://darkjames.pl/tmp/wireviz-1.png http://darkjames.pl/tmp/wireviz-2.png http://darkjames.pl/tmp/wireviz-3.png You can zoom in/out, move g

Re: [Wireshark-dev] Presenting WireViz

2011-07-14 Thread Guy Harris
On Jul 14, 2011, at 12:31 PM, Jakub Zawadzki wrote: > As part of my GSoC project I'm writting WireViz plugin. > > It's building graph (using Graphviz) based on the conversation list. > Some screenshots: > http://darkjames.pl/tmp/wireviz-1.png "Forbidden You don't have permission to access /tmp

Re: [Wireshark-dev] Presenting WireViz

2011-07-14 Thread Jakub Zawadzki
On Thu, Jul 14, 2011 at 12:52:48PM -0700, Guy Harris wrote: > "Forbidden > > You don't have permission to access /tmp/wireviz-1.png on this server." Sorry, It should work now. ___ Sent via:Wireshark-dev mailing list Arch

[Wireshark-dev] proto_help.c

2011-07-14 Thread Anders Broman
Hi, protocol_help. has been disabled in the new UIManager based code as it uses the deprecated GtkItemFactory methods. If you whant it to be part of Wireshark once Wireshark has been converted to use UIManager you need to convert proto help to use UIManager code. Best regards Anders __

Re: [Wireshark-dev] [Wireshark-commits] rev 38025: / /trunk/: tap-rlcltestat.c

2011-07-14 Thread Martin Mathieson
Oops, thanks! On Thu, Jul 14, 2011 at 9:58 PM, wrote: > http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=38025 > > User: wmeier > Date: 2011/07/14 01:58 PM > > Log: > Use correct property name: svn.keywords --> svn:keywords > > Directory: /trunk/ > ChangesPath

[Wireshark-dev] UI_MANAGER: gtk/menu.c compile error

2011-07-14 Thread Joerg Mayer
/home/jmayer/work/wireshark/svn/trunk/gtk/menus.c: In function ‘merge_all_tap_menus’: /home/jmayer/work/wireshark/svn/trunk/gtk/menus.c:4427:9: error: ‘sep_entry’ undeclared (first use in this function) -- Joerg Mayer We are stuck with technolo

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

2011-07-14 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/2374 Buildbot URL: http://buildbot.wireshark.org/trunk/ Buildslave for this Build: windows-7-x64 Build Reason:

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

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

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

2011-07-14 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/1276 Buildbot URL: http://buildbot.wireshark.org/trunk/ Buildslave for this Build: v

Re: [Wireshark-dev] UI_MANAGER: gtk/menu.c compile error

2011-07-14 Thread Anders Broman
Joerg Mayer skrev 2011-07-14 23:30: /home/jmayer/work/wireshark/svn/trunk/gtk/menus.c: In function ‘merge_all_tap_menus’: /home/jmayer/work/wireshark/svn/trunk/gtk/menus.c:4427:9: error: ‘sep_entry’ undeclared (first use in this function) Sorry about that, I compiled the non UI_MANAGE

Re: [Wireshark-dev] [Wireshark-commits] rev 38028: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-icmp.c

2011-07-14 Thread Maynard, Chris
> -Original Message- > From: wireshark-commits-boun...@wireshark.org [mailto:wireshark-commits- > boun...@wireshark.org] On Behalf Of s...@wireshark.org > Sent: Thursday, July 14, 2011 5:27 PM > To: wireshark-comm...@wireshark.org > Subject: [Wireshark-commits] rev 38028: /trunk/epan/dissec

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

2011-07-14 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/3290 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 OSX-10.5-x86

2011-07-14 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/3710 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 Clang-Code-Analysis

2011-07-14 Thread buildbot-no-reply
The Buildbot has detected a new failure of Clang-Code-Analysis on Wireshark (development). Full details are available at: http://buildbot.wireshark.org/trunk/builders/Clang-Code-Analysis/builds/271 Buildbot URL: http://buildbot.wireshark.org/trunk/ Buildslave for this Build: clang-code-analysis

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

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

[Wireshark-dev] buildbot failure in Wireshark (development) on Ubuntu-10.04-x64

2011-07-14 Thread buildbot-no-reply
The Buildbot has detected a new failure of Ubuntu-10.04-x64 on Wireshark (development). Full details are available at: http://buildbot.wireshark.org/trunk/builders/Ubuntu-10.04-x64/builds/1757 Buildbot URL: http://buildbot.wireshark.org/trunk/ Buildslave for this Build: ubuntu-10.04-x64 Build