[Wireshark-dev] dumpcap does not recognize option -t (use threads)

2011-11-09 Thread Speck Michael EHWG AVL/GAE
Hi. I've downloaded latest sources from SVN this morning and run the sequence make distclean make setup make all that proceeded without any errors. (build system Win7-x64, for more details see end of message) However, Wireshark is not able to start a new capture from any interface.

Re: [Wireshark-dev] dumpcap does not recognize option -t (use threads)

2011-11-09 Thread Guy Harris
On Nov 9, 2011, at 12:42 AM, Speck Michael EHWG AVL/GAE wrote: 1.) how to tell the build system that USE_THREADS should be defined? USE_THREADS should not be defined in the SVN trunk any more; threads should always be used. Nothing in Wireshark should be checking for USE_THREADS any more;

Re: [Wireshark-dev] dumpcap does not recognize option -t (usethreads)

2011-11-09 Thread Speck Michael EHWG AVL/GAE
Thanks Guy for the fast response. Attached is a patch that fixes dumpcap.c -Original Message- From: wireshark-dev-boun...@wireshark.org [mailto:wireshark-dev-boun...@wireshark.org] On Behalf Of Guy Harris Sent: Mittwoch, 9. November 2011 09:49 To: Developer support list for Wireshark

Re: [Wireshark-dev] dumpcap does not recognize option -t (usethreads)

2011-11-09 Thread Joerg Mayer
Hello Michael, On Wed, Nov 09, 2011 at 10:12:59AM +0100, Speck Michael EHWG AVL/GAE wrote: Thanks Guy for the fast response. Attached is a patch that fixes dumpcap.c Thanks for finding and fixing this. I will check in a slightly modified version of your fix: changing a: - at: is not correct,

Re: [Wireshark-dev] Analyze of a Capture File

2011-11-09 Thread Jaap Keuter
Hi, Well, as you said, it's more for wireshark-users, so come over there. It's free! Thanks, Jaap On Tue, 08 Nov 2011 10:08:12 +0100, Marcel Haas wrote: Hi @ all, first i have to say its more a question for the user mailinglist but im just registerd here. So maybe someone of u can help me

Re: [Wireshark-dev] dumpcap does not recognize option -t (usethreads)

2011-11-09 Thread Stig Bjørlykke
Hi. I committed a corrected fix in revision 39775. Joerg: did your grep ever finish? ;) -- Stig Bjørlykke ___ Sent via:Wireshark-dev mailing list wireshark-dev@wireshark.org Archives:

Re: [Wireshark-dev] [Wireshark-commits] rev 39775: /trunk/ /trunk/: CMakeLists.txt dumpcap.c

2011-11-09 Thread Bill Meier
On 11/9/2011 3:45 PM, s...@wireshark.org wrote: http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=revrevision=39775 User: stig Date: 2011/11/09 12:45 PM Log: As reported by Michael Speck: Removed last occurrences of USE_THREADS. Directory: /trunk/ ChangesPath Action

Re: [Wireshark-dev] [Wireshark-commits] rev 39775: /trunk/ /trunk/: CMakeLists.txt dumpcap.c

2011-11-09 Thread Michael Tüxen
On Nov 9, 2011, at 10:09 PM, Bill Meier wrote: On 11/9/2011 3:45 PM, s...@wireshark.org wrote: http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=revrevision=39775 User: stig Date: 2011/11/09 12:45 PM Log: As reported by Michael Speck: Removed last occurrences of USE_THREADS.

Re: [Wireshark-dev] [Wireshark-commits] rev 39775: /trunk/ /trunk/: CMakeLists.txt dumpcap.c

2011-11-09 Thread Guy Harris
On Nov 9, 2011, at 1:09 PM, Bill Meier wrote: Any reason not to remove all the 'if (use_threads)' tests (just leaving the threads branches of the code) ?? I think the threading code was introduced by Michael Tuexen and Irene Rüngeler - Michael? It appears that capturing on multiple

[Wireshark-dev] Wireshark Protocol Dissector

2011-11-09 Thread Salman Malik
Hi Folks, Can someone tell me how to use wireshark protocols dissectors to assemble/disassemble packets passed by some other program. I want to make use of a dissector (available in wireshark ) in a python module. Thank you!

Re: [Wireshark-dev] [Wireshark-commits] rev 39775: /trunk/ /trunk/: CMakeLists.txt dumpcap.c

2011-11-09 Thread Michael Tüxen
On Nov 9, 2011, at 10:30 PM, Guy Harris wrote: On Nov 9, 2011, at 1:09 PM, Bill Meier wrote: Any reason not to remove all the 'if (use_threads)' tests (just leaving the threads branches of the code) ?? I think the threading code was introduced by Michael Tuexen and Irene Rüngeler -

Re: [Wireshark-dev] [Wireshark-commits] rev 39775: /trunk/ /trunk/: CMakeLists.txt dumpcap.c

2011-11-09 Thread Jaap Keuter
On Wed, 9 Nov 2011 23:58:13 +0100, Michael Tüxen wrote: On Nov 9, 2011, at 10:30 PM, Guy Harris wrote: On Nov 9, 2011, at 1:09 PM, Bill Meier wrote: Any reason not to remove all the 'if (use_threads)' tests (just leaving the threads branches of the code) ?? I think the threading code was