1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-07-31 00:03:07 +03:00

First lines of experimental pcap output support

This will serve to debug packets right under wireshark !
This commit is contained in:
Aris Adamantiadis
2009-11-08 23:42:41 +01:00
parent 10f27457d3
commit 10b625e180
9 changed files with 396 additions and 1 deletions

View File

@ -6,3 +6,4 @@ option(WITH_STATIC_LIB "Build with a static library" OFF)
option(WITH_DEBUG_CRYPTO "Build with cryto debug output" OFF)
option(WITH_DEBUG_CALLTRACE "Build with calltrace debug output" ON)
option(WITH_GCRYPT "Compile against libgcrypt" OFF)
option(WITH_PCAP "Compile with Pcap generation support" OFF)