http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1386
------- Comment #3 from luis.ontanon@xxxxxxxxx 2007-02-21 09:02 GMT -------
As per the ASN.1 Specification terminationID are instances of TerminationID
which is a SEQUENCE (a container).
TerminationID ::= SEQUENCE
{
wildcard [0] SEQUENCE OF WildcardField,
id [1] OCTET STRING(SIZE(1..8)),
...
}
That is confusing I know but I do not plan to change it (I could break so many
things, H.248 for the most is a generated dissector not a handwritten one).
-----
For the context id and termination id you'll have to wait for an answer for a
while... n the meanwhile you could send me the code so I can see what's up with
t.
BTW have you noticed the "Keep persistent context information" preference for
the H.248 dissector? it links all the messages related to a context and creates
a tree with some extra information about the context as a whole (for example
you can filter all messages of contexts that use a certain termination which
AFAIU is what you are trying to do).
--
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.