-
gcc -g -O2 -DHAVE_LIBM=1 -DHAVE_SYS_TIME_H=1 -DSTDC_HEADERS=1 -DTIME_WITH_SYS_TIME=1 -DSIZEOF_UNSIGNED_SHORT=2 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG=4 -DSIZEOF_UNSIGNED_LONG_LONG=8 -DRETSIGTYPE=void -DHAVE_VPRINTF=1 -DHAVE_STRDUP=1 -c -o ssldecode.o ./ssl/ssldecode.c -DOPENSSL -D_BSD_SOURCE=1 -DLINUX -I./base/ -I./null/ -I./ssl/ -Icommon/include/ -I./null/ -I./ssl/...
2009-11-06 01:06:59 UTC by nobody
-
I need to be able to install the ssldump libs to an alternative directory as I don't have write privileges even through sudo.
How do I specify a different target lib dir?
thanks in advance.
2009-09-02 13:53:52 UTC by nobody
-
Hi,
I am getting "ERROR: Length mismatch" error as soon as I issued the command ssldump.Please let know how to avoid this.
Please send your solution to the email id : sendheep@gmail.com.
2009-08-28 16:09:14 UTC by nobody
-
ssldump segfaults while parsing a certificate with unknown type. This is because the loop in ssl_print_enum (ssl/sslprint.c) checks against the wrong terminating value for client_certificate_type_decoder (ssl/ssl.enums.c).
2009-08-06 19:40:22 UTC by nobody
-
./base/tcpconn.h:53: error: expected specifier-qualifier-list before ‘tcp_seq’.
2009-07-28 07:30:49 UTC by nobody
-
This is probably due to -s 1500 and jumbo packets. Try using -s 0.
2009-03-19 15:28:57 UTC by dimrub
-
This is probably due to -s 1500 and jumbo packets. Try using -s 0.
2009-03-19 15:28:07 UTC by dimrub
-
I have read that this issue was fixed but I am getting the MD5_CTX undeclared identifier when I run make:
root@kw-rh-mpp2 ssldump-0.9b3]# make
gcc -g -O2 -DHAVE_LIBM=1 -DHAVE_SYS_TIME_H=1 -DSTDC_HEADERS=1 -DTIME_WITH_SYS_TIME=1 -DSIZEOF_UNSIGNED_SHORT=2 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG=4 -DSIZEOF_UNSIGNED_LONG_LONG=8 -DRETSIGTYPE=void -DHAVE_VPRINTF=1 -DHAVE_STRDUP=1 -c -o...
2009-01-21 00:02:15 UTC by nobody
-
I have a tcpdump file created with:
tcpdump -s1500 -iem0 -w wnssl.dump port 443
Once I let it capture some packets and terminate it, the file is not really readable. I use the following to display the capture:
ssldump -nr wnssl.dump
It reads a couple packets (properly) and then prints
ERROR: Length mismatch
tcpdump -nr wnssl.dump displays all the packets.
The tcpdump file...
2008-12-17 20:35:27 UTC by nobody
-
Target system is Centos 5. I just installed OpenSSL 0.9.8i and linked using:
LIBS += -L/usr/local/ssl/lib -lssl -lcrypto -lpcap -lm -ldl
It builds cleanly with the exception of what appear to be 2 minor incompatible pointer type warnings like "sslx_print_certificate"
when I run ssldump -i eth0 I get:
ERROR: Couldn't create network handler.
2008-10-23 20:28:04 UTC by simusid