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 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

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

2015-01-25 Thread 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 other protocols - ie. packet-acse.c - in which I call