Package: tcpxtract / 1.0.1-15
Metadata
Package | Version | Patches format |
---|---|---|
tcpxtract | 1.0.1-15 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
10_fix manpage.patch | (download) |
tcpxtract.1 |
14 1 13 - 0 ! |
remove version and upstream specific notes from manual page. |
20_tcpxtract fix segfault.patch | (download) |
sessionlist.c |
4 4 0 - 0 ! |
fix segfaults due to uninitialized variables. Bug: http://bugs.debian.org/599746 |
30_fix excessive sync.patch | (download) |
extract.c |
3 2 1 - 0 ! |
remove excessive sync calls causing lots of disk activity and replace by fsync on closing the file. Bug: http://bugs.debian.org/623140 |
40_fix png header bytes.patch | (download) |
tcpxtract.conf |
2 1 1 - 0 ! |
fix incorrect magic byte values for png headers. Bug: #649249 |
50_fix spelling binary.patch | (download) |
extract.c |
2 1 1 - 0 ! |
fix a spelling error in final binary. |
60_libfl.patch | (download) |
Makefile.am |
2 1 1 - 0 ! |
ac_check_lib(fl, main) does not work with shared libfl Use LEXLIB set by the already called AC_PROG_LEX. |