http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1206
luis.ontanon@xxxxxxxxx changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
------- Comment #5 from luis.ontanon@xxxxxxxxx 2006-11-07 02:58 GMT -------
I can see that:
in 0.99.3 we were using an H.248 v2 where
ServiceChangeProfile ::= SEQUENCE
{
profileName [0] IMPLICIT IA5String(SIZE (1..67))
}
while on 0.99.4 that uses H.248 v3 we have:
ServiceChangeProfile ::= SEQUENCE
{
profileName IA5String(SIZE (1..67))
}
I have to check with other capture files I have what happens if I revert that.
--
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.