-
-
branches/rel_apv_10_7_2_17_bhel_h323_nat/usr/click/lib/libasn1c/ANY.c (Diff revision 1) remove whitespace .
-
-
branches/rel_apv_10_7_2_17_bhel_h323_nat/usr/click/lib/libasn1c/Makefile (Diff revision 1) Do we need DEBUG flag?
-
branches/rel_apv_10_7_2_17_bhel_h323_nat/usr/click/lib/libasn1c/Makefile.am.libasncodec (Diff revision 1) Could have done INCS += ASN_MODULE_HDRS
-
-
branches/rel_apv_10_7_2_17_bhel_h323_nat/usr/click/lib/libasn1c/atcp_h323_integration.c (Diff revision 1) How does this change the value in packet?
-
branches/rel_apv_10_7_2_17_bhel_h323_nat/usr/click/lib/libasn1c/atcp_h323_integration.c (Diff revision 1) whitespaces.
-
branches/rel_apv_10_7_2_17_bhel_h323_nat/usr/click/lib/libasn1c/atcp_h323_integration.c (Diff revision 1) whats happening here? Please explain the logic.
-
AE-1179 Support H323 video conference feature
Review Request #812 — Created April 21, 2025 and discarded
| Information | |
|---|---|
| pradeep | |
| APV10 | |
| rel_apv_10_7_2_17_bhel_h323_nat | |
| AE-1179 | |
| Reviewers | |
| ngurunathan, prajesh | |
H323 involves set of protocol suits. Mainly h225 & h245. Certain packets of these protcol carry the IP address on the payload as per the protocol requirements. ASN1C library is used & modified to parse these packets and update the internal IP that they carry in payload with the NAT IP.
tested H225 setup. H245 OpenLogicChannel and OpenLogicChannelAck packets
| Description | From | Last Updated |
|---|---|---|
|
remove whitespace . |
|
|
|
why we added this argument? |
|
|
|
Do we need DEBUG flag? |
|
|
|
Could have done INCS += ASN_MODULE_HDRS |
|
|
|
Add this to makefile to make it easier. |
|
|
|
what about h225? we dont do the changes? |
|
|
|
remove debug logs. |
|
|
|
do we neet natport also? |
|
|
|
How does this change the value in packet? |
|
|
|
whitespaces. |
|
|
|
whats happening here? Please explain the logic. |
|
|
|
ideally the caller should free it. Why it is done here? |
|
|
|
did we add these changes? |
|
|
|
define 1720 |
|
|
|
Can we have a macro to make code readbale? |
|
|
|
what is 0x3 and 0x22 ? can we have helper routines or macros define IS_H245_TRAFFIC(tacp_paylad_begin) (tcp_payload_begin[0] == 0x03) && (tcp_payload_begin[1] … |
|
-
-
branches/rel_apv_10_7_2_17_bhel_h323_nat/usr/click/lib/libasn1c/atcp_h323_integration.c (Diff revision 1) do we neet natport also?
