Ethereal-dev: RE: [Ethereal-dev] Re: Patch for indefinite length for packet-ber.c

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

From: "Graeme Lunt" <graeme.lunt@xxxxxxxxx>
Date: Fri, 26 Aug 2005 17:40:34 +0200
> Just glancing at the patch so I might be wrong ... but can't 
> an occurance in a SET occure multiple times?

A member of a SET should only occur (at most) once (it's basically an
unordered SEQUENCE).
Having said that, nothing in the patch would catch multiple occurrences of a
field and flag an error. 
Maybe something to add.

SET OF explicitly allows multiple occurances.

Graeme