Fixed.
Thanks for the note, Joerg.
Tomas
> -----Original Message-----
> From: wireshark-dev-bounces@xxxxxxxxxxxxx
> [mailto:wireshark-dev-bounces@xxxxxxxxxxxxx] On Behalf Of Joerg Mayer
> Sent: Thursday, April 24, 2008 1:24 AM
> To: wireshark-dev@xxxxxxxxxxxxx
> 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
> <jmayer@xxxxxxxxx>
> 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
> Wireshark-dev@xxxxxxxxxxxxx
> http://www.wireshark.org/mailman/listinfo/wireshark-dev
>