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] New dissector gprs-llc ,patch packet-bssgp.c

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

From: Guy Harris <gharris@xxxxxxxxx>
Date: Mon, 12 Apr 2004 21:22:08 -0700
On Fri, Apr 09, 2004 at 11:54:07AM +0200, jkor@xxxxxxxx wrote:
> By my understanding there are differences.

OK, I've checked in the GPRS LLC dissector and the BSSGP changes.

Some compiler warnings:

../packet-gprs-llc.c: In function `dissect_llcgprs':
../packet-gprs-llc.c:183: warning: unused variable `info_mess'
../packet-gprs-llc.c: At top level:
../packet-gprs-llc.c:74: warning: `hf_llcgprs_Ai' defined but not used

Was "info_mess" ever intended to be used?

Is there some field that should use "hf_llcgprs_Ai"?  There's no entry
in "hf[]" for it.