Ethereal-dev: Re: [Ethereal-dev] FW: [Ethereal-users] Using MMSE protocol support

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

From: Frank Singleton <frank.singleton@xxxxxxxxxxxx>
Date: Mon, 23 Sep 2002 07:18:27 -0500
"Sean Schneyer (EUS)" wrote:
> 
> It was suggested on the ethereal-users list that I send this request to the ethereal-dev list instead.
> 
> Since the below email I have upgraded to Version 0.96, but am having the same results.
> 
> I've also attached a snoop file from our system to help speedup the troublshooting.
> 
> Any suggestions would be appreciated.
> 
> // Sean
> 

Hi,

Well I wonder if this comment (re http bearer) from packet-wsp.c 
sheds some light :-)


void
proto_reg_handoff_mmse(void)
{
    dissector_handle_t mmse_handle;

    heur_dissector_add("wsp", dissect_mmse_heur, proto_mmse);
    mmse_handle = create_dissector_handle(dissect_mmse, proto_mmse);
    dissector_add("wsp.content_type.type", MMS_CONTENT_TYPE,
		  mmse_handle);
    /*
     * \todo
     * The bearer could also be http (through the content-type field).
     * The wsp-dissector should then ofcourse be modified to cater for
     * such subdissectors...
     */
}


Regards / Frank

-- 
EUS/SV/Z Frank Singleton      ASO Americas BSS
Office : +1 972 583 3251      ECN 800 33251  
Mobile : +1 214 228 0874      Amateur Radio: VK3FCS/KM5WS   
Email : frank.singleton@xxxxxxxxxxxx

Hardware: HP Omnibook 4150 running Redhat Linux 7.3 (2.4.18-5 kernel).