Wireshark-commits: [Wireshark-commits] rev 20386: /trunk/ /trunk/asn1/ansi_map/: ansi_map.asn packe

Date: Wed, 10 Jan 2007 22:59:43 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=20386

User: etxrab
Date: 2007/01/10 10:59 PM

Log:
 Packet-ber:
 Handle the following type of construct
 CDMATargetMAHOInformation ::= SEQUENCE {
 	targetCellID			[3] IMPLICIT TargetCellID,
 	cdmaPilotStrength		[65] IMPLICIT CDMAPilotStrength,
 	cdmaTargetOneWayDelay	[61] IMPLICIT CDMATargetOneWayDelay
 	}
 
 CDMATargetMAHOList ::= SEQUENCE OF [135] IMPLICIT CDMATargetMAHOInformation
 
 ansi_map:
 - Correct an Enummeration
 - add Missing OPTIONAL to Tags
 - Handle parameter if it's one or two octets long.

Directory: /trunk/asn1/ansi_map/
  Changes    Path                          Action
  +11 -16    ansi_map.asn                  Modified
  +7 -0      packet-ansi_map-template.c    Modified

Directory: /trunk/epan/dissectors/
  Changes    Path                 Action
  +68 -57    packet-ansi_map.c    Modified
  +6 -0      packet-ber.c         Modified