ssl_analyze.h (ssldump-0.9b3) | : | ssl_analyze.h (ssldump-1.3) | ||
---|---|---|---|---|
skipping to change at line 62 | skipping to change at line 62 | |||
#define P_HL (1<<5) | #define P_HL (1<<5) | |||
#define P_ND (1<<6) | #define P_ND (1<<6) | |||
#define P_DC (1<<7) | #define P_DC (1<<7) | |||
#define P_NR (1<<8) | #define P_NR (1<<8) | |||
#define P_ASN (1<<9) | #define P_ASN (1<<9) | |||
#define P_CR (1<<10) | #define P_CR (1<<10) | |||
#define P_AD (1<<11) | #define P_AD (1<<11) | |||
#define P_TSA (1<<12) | #define P_TSA (1<<12) | |||
#define P_QT (1<<13) | #define P_QT (1<<13) | |||
#define P_HO (1<<14) | #define P_HO (1<<14) | |||
#define P_JS (1<<15) | ||||
#define SSL_PRINT_TIMESTAMP (1) /*Timestamp records*/ | #define SSL_PRINT_TIMESTAMP (1) /*Timestamp records*/ | |||
#define SSL_PRINT_HEXDUMP (1<<2) /*Print the whole record in hex*/ | #define SSL_PRINT_HEXDUMP (1<<2) /*Print the whole record in hex*/ | |||
#define SSL_PRINT_RECORD_HEADER P_RH /*Print the record header*/ | #define SSL_PRINT_RECORD_HEADER P_RH /*Print the record header*/ | |||
#define SSL_PRINT_HANDSHAKE_TYPE P_HT /*Print the handshake type*/ | #define SSL_PRINT_HANDSHAKE_TYPE P_HT /*Print the handshake type*/ | |||
#define SSL_PRINT_HIGHLIGHTS (P_HT | P_HL) | #define SSL_PRINT_HIGHLIGHTS (P_HT | P_HL) | |||
#define SSL_PRINT_ALL_FIELDS (P_RH | P_HT | P_HL | P_ND) | #define SSL_PRINT_ALL_FIELDS (P_RH | P_HT | P_HL | P_ND) | |||
#define SSL_PRINT_DECODE (P_DC) /*Print fields as decoded*/ | #define SSL_PRINT_DECODE (P_DC) /*Print fields as decoded*/ | |||
#define SSL_PRINT_NROFF (P_NR) | #define SSL_PRINT_NROFF (P_NR) | |||
#define SSL_PRINT_DECODE_ASN1 (P_ASN) | #define SSL_PRINT_DECODE_ASN1 (P_ASN) | |||
#define SSL_PRINT_CRYPTO (P_CR) | #define SSL_PRINT_CRYPTO (P_CR) | |||
#define SSL_PRINT_APP_DATA (P_AD) | #define SSL_PRINT_APP_DATA (P_AD) | |||
#define SSL_PRINT_TIMESTAMP_ABSOLUTE (P_TSA) | #define SSL_PRINT_TIMESTAMP_ABSOLUTE (P_TSA) | |||
#define SSL_PRINT_QUIET (P_QT) | #define SSL_PRINT_QUIET (P_QT) | |||
#define SSL_PRINT_HEX_ONLY (P_HO) | #define SSL_PRINT_HEX_ONLY (P_HO) | |||
#define SSL_PRINT_JSON (P_JS) | ||||
#define SSL_PRINT_ALL 0xfffffff | #define SSL_PRINT_ALL 0xfffffff | |||
extern UINT4 SSL_print_flags; | extern UINT4 SSL_print_flags; | |||
extern char *SSL_keyfile; | extern char *SSL_keyfile; | |||
extern char *SSL_password; | extern char *SSL_password; | |||
extern char *SSL_keylogfile; | ||||
#endif | #endif | |||
End of changes. 3 change blocks. | ||||
0 lines changed or deleted | 3 lines changed or added |