http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2468
LEGO <luis.ontanon@xxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |luis.ontanon@xxxxxxxxx
--- Comment #4 from LEGO <luis.ontanon@xxxxxxxxx> 2008-04-22 08:50:55 GMT ---
However the value encoding *IS* valid:
ASN.1 definition for Counter32 is:
Counter32 ::= [APPLICATION 1] IMPLICIT INTEGER (0..4294967295)
which means Encode the value as a ber integer (prepending 0 if the MSB of the
first byte containing the value is 1) which is exactly what we got.
41 -- Application tag=1
05 -- data length
00 d4 9e 91 cb -- value (prepended 0 byte because 0xd4 & 0x80 is true)
--
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.