[Wireshark-dev] Missing wspython symbols

2012-08-29 Thread Jan Safranek
Hi, with latest wireshark-1.8.2, I noticed I get error messages on wireshark or tshark startup: /lib64/libwireshark.so.2: undefined symbol: py_create_dissector_handle Digging a bit into compile process, I found out that py_create_dissector_handle is not mentioned in libwireshark.def and even

Re: [Wireshark-dev] small query

2012-08-29 Thread Ed Beroset
Krishnamurthy Mayya wrote: Hi all, If i am writing a new file, in order for it to be compiled do i have to include the file-name in any existing directory/files?? the location of the new file is epan/dissectors. Generally, yes. The easiest way to find out where in a well-established

Re: [Wireshark-dev] small query

2012-08-29 Thread Graham Bloice
-Original Message- From: wireshark-dev-boun...@wireshark.org [mailto:wireshark-dev- boun...@wireshark.org] On Behalf Of Ed Beroset Sent: 29 August 2012 11:32 To: Developer support list for Wireshark Subject: Re: [Wireshark-dev] small query Krishnamurthy Mayya wrote: Hi all,

Re: [Wireshark-dev] RFD: Creating subdirectories in epan/dissectors/

2012-08-29 Thread Jeff Morriss
Joerg Mayer wrote: What I'd like to do is put these dissectors that belong *to a single protocol* into a subdirectory of that name, i.e. move them to xmpp/packet-conference.c xmpp/packet-conference.h xmpp/packet-core.c xmpp/packet-core.h xmpp/packet-gtalk.c xmpp/packet-gtalk.h

Re: [Wireshark-dev] RFD: Creating subdirectories in epan/dissectors/

2012-08-29 Thread Evan Huus
On Wed, Aug 29, 2012 at 11:47 AM, Jeff Morriss jeff.morriss...@gmail.com wrote: Joerg Mayer wrote: What I'd like to do is put these dissectors that belong *to a single protocol* into a subdirectory of that name, i.e. move them to xmpp/packet-conference.c xmpp/packet-conference.h

Re: [Wireshark-dev] [Wireshark-commits] rev 44694: /trunk/epan/crypt/ /trunk/epan/crypt/: airpdcap.c

2012-08-29 Thread Evan Huus
On Wed, Aug 29, 2012 at 12:15 PM, cmayn...@wireshark.org wrote: http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=revrevision=44694 User: cmaynard Date: 2012/08/29 09:15 AM Log: Allow wpa-psk decryption keys to be successfully entered. Problems reported on ask.wireshark.org here: 1)

Re: [Wireshark-dev] WinPcap_4_1_2.exe in 1.8.0rc1

2012-08-29 Thread Jaap Keuter
On 06/12/2012 01:52 PM, Balint Reczey wrote: Hi, I have just noticed that we ship an .exe file in the source tarball. I think it would be nicer to get this installer downloaded during the Windows development environment setup like we do with many other libraries. We also have his installer

Re: [Wireshark-dev] RFD: Creating subdirectories in epan/dissectors/

2012-08-29 Thread Jeff Morriss
Evan Huus wrote: I'm not 100% convinced either way, but I have to admit I do like having all the dissectors in the same directory. make -j 40 (on my 32-vCPU SPARC) works better that way ;-). I'm pretty sure an autotools-generated Makefile will already recurse to fill the given job-count as

Re: [Wireshark-dev] [Wireshark-commits] rev 44696: /trunk/ /trunk/epan/: packet.c packet.h /trunk/ui/gtk/: dissector_tables_dlg.c /trunk/: tshark.c

2012-08-29 Thread Joerg Mayer
On Wed, Aug 29, 2012 at 09:23:07PM +, mm...@wireshark.org wrote: http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=revrevision=44696 User: mmann Date: 2012/08/29 02:23 PM Log: Fix Bug 7348 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7348) Directory: /trunk/epan/ Just a

Re: [Wireshark-dev] RFD: Creating subdirectories in epan/dissectors/

2012-08-29 Thread Anders Broman
Jeff Morriss skrev 2012-08-30 00:29: Evan Huus wrote: I'm not 100% convinced either way, but I have to admit I do like having all the dissectors in the same directory. make -j 40 (on my 32-vCPU SPARC) works better that way ;-). I'm pretty sure an autotools-generated Makefile will already

[Wireshark-dev] fragments and reassembly

2012-08-29 Thread mmann78
It appears that the reassembly API doesn't handle inserting known middle fragments (preferring them to be known consecutively). This appears to be at least one of the reasons the SCTP dissector does its own reassembly and why the new Bluetooth dissector from bug 7675

Re: [Wireshark-dev] RFD: Creating subdirectories in epan/dissectors/

2012-08-29 Thread Evan Huus
On Wed, Aug 29, 2012 at 7:28 PM, Anders Broman a.bro...@bredband.net wrote: Jeff Morriss skrev 2012-08-30 00:29: Evan Huus wrote: I'm not 100% convinced either way, but I have to admit I do like having all the dissectors in the same directory. make -j 40 (on my 32-vCPU SPARC) works