yate/libs
Harald Welte e8fbf511e3 iax: ENCRYPTION IE is 2 bytes, not 1 byte
yiax wrongly assumed that the ENCRYPTION IE is a single byte,
while in reality it is 16bit / 2 bytes.

It has been two bytes ever since it was introduced in Asterisk in 2004.

This misunderstanding probably arose from RFC5456 which erroneosly
states that the length of this IE is 0x01 while its body is 2 bytes
long (See Section 8.6.34 at https://datatracker.ietf.org/doc/html/rfc5456)
2022-09-11 14:29:56 +02:00
..
ilbc Added iLBC license granted by Google. 2012-01-18 14:41:40 +00:00
miniwebrtc Added G.722 codec from the WebRTC code. 2019-11-06 18:31:54 +00:00
yasn Fixed a GCC 6 build error: C++11 requires a space between literal and string macro. 2016-01-20 10:23:35 +00:00
yiax iax: ENCRYPTION IE is 2 bytes, not 1 byte 2022-09-11 14:29:56 +02:00
yjabber Renamed DebugGoOn to DebugCrit so it better matches its purpose. 2017-08-01 13:08:23 +00:00
ymgcp Silenced unused variable compiler warning. 2019-06-06 10:12:45 +00:00
ymodem Silenced some compiler warnings. 2017-04-11 08:08:07 +00:00
ypbx Renamed DebugGoOn to DebugCrit so it better matches its purpose. 2017-08-01 13:08:23 +00:00
yradio Added radio interface utilities used to complete device info and fill error related parameters. 2017-06-27 11:21:39 +00:00
yrtp Fixed several issues exposed by the Microsoft compiler. 2021-02-09 14:08:19 +00:00
yscript Add support for building and running multiple instances of the same script. 2022-02-09 10:59:28 +00:00
ysdp Improved debug. 2021-08-04 07:35:53 +00:00
ysig q931: If we're the network, channelID in SETUP ACK is mandatory 2022-03-08 14:19:19 +01:00
ysip Fixed bug: print a received answer to a request sent without trace id while tracing is enabled. Fixed bug: set channel's trace id when building a dialog message. Added configuration option to enable sip tracing. 2020-07-15 13:34:04 +00:00
ysnmp Build, install and use a dynamic library for ASN.1 code. 2015-04-01 16:50:56 +00:00