[SR-Users] I found bug in sipdump module.

Daniel-Constantin Mierla miconda at gmail.com
Tue Jul 6 08:58:59 CEST 2021


This was already fixed by end of May, be sure you use a more recent version.

Thanks,
Daniel

On 06.07.21 07:12, woenho wrote:
>
>  
>
> Line 578    at    Sipdump_mod.c
>
> -------------------------------------------------
>
>  
>
> Error source ->
>
> case 8:
>
>       if(strncmp(in->s, "src_port", 8)==0)
>
>         sp->pvp.pvn.u.isname.name.n = 8;
>
>       if(strncmp(in->s, "dst_port", 8)==0)
>
>         sp->pvp.pvn.u.isname.name.n = 9;
>
>       else goto error;
>
>  
>
> correct source ->
>
> case 8:
>
>       if(strncmp(in->s, "src_port", 8)==0)
>
>         sp->pvp.pvn.u.isname.name.n = 8;
>
>       else if(strncmp(in->s, "dst_port", 8)==0)
>
>         sp->pvp.pvn.u.isname.name.n = 9;
>
>       else goto error;
>
>  
>
> good luck.
>
>  
>
>  
>
> Windows 10용 메일 <https://go.microsoft.com/fwlink/?LinkId=550986>에서
> 보냄
>
>  
>
>
> __________________________________________________________
> Kamailio - Users Mailing List - Non Commercial Discussions
>   * sr-users at lists.kamailio.org
> Important: keep the mailing list in the recipients, do not reply only to the sender!
> Edit mailing list options or unsubscribe:
>   * https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users

-- 
Daniel-Constantin Mierla -- www.asipto.com
www.twitter.com/miconda -- www.linkedin.com/in/miconda

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-users/attachments/20210706/cf9caa99/attachment.htm>


More information about the sr-users mailing list