Download project files

How do I verify a download?


110 of 32 releases

1.4.3 release from the 1.4.x series released

Release information
Release notes:

The 1.4.3 release fixes 8 bugs found in release 1.4.2 and is compatible with all releases 1.4.x.

Several important bugs were not fixed because doing so would have changed the packet format or because it was too much work. In consequence do not use any 1.4.x version (version 1.4.3 included) with ROHC packets coming from unknown sources.

The 1.4.3 version is the last 1.4.x release. Please upgrade to newer versions.

Changelog:

Compatibility:
    Version 1.4.3 is compatible with all previous 1.4.x versions.

License/Authors:
    No change.

Acknowledgments for bug reports and/or bug fixes:
    Yura, Elisabeth, Viveris Technologies.

Bug fixes:
    Bug #1093846: Possible decompressor crash with malformed extension header
                                  list
    Bug #1094460: configure option --disable-rohc-debug does not work as
                                  expected
    Bug #1094710: Build failure on CentOS 6
    Bug #1105935: Malformed uncompressed packets may crash the ROHC compressor
    Bug #1105963: Uncompressed profile: Normal packet cannot be used for
                                  non-IPv4/v6 packets
    Bug #1115091: Crash when decompressing list types 1/2/3 if no reference list
                                  was already set
    Bug #1166618: UOR-2 extension options for IPv6
    Bug #1181829: decompressor crash with truncated UOR-2 packets of the RTP
                                  profile

Bug not fixed in order to not change ROHC packet format or due to
complexity:
    Bug #804552: UOR-2 packets cannot be used if bits(SN) > 14
    Bug #1089106: Compressor asserts because of non-RTP traffic with 14 SN bits
                                  to transmit
    Bug #1014374: IPv4(RND=0)/IPv4(RND=0)/UDP/RTP stream with regular
                                  incrementing IP-ID causes segfault" and
    Bug #1014405: Decompression failure with IPv4(RND=0)/IPv4(RND=1)/UDP/RTP
                                  stream
    Bug #1096358: Decompression fails if IPv6 extensions list is not present
                                  anymore
    Bug #1092660: Problem with RTP streams with Padding bit set
    Bug #1038637: RTP profile: RTP header with extension flag set not correctly
                                  handled

File Description Downloads
download icon rohc-1.4.3.tar.bz2 (md5, sig) Source code for ROHC library 1.4.3 406
last downloaded 17 weeks ago
download icon rohc-tests-1.4.3.tar.bz2 (md5, sig) Test captures for ROHC library 1.4.3 289
last downloaded 17 weeks ago
download icon rohc-doc-1.4.3.tar.bz2 (md5, sig) API documentation for ROHC library 1.4.3 281
last downloaded 17 weeks ago
Total downloads: 976

1.4.2 release from the 1.4.x series released

Release information
Release notes:

The 1.4.2 release fixes 9 bugs found in release 1.4.1 and is compatible with all releases 1.4.x.

Changelog:

Compatibility:
    Version 1.4.2 is compatible with all previous 1.4.x versions.

License/Authors:
    No change.

Acknowledgments for bug reports and/or bug fixes:
    FWX

Bug fixes:
    Bug #1017198: Compression fails if bits(TS_STRIDE) > 29
    Bug #1030054: SN is a 16-bit unsigned value for IP/UDP and IP-only profiles
    Bug #1030084: TS_SCALED shall be W-LSB encoded on 32 bits
    Bug #1035918: STATIC field 'IPv6 Next Header' always detected as changed
                                  with IPv6 extension headers.
    Bug #1041146: Release archives do not contain some test files
    Bug #1068998: Compression errors on ARM 9 TDMI
    Bug #1080035: Decompression failure with simultaneous TS_STRIDE changes
                                 and packet loss
    Bug #1087682: decompressor: zero-length packet causes a crash
    Bug #1087683: decompressor: compressed list with 8-bit XI fields (PS=1) cause a crash

Bug not fixed in order to not change ROHC packet format or due to complexity:
    Bug #792801: packet decision: extension 2 not considered for UOR-2-TS packet
    Bug #1001611: Handle TS wraprounds
    Bug #1001614: Do not send RTP TS scaled if TS_STRIDE=0
    Bug #1035746: Uncompressed profile: wrong CRC for IR packet
    Bug #1047460: Test failure on PowerPC
    Bug #1071413: Tests build failure related to pcap.h

File Description Downloads
download icon rohc-1.4.2.tar.bz2 (md5, sig) Source code for ROHC library 1.4.2 56
last downloaded 17 weeks ago
download icon rohc-tests-1.4.2.tar.bz2 (md5, sig) Test captures for ROHC library 1.4.2 36
last downloaded 17 weeks ago
download icon rohc-doc-1.4.2.tar.bz2 (md5, sig) API documentation for ROHC library 1.4.2 33
last downloaded 17 weeks ago
Total downloads: 125

1.4.1 release from the 1.4.x series released

Release information
Release notes:

The 1.4.1 release fixes 3 bugs found in release 1.4.0 and is compatible with it.

Changelog:

Compatibility:
    Version 1.4.1 is compatible with all previous 1.4.x versions.

License/Authors:
    No change.

Acknowledgments for bug reports and/or bug fixes:
    qingbaibai

Bug fixes:
    Bug #1005800: when decoding uor-2-id packet, timestamp is wrong
    Bug #1014056: Changes of behaviour for UDP checksum not correctly supported
    Bug #1014109: IPv4 packets with options not correctly handled

Bug not fixed in order to not change ROHC packet format:
    Bug #1001435: LSB encoding/decoding fails with shift parameter -1
    Bug #1001440: LSB decoding of SN should use shift parameter -1 for IP-only, UDP and UDP-Lite profiles

File Description Downloads
download icon rohc-1.4.1.tar.bz2 (md5, sig) Source code for ROHC library 1.4.1 229
last downloaded 17 weeks ago
download icon rohc-tests-1.4.1.tar.bz2 (md5, sig) Test captures for ROHC library 1.4.1 132
last downloaded 17 weeks ago
download icon rohc-doc-1.4.1.tar.bz2 (md5, sig) API documentation for ROHC library 1.4.1 113
last downloaded today
Total downloads: 474

1.4.0 release from the 1.4.x series released

Release information
Release notes:

With 40 bugs fixed, the 1.4.0 release better conforms to ROHC standards than previous 1.2.x and 1.3.x versions. There is no big new ROHC feature added, only corrections.

Other important changes include:
  - The library is now completely thread-aware.
  - New API method rohc_comp_get_last_packet_info() added to retrieve some information
     about the last compressed packet.
  - Several new API functions added for getting descriptions on packet types, extension types,
     mode and states.
  - API crc_init_table(), crc_get_polynom() and crc_table_X from API are deprecated (they are
    still available, but emit a warning).
  - New application that generates ROHC compression statistics added (old broken statistics
     scripts removed).
  - New application for testing compression computi...

Changelog:

Compatibility:
    Version 1.4.0 is not compatible with versions < 1.4.0 because of several fixes related to
    IETF RFCs that change the format of ROHC packets.

License/Authors:
    Add Didier Barvaux's personal email address in addition to Viveris one.

Acknowledgments for bug reports and/or bug fixes:
    Ahmed Fathy, Arne, François W., hzkjdxwktx, Klaus Warnke, laAnna Hao, qingbaibai, Viveris
    Technologies.

Main changes:
    Make the library completely thread-aware.
    Add new API method rohc_comp_get_last_packet_info() to retrieve some information
            about the last compressed packet.
    Add several new API functions for getting descriptions on packet types, extension types,
            mode and states.
    Deprecate crc_init_table(), crc_get_polynom() and crc_table_X from API (they are still
            available, but emit a warning).
    Rework list compression in a more understandable and robust way.
    Add a simple example program in subdir examples/.
    Remove the outdated "measures" directory.
    Remove context repair (maybe added again later).
    Update main and features pages in API documentation.
    Add new application and script to generate ROHC compression statistics (old broken
            statistics scripts removed).
    Add new application for testing compression computing performance.

Build system:
    Install README, INSTALL, COPYING, AUTHORS, ChangeLog files.
    Update the way API documentation is generated: configure option --enable-doc and
            'make install' replace 'make doc'.
    Avoid installing private ROHC headers on the system during install.
    Make 'make' less verbose to get output like Linux kernel build.
    Remove useless or deprecated checks from configure.ac.
    Remove support for 'make report', 'make check' supersedes it.
    Configure: avoid adding -lpcap to LDFLAGS several times.
    Configure: add support for PACKAGE_URL.
    Fix build with CFLAGS="-DNDEBUG".

Q&A:
    Move private functions/definitions from public headers to private headers.
    Clearly separate public and private functions in several files.
    Avoid useless system/internal header inclusions in order to reduce header
            interdependencies.
    Create enums for packet types, extension types, CID types and SDVL types.
    Remove the ugly internal boolean type.
    Remove duplicated checks for non-IPv4/IPv6 and fragmented packets.
    Check pointers against NULL instead of 0.
    Add many const and static keywords when appropriate.
    Add many nonnull and warn_unused_result attributes when appropriate.
    Use uint8_t, uint16_t, uint32_t and size_t instead of int or unsigned int when appropriate.
    Remove the 'version' fields in compression/decompression profiles.
    Fix print formats: use %u instead of %d if type is unsigned.
    Avoid modifying input parameters (data and length) in several functions.
    Add debug traces to help debugging.
    Add many assertion to ease debugging.
    Improve code style (uncrustify config file stored in contrib/).
    Improve English spelling.
    Remove some dead code.
    Improve the non-regression test application.
    Add new network captures for the non-regression test.
    Add unit test for LSB encoding/decoding at wraparound.
    Add functional test for FEEDBACK-2 packets.
    Add robustness test for feedback-only packets.
    Add robustness test for damaged packet handling.
    Add robustness test for empty payload handling.

Bug fixes:
    Bug #409562: failed to run the statistics tool
    Bug #549619: rohctunnel not installed in /usr/sbin
    Bug #555695: GCC warnings on x86-64
    Bug #555875: ROHC library mishandles RTP Payload Type (PT) changes
    Bug #556049: rohc0 creation failed for rohc 1.3.0 library
    Bug #560589: ROHC library mishandles non-IPv4/IPv6 packets
    Bug #560994: inaccurate help printed by non-regression application
    Bug #565470: Compression/decompression failure with large IPv6 extension
    Bug #580462: Incorrect test for Uncompressed profile with non-IPv4/v6 packets
    Bug #580491: ROHC library fails to handle a specific ICMP stream
    Bug #604517: Error in Decompressor for RTP profile
    Bug #606919: Function rohc_feedback_flush() not referenced in the compression API
    Bug #622128: FEEDBACK-2 without option contains 12 bits of SN, not 8 bits
    Bug #622329: ROHC library fails to decompress ROHC packets with empty payloads
    Bug #622402: Incorrect format for UO-1-ID packet
    Bug #622736: coding sequence number in Extension 3
    Bug #642850: The ROHC PCAP captures do not use the Ethertype assigned to ROHC
    Bug #759460: don't compress a packet only with feedback
    Bug #761955: IP-ID in extension-3 not compressed as it shall be
    Bug #763496: Large CIDs shall be bound to the [0-16383] range
    Bug #764707: R-TS = 0, Tsc = 0 in EXT3 no allowed
    Bug #766277: crc calc outer ip hdr wrong
    Bug #767354: Wrong packet decision in FO state
    Bug #776482: RTP Marker (M) bit must be transmitted if set
    Bug #777852: Wrong Next Header field in compressed IPv6 extension headers
    Bug #778541: wrong bitmask format for insertion/removal schemes of list compression
    Bug #799856: failure reported when decoding feedback-only packets
    Bug #800829: No check for doxygen
    Bug #800830: No check for gnuplot
    Bug #800835: ROHC library build emits warnings on x86-64
    Bug #800841: Setup buildbots for continuous integration
    Bug #803648: Decompression failure for IPv4 stream with empty payload
    Bug #804552: UOR-2 packets cannot be used if bits(SN) > 14
    Bug #808475: Correctly handle the LSB wraparound
    Bug #886523: Build of tests and apps fails with support for shared libs disabled
    Bug #888287: tests fail on ARM
    Bug #897831: Library fails to build with GCC < 4.5
    Bug #897849: Library fails to build with GCC 4.6
    Bug #948711: mode field not correctly parsed from RTP dynamic chain
    Bug #970762: Wrong SN in feedback

File Description Downloads
download icon rohc-1.4.0.tar.bz2 (md5, sig) Source code for ROHC library 1.4.0 710
last downloaded 17 weeks ago
download icon rohc-tests-1.4.0.tar.bz2 (md5, sig) Test captures for ROHC library 1.4.0 85
last downloaded 17 weeks ago
download icon rohc-doc-1.4.0.tar.bz2 (md5, sig) API documentation for ROHC library 1.4.0 96
last downloaded 17 weeks ago
Total downloads: 891

1.3.5 release from the 1.3.x series released

Release information
Release notes:

The 1.3.5 release fixes 6 bugs found in release 1.3.4 and is compatible with all releases 1.3.x.

Several important bugs were not fixed because doing so would have changed the packet format or because it was too much work. In consequence do not use any 1.3.x version (version 1.3.5 included) with ROHC packets coming from unknown sources.

The 1.3.5 version is the last 1.3.x release. Please upgrade to newer versions.

Changelog:

Compatibility:
    Version 1.3.5 is compatible with all previous 1.3.x versions.

License/Authors:
    No change.

Acknowledgments for bug reports and/or bug fixes:
    Yura, Elisabeth, Viveris Technologies.

Bug fixes:
    Bug #1094460: configure option --disable-rohc-debug does not work as
                                 expected
    Bug #1105935: Malformed uncompressed packets may crash the ROHC compressor
    Bug #1105963: Uncompressed profile: Normal packet cannot be used for
                                 non-IPv4/v6 packets
    Bug #1115091: Crash when decompressing list types 1/2/3 if no reference list
                                 was already set
    Bug #1166618: UOR-2 extension options for IPv6
    Bug #1181829: decompressor crash with truncated UOR-2 packets of the RTP
                                 profile

Bug not fixed in order to not change ROHC packet format or due to
complexity:
    Bug #804552: UOR-2 packets cannot be used if bits(SN) > 14
    Bug #1014374: IPv4(RND=0)/IPv4(RND=0)/UDP/RTP stream with regular
                                 incrementing IP-ID causes segfault
    Bug #1014405: Decompression failure with IPv4(RND=0)/IPv4(RND=1)/UDP/RTP
                                  stream
    Bug #1038637: RTP profile: RTP header with extension flag set not correctly
                                  handled
    Bug #1089106: Compressor asserts because of non-RTP traffic with 14 SN bits
                                  to transmit
    Bug #1092660: Problem with RTP streams with Padding bit set
    Bug #1093836: Decompressor crash because of lossy RTP stream with SN
                                 wraparound
    Bug #1093846: Possible decompressor crash with malformed extension header
                                  list
    Bug #1096358: Decompression fails if IPv6 extensions list is not present
                                  anymore

File Description Downloads
download icon rohc-1.3.5.tar.gz (md5, sig) Source code for ROHC library 1.3.5 29
last downloaded 17 weeks ago
download icon rohc-tests-1.3.5.tar.gz (md5, sig) Test captures for ROHC library 1.3.5 15
last downloaded 44 weeks ago
download icon rohc-doc-1.3.5.tar.gz (md5, sig) API documentation for ROHC library 1.3.5 17
last downloaded 17 weeks ago
Total downloads: 61

1.3.4 release from the 1.3.x series released

Release information
Release notes:

The 1.3.4 release fixes 6 bugs found in release 1.3.3 and is compatible with all releases 1.3.x.

Changelog:

Compatibility:
    Version 1.3.4 is compatible with all previous 1.3.x versions.

License/Authors:
    No change.

Acknowledgments for bug reports and/or bug fixes:
    None

Bug fixes:
    Bug #1017198: Compression fails if bits(TS_STRIDE) > 29
    Bug #1030054: SN is a 16-bit unsigned value for IP/UDP and IP-only profiles
    Bug #1030084: TS_SCALED shall be W-LSB encoded on 32 bits
    Bug #1035918: STATIC field 'IPv6 Next Header' always detected as changed with IPv6
                                  extension headers.
    Bug #1087682: decompressor: zero-length packet causes a crash
    Bug #1087683: decompressor: compressed list with 8-bit XI fields (PS=1) cause a crash

Bug not fixed in order to not change ROHC packet format or due to complexity:
    Bug #1001611: Handle TS wraprounds
    Bug #1001614: Do not send RTP TS scaled if TS_STRIDE=0
    Bug #1035746: Uncompressed profile: wrong CRC for IR packet
    Bug #1047460: Test failure on PowerPC
    Bug #1068998: Compression errors on ARM 9 TDMI
    Bug #1071413: Tests build failure related to pcap.h
    Bug #1080035: Decompression failure with simultaneous TS_STRIDE changes and packet loss

File Description Downloads
download icon rohc-1.3.4.tar.gz (md5, sig) Source code for ROHC library 1.3.4 22
last downloaded 44 weeks ago
download icon rohc-tests-1.3.4.tar.gz (md5, sig) Test captures for ROHC library 1.3.4 18
last downloaded 46 weeks ago
download icon rohc-doc-1.3.4.tar.gz (md5, sig) API documentation for ROHC library 1.3.4 22
last downloaded 17 weeks ago
Total downloads: 62

1.3.3 release from the 1.3.x series released

Release information
Release notes:

The 1.3.3 release fixes 3 bugs found in release 1.3.2 and is compatible with all releases 1.3.x.

Changelog:

Compatibility:
    Version 1.3.3 is compatible with all previous 1.3.x versions.

License/Authors:
    No change.

Acknowledgments for bug reports and/or bug fixes:
    qingbaibai

Bug fixes:
    Bug #1005800: when decoding uor-2-id packet, timestamp is wrong
    Bug #1014056: Changes of behaviour for UDP checksum not correctly supported
    Bug #1014109: IPv4 packets with options not correctly handled

Bug not fixed in order to not change ROHC packet format:
    Bug #1001435: LSB encoding/decoding fails with shift parameter -1
    Bug #1001440: LSB decoding of SN should use shift parameter -1 for IP-only, UDP and UDP-Lite profiles

File Description Downloads
download icon rohc-1.3.3.tar.gz (md5, sig) Source code for ROHC library 1.3.3 32
last downloaded 44 weeks ago
download icon rohc-tests-1.3.3.tar.gz (md5, sig) Test captures for ROHC library 1.3.3 27
last downloaded 44 weeks ago
download icon rohc-doc-1.3.3.tar.gz (md5, sig) API documentation for ROHC library 1.3.3 28
last downloaded 17 weeks ago
Total downloads: 87

1.3.2 release from the 1.3.x series released

Release information
Release notes:

The 1.3.2 release fixes 17 bugs found in release 1.3.1 and is compatible with all releases 1.3.x.

Changelog:

Compatibility:
    Version 1.3.2 is compatible with all previous 1.3.x versions.

License/Authors:
    No change.

Acknowledgments for bug reports and/or bug fixes:
    Ahmed Fathy, Arne, François W., hzkjdxwktx, Klaus Warnke, laAnna Hao, qingbaibai, Viveris Technologies.

Bug fixes:
    Bug #606919: Function rohc_feedback_flush() not referenced in the compression API
    Bug #609736: Wild pointer in ipv6_get_header() and ipv4_get_header() functions
    Bug #622329: ROHC library fails to decompress ROHC packets with empty payloads
    Bug #622736: coding sequence number in Extension 3
    Bug #759460: don't compress a packet only with feedback
    Bug #763496: Large CIDs shall be bound to the [0-16383] range
    Bug #776482: RTP Marker (M) bit must be transmitted if set
    Bug #799856: failure reported when decoding feedback-only packets
    Bug #800829: No check for doxygen
    Bug #800830: No check for gnuplot
    Bug #800841: Setup buildbots for continuous integration
    Bug #804552: UOR-2 packets cannot be used if bits(SN) > 14
    Bug #886523: Build of tests and apps fails with support for shared libs disabled
    Bug #888287: tests fail on ARM
    Bug #892570: Fail to cross-compile for ARM on x86
    Bug #897849: Library fails to build with GCC 4.6
    Bug #948711: mode field not correctly parsed from RTP dynamic chain

Bug not fixed in order to not change ROHC packet format:
    Bug #409562: failed to run the statistics tool
    Bug #604517: Error in Decompressor for RTP profile
    Bug #622128: FEEDBACK-2 without option contains 12 bits of SN, not 8 bits
    Bug #622402: Incorrect format for UO-1-ID packet
    Bug #642850: The ROHC PCAP captures do not use the Ethertype assigned to ROHC
    Bug #761955: IP-ID in extension-3 not compressed as it shall be
    Bug #764707: R-TS = 0, Tsc = 0 in EXT3 no allowed
    Bug #766277: crc calc outer ip hdr wrong
    Bug #767354: Wrong packet decision in FO state
    Bug #777852: Wrong Next Header field in compressed IPv6 extension headers
    Bug #778541: wrong bitmask format for insertion/removal schemes of list compression

File Description Downloads
download icon rohc-1.3.2.tar.gz (md5, sig) Source code for ROHC library 1.3.2 30
last downloaded 17 weeks ago
download icon rohc-tests-1.3.2.tar.gz (md5, sig) Test captures for ROHC library 1.3.2 24
last downloaded 44 weeks ago
download icon rohc-doc-1.3.2.tar.gz (md5, sig) API documentation for ROHC library 1.3.2 23
last downloaded 17 weeks ago
Total downloads: 77

1.3.1 release from the 1.3.x series released

Release information
Release notes:

The 1.3.1 release fixes 9 bugs found in release 1.3.0 and is compatible with release 1.3.0.

Changelog:

Compatibility:
  Version 1.3.1 is compatible with version 1.3.0 but not with versions < 1.3.0
  because of several related to IETF RFCs done in version 1.3.0.

License/Authors:
  No change.

Bug fixes:
  Fix bug #549619 entitled "rohctunnel not installed in /usr/sbin".
  Fix bug #555695 entitled "GCC warnings on x86-64".
  Fix bug #555875 entitled "ROHC library mishandles RTP Payload Type (PT)
    changes".
  Fix bug #556049 entitled "rohc0 creation failed for rohc 1.3.0 library".
  Fix bug #560589 entitled "ROHC library mishandles non-IPv4/IPv6 packets".
  Fix bug #560994 entitled "inaccurate help printed by non-regression
    application".
  Fix bug #565470 entitled "Compression/decompression failure with large
    IPv6 extension".
  Fix bug #580462 entitled "Incorrect test for Uncompressed profile with
    non-IPv4/v6 packets".
  Fix bug #580491 entitled "ROHC library fails to handle a specific ICMP stream".

Miscellaneous:
  Add more debug traces in the decompressor to help debugging.

File Description Downloads
download icon rohc-1.3.1.tar.bz2 (md5, sig) Source code for ROHC library 1.3.1 1,345
last downloaded 9 days ago
download icon rohc-tests-1.3.1.tar.bz2 (md5, sig) Test captures for ROHC library 1.3.1 1,285
last downloaded 17 weeks ago
download icon rohc-doc-1.3.1.tar.bz2 (md5, sig) API documentation for ROHC library 1.3.1 499
last downloaded 17 weeks ago
Total downloads: 3,129

1.3.0 release from the 1.3.x series released

Release information
Release notes:

The 1.3.0 release targets better conformance with IETF RFCs. To achieve this, the format of several ROHC packets changed, so release 1.3.0 is not compatible with previous ones. Various bug were also fixed and the build system was cleaned.

Changelog:

Compatibility:
    Version 1.3.0 is not compatible with versions < 1.3.0 because of several
    fixes related to IETF RFCs that change the format of ROHC packets.
License/Authors:
    Make clear that code is released under GPL version 2 or later.
    Add CNES, the French space agency, as author.
    Add Julien Bernard of Viveris Technologies as author.
    Add Julien Peyrade of Viveris Technologies as author.
Build system:
    Do not force automake version.
    Disable static libraries by default.
    Remove useless check for C++ compiler.
    Change contact address to website instead of email address.
    Add "make check" support for non-regression tests.
    Make trace level configurable through ./configure script.
    Add pkg-config support.
    Do not force -Werror CFLAG by default.
    Add --enable-fail-on-warning to use -Werror CFLAG.
    Fix make dist and make distcheck.
Bug fixes:
    Fix bug #409428 entitled "autogen.sh fails on Ubuntu 8.04".
    Fix bug #414032 entitled "rohctunnel: cannot see compression/decompression
      statistics".
    Fix bug #481572 entitled "incorrect CRC computation".
    Fix bug #482559 entitled "incorrect generic extension header list".
    Fix bug #490752 entitled "ROHC decompressor crashes on Blackfin 561".
    Fix bug #518796 entitled "TS_Stride field not encoded with SDVL".
    Fix several endianness problems.
    Fix large CID support.
    Fix the decision algorithm to be able to choose UO-1-ID packet.
    Fix integer overflow.
    Fix a bug with state transitions at decompressor in unidirectional mode.
    Fix non-regression tests for cases where RTP bit type is enabled.
    Fix many doxygen errors.
    Many more...
ROHC tunnel:
    Re-work option parsing of ROHC tunnel application.
    Install ROHC tunnel application in 'sbin' instead of 'bin'.

File Description Downloads
download icon rohc-1.3.0.tar.bz2 (md5, sig) Source code for ROHC library 1.3.0 318
last downloaded 17 weeks ago
download icon rohc-tests-1.3.0.tar.bz2 (md5, sig) Test captures for ROHC library 1.3.0 166
last downloaded 17 weeks ago
download icon rohc-doc-1.3.0.tar.bz2 (md5, sig) API documentation for ROHC library 1.3.0 164
last downloaded 17 weeks ago
Total downloads: 648

110 of 32 releases