First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

H323 Message Parse

How Wireshark parses H225 and H 245 messages? I can not find any information in ITU documents. I do not understand tree structure of H225 messages because there is no stable structure, message types are optional.

I would be appreciated if anyone help me. Best Regards.

irem's avatar
3
irem
asked 2020-12-09 16:01:53 +0000, updated 2020-12-09 16:07:49 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

Hi, I'm not sure I understand, if you look at

Setup-UUIE ::= SEQUENCE {
  protocolIdentifier             ProtocolIdentifier,
  h245Address                    TransportAddress OPTIONAL,
  sourceAddress                  SEQUENCE OF AliasAddress OPTIONAL,
:

It's encoded using ASN1 PER encoding rules. If you have a trace try "edit->preferences->protocols-per" Check the box "show internal PER structures". You also need to take a look at:

 Abstract Syntax Notation One (ASN.1) X.680–X.699 specifications 
and particulary:
  ITU-T Rec. X.691 | ISO/IEC 8825-2: Specification of Packed Encoding Rules (PER)
Anders's avatar
5k
Anders
answered 2020-12-10 08:22:32 +0000
edit flag offensive 0 remove flag delete link

Comments

It was very helpful information for me sir. Thank you very much.

irem's avatar irem (2020-12-10 09:41:26 +0000) edit
add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer