Ethereal-dev: RE: [Ethereal-dev] Patch to M2UA to allow a preference for an old Draft 7 Protoc

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

From: "Michael Lum" <mlum@xxxxxxxxxxxxx>
Date: Mon, 1 Dec 2003 14:51:06 -0800
No, just ignorance.

I copied the preference code I used from another dissector.

> -----Original Message-----
> From: Guy Harris [mailto:guy@xxxxxxxxxxxx]
> Sent: Monday, December 01, 2003 2:43 PM
> To: mlum@xxxxxxxxxxxxx
> Cc: Ethereal
> Subject: Re: [Ethereal-dev] Patch to M2UA to allow a preference for an
> old Draft 7 Protocol Data 1 parameter tag
> 
> 
> 
> On Dec 1, 2003, at 1:16 PM, Michael Lum wrote:
> 
> > cvs diff -u from latest source:
> >
> > packet-m2ua.c.diff
> > 	There are some protocol stacks deployed that use an older version
> > 	of M2UA.  The most noticeable difference from my point of view
> > 	is the difference in the tag value for the Protocol Data 1 
> parameter.
> >
> > 	In the old draft the tag value was 0x000e, while the new value is 
> > 0x0300.
> 
> Is there a reason why you're making "proto_reg_handoff_m2ua()" the 
> callback routine for a change in the M2UA preferences?  Currently, it 
> doesn't use any of those preferences.