Package: tcpxtract / 1.0.1-17

Metadata

Package Version Patches format
tcpxtract 1.0.1-17 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
10_fix manpage.patch | (download)

tcpxtract.1 | 14 1 + 13 - 0 !
1 file changed, 1 insertion(+), 13 deletions(-)

 remove version and upstream specific notes from manual page.
20_tcpxtract fix segfault.patch | (download)

sessionlist.c | 4 4 + 0 - 0 !
tcpxtract.c | 4 2 + 2 - 0 !
2 files changed, 6 insertions(+), 2 deletions(-)

 fix segfaults due to uninitialized variables.
Bug: http://bugs.debian.org/599746
30_fix excessive sync.patch | (download)

extract.c | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 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 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix incorrect magic byte values for png headers.

Bug: #649249

50_fix spelling binary.patch | (download)

extract.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix a spelling error in final binary.
60_libfl.patch | (download)

Makefile.am | 2 1 + 1 - 0 !
configure.in | 1 0 + 1 - 0 !
2 files changed, 1 insertion(+), 2 deletions(-)

 ac_check_lib(fl, main) does not work with shared libfl
 Use LEXLIB set by the already called AC_PROG_LEX.