[Wireshark-dev] Facin issue in build procedure on Windows

2010-08-02 Thread Geetika Gupta
Hi Team, I am facing difficulty in build procedure of Wireshark. After following steps mentioned in http://www.wireshark.org/docs/wsdg_html_chunked/ChSetupWin32.html When I run command nmake -f Makefile.nmake setup It first removes all the libraries and then build the corresponding libararies.

Re: [Wireshark-dev] Facin issue in build procedure on Windows

2010-08-02 Thread Anders Broman
Hi, Do you have your cygwin environment set up correctly? What is the output of nmake -f makefile.nmake verify_tools? /Anders Geetika Gupta skrev 2010-08-02 08:04: Hi Team, I am facing difficulty in build procedure of Wireshark. After following steps mentioned in

Re: [Wireshark-dev] Facin issue in build procedure on Windows

2010-08-02 Thread Geetika Gupta
Hi Anders Thanks for your reply. Yes I think Cygwin environment is correctly set. Pls find below the output * C:\Wiresharknmake -f Makefile.nmake verify_tools Microsoft (R) Program Maintenance Utility Version 8.00.50727.42 Copyright (C) Microsoft Corporation. All rights

Re: [Wireshark-dev] dissector array display handling

2010-08-02 Thread Manthos S.
Dear experts, Thank you all for your answers, they have been very helpful for me to understand a bit more the wireshark logik. I am a step forward and i need some more easy help. I managed the loop for displaying the array content properly. Instead of using the simple proto_tree_add_item() i am

Re: [Wireshark-dev] Facin issue in build procedure on Windows

2010-08-02 Thread Bill Meier
Geetika Gupta wrote: Hi Team, I am facing difficulty in build procedure of Wireshark. After following steps mentioned in http://www.wireshark.org/docs/wsdg_html_chunked/ChSetupWin32.html When I run command nmake -f Makefile.nmake setup snip ./win2k_xp/bin/wtsapi32.dll '.\echo.' is

Re: [Wireshark-dev] Facin issue in build procedure on Windows

2010-08-02 Thread Geetika Gupta
Hi Yes ./echo is not part of Makefile.nmake DOS key has echo macro C:\cygwin\binecho ECHO is on. I too have doubt from where does ./echo is executed? Regards Geetika On Mon, Aug 2, 2010 at 5:13 PM, Bill Meier wme...@newsguy.com wrote: Geetika Gupta wrote: Hi Team, I am facing

Re: [Wireshark-dev] How to format a subtree banner?

2010-08-02 Thread eymanm
and can perfectly generate output, which looks like string: String1 (1) using proto_tree_add_item() function. In order to make the output a bit more user friendly, I'd prefer to have it as a subtree. What would be in that subtree? Presumably there would be more than one value in it (a subtree

[Wireshark-dev] Lua on Windows 7, 64-bit

2010-08-02 Thread f4king it
Hi, what is the personal config dir [1] on Windows 7, 64-bit? I've enabled lua by editing C:\Program Files\Wireshark\init.lua and setting disable_lua = false, and I created test.lua with the contents of http://www.wireshark.org/docs/wsug_html_chunked/wslua_tap_example.html. However, I can't figure

Re: [Wireshark-dev] Lua on Windows 7, 64-bit

2010-08-02 Thread f4king it
To work around it, I just added the following to the end of C:\Program Files\Wireshark\init.lua dofile(test.lua) Now, I do see the Tools - Test - Packets menu item, but after loading a capture and opening it, there's nothing, as if the tap is not really working. Any thoughts? Is this example

Re: [Wireshark-dev] Lua on Windows 7, 64-bit

2010-08-02 Thread f4king it
Oh, I understand now, you have to open the Packets window, load a capture, and then it will work. On Mon, Aug 2, 2010 at 6:38 PM, f4king it f4kin...@gmail.com wrote: To work around it, I just added the following to the end of C:\Program Files\Wireshark\init.lua dofile(test.lua) Now, I do