[Wireshark-dev] checkfiltername.pl failures in LDAP

2015-01-26 Thread Hadriel Kaplan
Howdy, A small change I made to asn1/ldap/packet-ldap-template.c has triggered the pre-commit's invoked checkfiltername.pl verification script to fail, with the failures at the bottom of this email. This is causing the petri-dish to fail. The comments in checkfiltername.pl state that any changes

[Wireshark-dev] Building from a traball with Cmake on MAC?

2015-01-26 Thread Anders Broman
Hi, Has anyone tried to build from a traball with Cmake on MAC? It fails for me :( Regards Anders ___ Sent via:Wireshark-dev mailing list Archives:http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wires

Re: [Wireshark-dev] macosx-setup.sh fails now

2015-01-26 Thread Anders Broman
-Original Message- From: wireshark-dev-boun...@wireshark.org [mailto:wireshark-dev-boun...@wireshark.org] On Behalf Of Guy Harris Sent: den 25 januari 2015 23:44 To: Developer support list for Wireshark Subject: Re: [Wireshark-dev] macosx-setup.sh fails now On Jan 25, 2015, at 2:35 PM,

Re: [Wireshark-dev] nflog in qt and gtk

2015-01-26 Thread Dario Lombardo
Some updates on this. When running in QT, 2 dumcaps are created, one for stats and one for capture. When capturing on nflog, the child process require the parent to be dead (its fd are released). I tried to implement a solution that, in case the interface starts with "nf", tries again up to 10 time

Re: [Wireshark-dev] Dissector Development; _init function for inizilizing GHashTable

2015-01-26 Thread Pascal Quantin
2015-01-26 8:58 GMT+01:00 leonardoc...@libero.it : > I am working on the FTP dissector at the moment. > > I have introduced a GHashTable for the purpose of storing seq and > lastackseq numbers and pinfo data. > > I have introduced a static void ftp_init(void) function in the same > fashion as in o