H323 video conference feature

Review Request #797 — Created April 16, 2025 and discarded

pradeep
APV10
AE-1179
ngurunathan, prajesh

Support H225 and h245 protocol used in Video conference with H323 protocl-suit. ASN1C library used to parse H323 packets



Description From Last Updated

rmove whitespaces.

prajeshprajesh

this has to be taken care.

prajeshprajesh

this has to be H323_NON_SETUP_NON_CONNECT.

prajeshprajesh

while ( section_header != IE_USER_USER) { offset = parse_optional(hex_data, offset, len); section_header = hex_data[offset]; } Make sure to check we …

prajeshprajesh

You might get a different option in some other case.. Parse until you hit IE_USER_USER

prajeshprajesh

define for H225_PORT

prajeshprajesh

it is not jusr parsing. nat_h323_payload()

prajeshprajesh
prajesh
  1. 
      
  2. this has to be H323_NON_SETUP_NON_CONNECT.

  3. while ( section_header != IE_USER_USER) {
    offset = parse_optional(hex_data, offset, len);
    section_header = hex_data[offset];
    }

    Make sure to check we dont cross buffer boundary..

  4. You might get a different option in some other case..
    Parse until you hit IE_USER_USER

  5. 
      
prajesh
pradeep
Review request changed

Status: Discarded

Loading...