mirror of
https://github.com/adulau/ssldump.git
synced 2025-04-30 05:38:12 +00:00
fix of session dualism
This commit is contained in:
parent
7c131e2ae9
commit
b53031630c
1 changed files with 5 additions and 3 deletions
|
@ -296,9 +296,11 @@ int ssl_expand_record(ssl_obj *ssl,
|
|||
}
|
||||
}
|
||||
}
|
||||
if(ct == 23) {
|
||||
if(logger) {
|
||||
logger->vtbl->data(ssl->logger_obj, d.data, d.len, direction);
|
||||
else {
|
||||
if(ct == 23) {
|
||||
if(logger) {
|
||||
logger->vtbl->data(ssl->logger_obj, d.data, d.len, direction);
|
||||
}
|
||||
}
|
||||
}
|
||||
if((r = ssl_decode_switch(ssl, ContentType_decoder, ct, direction, q,
|
||||
|
|
Loading…
Add table
Reference in a new issue