mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-09 09:54:25 +09:00
First lines of experimental pcap output support
This will serve to debug packets right under wireshark !
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
all: test_tunnel test_exec
|
||||
all: test_tunnel test_exec test_pcap
|
||||
CFLAGS=-I../include/ -g -Wall
|
||||
LDFLAGS=-lssh -L../build/libssh/
|
||||
|
||||
@@ -8,5 +8,8 @@ test_tunnel: test_tunnel.o authentication.o connection.o
|
||||
test_exec: test_exec.o authentication.o connection.o
|
||||
gcc -o $@ $^ $(LDFLAGS)
|
||||
|
||||
test_pcap: test_pcap.o
|
||||
gcc -o $@ $^ $(LDFLAGS)
|
||||
|
||||
clean:
|
||||
rm -f *.o test_tunnel
|
||||
|
||||
Reference in New Issue
Block a user