Re: [Wireshark-dev] Possible bug in h.245 dissector

2008-04-23 Thread Kukosa, Tomas
Fixed. Thanks for the note, Joerg. Tomas > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Joerg Mayer > Sent: Thursday, April 24, 2008 1:24 AM > To: wireshark-dev@wireshark.org > Subject: [Wireshark-dev] Possible bug in h.245

[Wireshark-dev] Possible bug in h.245 dissector

2008-04-23 Thread Joerg Mayer
I'm seeing the following message during compilation: packet-h245-template.c:354: warning: unused variable dummy_srtp_info The code: if (upcoming_channel->srtp_flag) { struct srtp_info *dummy_srtp_info = se_alloc0(sizeof(struct srtp_info)) ; } So this instance is v