On Thu, Jun 03, 2004 at 01:37:22AM -0700, Guy Harris wrote:
> On Mon, May 31, 2004 at 11:00:22AM +0200, Tomas Kukosa wrote:
> > The patches for the H235 dissector and the ASN1 compiler are attached.
>
> Checked in.
And "packet-h235.c", generated from the new code, has also been checked
in.
Some warnings from it:
../packet-h235.c: At top level:
../packet-h235.c:236: warning: `dissect_hf_h235_mrandom' defined but not used
../packet-h235.c:239: warning: `dissect_hf_h235_srandom' defined but not used
../packet-h235.c:242: warning: `dissect_hf_h235_responseRandom' defined but not used
../packet-h235.c:245: warning: `dissect_hf_h235_requesterRandom' defined but not used
../packet-h235.c:248: warning: `dissect_hf_h235_requestRandom' defined but not used
../packet-h235.c:278: warning: `dissect_hf_h235_generalId' defined but not used
../packet-h235.c:293: warning: `dissect_hf_h235_keyMaterial' defined but not used
../packet-h235.c:434: warning: `dissect_hf_h235_r' defined but not used
../packet-h235.c:437: warning: `dissect_hf_h235_s' defined but not used
../packet-h235.c:724: warning: `dissect_hf_h235_encrptval' defined but not used
../packet-h235.c:765: warning: `dissect_hf_h235_signature' defined but not used
../packet-kerberos.c: In function `dissect_krb5_SignedData':
../packet-kerberos.c:1360: warning: unused parameter `pinfo'
../packet-kerberos.c:1360: warning: unused parameter `tree'
../packet-kerberos.c:1360: warning: unused parameter `tvb'
../packet-pktc.c: In function `dissect_pktc_appspecificdata':
../packet-pktc.c:439: warning: unused parameter `pinfo'
../packet-pktc.c:439: warning: unused parameter `tvb'
../packet-pktc.c:439: warning: unused parameter `tree'