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: Guy Harris <guy@xxxxxxxxxxxx>
Date: Mon, 1 Dec 2003 14:43:09 -0800

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.