Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Ethereal-dev: Re: [Ethereal-dev] packet-wsp.c - parameter decoding

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

From: Guy Harris <guy@xxxxxxxxxx>
Date: Wed, 26 Mar 2003 13:06:49 -0800
On Wed, Mar 26, 2003 at 09:29:17PM +0100, Biot Olivier wrote:
> Attached patch allows more "parameter" parameters to be decoded, and as a
> result, the WAP Provisioning push example from the OMA Provisioning specs
> (OMA-WAP-ProvCont-v1_1-20021112-C, Version 12-Nov-2002: Appendix C) can be
> dissected (single-packet text2pcap generated trace attached).

It should't put the "Push Data" item into the protocol tree unless both
the "dissector_try_port()" call and the "dissector_try_heuristic()" call
return FALSE (if either of them succeed, that data is already in the
protocol tree, dissected as whatever protocol those calls chose).