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: [email protected] > Subject: [Wireshark-dev] Possible bug in h.245 dissector > > 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 valid for just that single line, the > outer dummy_srtp_info > is ignored. Can someone who knows this dissector please fix this? > > Ciao > Joerg > -- > Joerg Mayer > <[EMAIL PROTECTED]> > We are stuck with technology when what we really want is just > stuff that > works. Some say that should read Microsoft instead of technology. > _______________________________________________ > Wireshark-dev mailing list > [email protected] > http://www.wireshark.org/mailman/listinfo/wireshark-dev > _______________________________________________ Wireshark-dev mailing list [email protected] http://www.wireshark.org/mailman/listinfo/wireshark-dev
