2
I Use This!
Inactive

Commits : Listings

Analyzed about 20 hours ago. based on code collected about 20 hours ago.
Nov 08, 2024 — Nov 08, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
When one step fails during a test (the decompression process for example), the reason often comes from the previous step (the compression process if an error occurs during the decompression process). However, if the previous step was successful, no debug information about the previous step is shown in the HTML report. It makes debugging more difficult. More... over 18 years ago
Add support for the PCAP link layer type 'raw' in the test program. This is useful for packet captures over virtual network interfaces like IPv4-in-IPv4 or IPv6-in-IPv4 tunnels. The link layer types supported by the test program are now Ethernet (DLT_EN10MB) and raw (DLT_RAW). More... over 18 years ago
When the comparison of the ROHC packets failed, the reason often comes from the compression process. However, if the compression process was successful, no debug information about the compression process is shown in the HTML report. It makes debugging more difficult. More... over 18 years ago
Correct a problem in the HTML report. The link to the debug info about the comparison of the ROHC packets was incorrect. The link pointed to the comparison of the IP packets. More... over 18 years ago
Update the INSTALL instructions (how to generate the doxygen documentation) and add a doxygen comment that will appear on the main page of the doxygen documentation. More... over 18 years ago
The content of the .deps and .libs is generated at compilation time, there is no need to save them in SVN. More... almost 19 years ago
The Makefile is generated, there is no need to save it in SVN. More... almost 19 years ago
Initial import of the ROHC compression/decompression library. More... almost 19 years ago