Ethereal-dev: Re: [Ethereal-dev] [PATCH] T.38 dissector improvements

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: "Ronnie Sahlberg" <ronnie_sahlberg@xxxxxxxxxxxxxx>
Date: Wed, 7 Jan 2004 00:34:32 +1100
> >     conv=find_conversation(&src_addr, &src_addr, PT_UDP, ipv4_port,
> > ipv4_port, NO_ADDR_B|NO_PORT_B);
> >     if(conv){
> >         conversation_delete(...
> >     }
> 
> There is no conversation_delete.

True, it does not exist today but
a conversation_delete() function can be implemented.