Re: [Wireshark-dev] Procedure to compile wireshark dissector on?linux

2011-07-19 Thread Joerg Mayer
On Tue, Jul 19, 2011 at 01:48:40AM +, Chris Maynard wrote:
 Tony Trinh tony19@... writes:
 
  I like the CMake build better (easier to use and 'pretty') except for the
 verbose output, which is masochistically enabled by default. There's a comment
 that suggests the verboseness was meant to be temporary:
  # Disable this later. Alternative: make VERBOSE=1
  set(CMAKE_VERBOSE_MAKEFILE ON)
  
  Can we change the default to OFF? (especially since there's a command-line 
  to
 turn it on but not off).
 
 I have yet to use CMake myself, but this seems like a reasonable request, so I
 committed this change in r38103.

Yes, it was the right thing to do - although using make VERBOSE= should turn
(most) of the messages off.

ciao
 Joerg

-- 
Joerg Mayer   jma...@loplof.de
We are stuck with technology when what we really want is just stuff that
works. Some say that should read Microsoft instead of technology.
___
Sent via:Wireshark-dev mailing list wireshark-dev@wireshark.org
Archives:http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
 mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe


Re: [Wireshark-dev] Procedure to compile wireshark dissector on linux

2011-07-18 Thread Chris Maynard
Tony Trinh tony19@... writes:

 I like the CMake build better (easier to use and 'pretty') except for the
verbose output, which is masochistically enabled by default. There's a comment
that suggests the verboseness was meant to be temporary:
 # Disable this later. Alternative: make VERBOSE=1
 set(CMAKE_VERBOSE_MAKEFILE ON)
 
 Can we change the default to OFF? (especially since there's a command-line to
turn it on but not off).

I have yet to use CMake myself, but this seems like a reasonable request, so I
committed this change in r38103.


___
Sent via:Wireshark-dev mailing list wireshark-dev@wireshark.org
Archives:http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
 mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe


[Wireshark-dev] Procedure to compile wireshark dissector on linux

2011-07-11 Thread sagar sg
Hi,
 What is the procedure for compiling the wireshark dissector in linux.

Thanks
Sagar
___
Sent via:Wireshark-dev mailing list wireshark-dev@wireshark.org
Archives:http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
 mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe

Re: [Wireshark-dev] Procedure to compile wireshark dissector on linux

2011-07-11 Thread Ed Beroset

sagar sg wrote:

Hi,
  What is the procedure for compiling the wireshark dissector in linux.


http://www.wireshark.org/docs/wsdg_html_chunked/ChSrcBuildFirstTime.html#id521996

Ed
___
Sent via:Wireshark-dev mailing list wireshark-dev@wireshark.org
Archives:http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe


Re: [Wireshark-dev] Procedure to compile wireshark dissector on linux

2011-07-11 Thread Roland Knall
Hi

Way easier method:

Checkout the SVN version, or any source download into one dir called
src. Create a same directory called build on the same level, so that
your directory looks like that:

wireshark
   - src - all src's
   - build

then goto build, and call cmake ../src

cmake is a software distributed with all modern distributions, or it
can be downloaded from CMakeLists.txt

kind regards,
Roland


On Mon, Jul 11, 2011 at 11:35 AM, sagar sg sagu...@gmail.com wrote:
 Hi,
  What is the procedure for compiling the wireshark dissector in linux.

 Thanks
 Sagar

 ___
 Sent via:    Wireshark-dev mailing list wireshark-dev@wireshark.org
 Archives:    http://www.wireshark.org/lists/wireshark-dev
 Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe

___
Sent via:Wireshark-dev mailing list wireshark-dev@wireshark.org
Archives:http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
 mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe


Re: [Wireshark-dev] Procedure to compile wireshark dissector on linux

2011-07-11 Thread sagar sg
Where should i keep my dissector Code.?

Regards
sagar

On Mon, Jul 11, 2011 at 3:33 PM, Roland Knall rkn...@gmail.com wrote:

 Hi

 Way easier method:

 Checkout the SVN version, or any source download into one dir called
 src. Create a same directory called build on the same level, so that
 your directory looks like that:

 wireshark
   - src - all src's
   - build

 then goto build, and call cmake ../src

 cmake is a software distributed with all modern distributions, or it
 can be downloaded from CMakeLists.txt

 kind regards,
 Roland


 On Mon, Jul 11, 2011 at 11:35 AM, sagar sg sagu...@gmail.com wrote:
  Hi,
   What is the procedure for compiling the wireshark dissector in
 linux.
 
  Thanks
  Sagar
 
 
 ___
  Sent via:Wireshark-dev mailing list wireshark-dev@wireshark.org
  Archives:http://www.wireshark.org/lists/wireshark-dev
  Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
  mailto:wireshark-dev-requ...@wireshark.org
 ?subject=unsubscribe
 
 ___
 Sent via:Wireshark-dev mailing list wireshark-dev@wireshark.org
 Archives:http://www.wireshark.org/lists/wireshark-dev
 Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
 mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe

___
Sent via:Wireshark-dev mailing list wireshark-dev@wireshark.org
Archives:http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
 mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe

Re: [Wireshark-dev] Procedure to compile wireshark dissector on linux

2011-07-11 Thread sagar sg
I did build the wireshark already, now i want to build my dissector either
by creating a shared library or any other way. how do i do that ? i have my
dissector code already which works fine on windows.

On Mon, Jul 11, 2011 at 3:33 PM, Ed Beroset bero...@mindspring.com wrote:

 sagar sg wrote:

 Hi,
  What is the procedure for compiling the wireshark dissector in linux.


 http://www.wireshark.org/docs/**wsdg_html_chunked/**
 ChSrcBuildFirstTime.html#**id521996http://www.wireshark.org/docs/wsdg_html_chunked/ChSrcBuildFirstTime.html#id521996

 Ed
 __**__**
 ___
 Sent via:Wireshark-dev mailing list wireshark-dev@wireshark.org
 Archives:
 http://www.wireshark.org/**lists/wireshark-devhttp://www.wireshark.org/lists/wireshark-dev
 Unsubscribe: 
 https://wireshark.org/mailman/**options/wireshark-devhttps://wireshark.org/mailman/options/wireshark-dev

 mailto:wireshark-dev-request@**wireshark.orgwireshark-dev-requ...@wireshark.org
 ?subject=**unsubscribe

___
Sent via:Wireshark-dev mailing list wireshark-dev@wireshark.org
Archives:http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
 mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe

Re: [Wireshark-dev] Procedure to compile wireshark dissector on linux

2011-07-11 Thread Tony Trinh
I like the CMake build better (easier to use and 'pretty') except for the
verbose output, which is masochistically enabled by default. There's a
commenthttp://anonsvn.wireshark.org/viewvc/trunk/CMakeLists.txt?revision=37745view=markup#l80that
suggests the verboseness was meant to be temporary:

# Disable this later. Alternative: make VERBOSE=1
set(CMAKE_VERBOSE_MAKEFILE ON)

Can we change the default to OFF? (especially since there's a command-line
to turn it on but not off).
___
Sent via:Wireshark-dev mailing list wireshark-dev@wireshark.org
Archives:http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
 mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe