-
-
branches/rel_apv_10_7_2_17_bhel_h323_nat/usr/click/lib/libasn1c/atcp_h323_integration.c (Diff revision 1) rmove whitespaces.
-
branches/rel_apv_10_7_2_17_bhel_h323_nat/usr/click/lib/libasn1c/atcp_h323_integration.c (Diff revision 1) this has to be taken care.
-
branches/rel_apv_10_7_2_17_bhel_h323_nat/usr/click/lib/libasn1c/atcp_h323_integration.c (Diff revision 1) this has to be H323_NON_SETUP_NON_CONNECT.
-
branches/rel_apv_10_7_2_17_bhel_h323_nat/usr/click/lib/libasn1c/atcp_h323_integration.c (Diff revision 1) 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..
-
branches/rel_apv_10_7_2_17_bhel_h323_nat/usr/click/lib/libasn1c/atcp_h323_integration.c (Diff revision 1) You might get a different option in some other case..
Parse until you hit IE_USER_USER
H323 video conference feature
Review Request #797 — Created April 16, 2025 and discarded
| Information | |
|---|---|
| pradeep | |
| APV10 | |
| AE-1179 | |
| Reviewers | |
| 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. |
|
|
|
this has to be taken care. |
|
|
|
this has to be H323_NON_SETUP_NON_CONNECT. |
|
|
|
while ( section_header != IE_USER_USER) { offset = parse_optional(hex_data, offset, len); section_header = hex_data[offset]; } Make sure to check we … |
|
|
|
You might get a different option in some other case.. Parse until you hit IE_USER_USER |
|
|
|
define for H225_PORT |
|
|
|
it is not jusr parsing. nat_h323_payload() |
|
