Store User-Agent information and send to occtl.

This commit is contained in:
Nikos Mavrogiannopoulos
2014-01-12 14:35:58 +01:00
parent b8a4fdf530
commit 39572b3d48
8 changed files with 52 additions and 3 deletions

View File

@@ -100,6 +100,7 @@ struct proc_st {
char hostname[MAX_HOSTNAME_SIZE]; /* the requested hostname */
uint8_t cookie[COOKIE_SIZE]; /* the cookie associated with the session */
char user_agent[MAX_AGENT_SIZE];
char tls_ciphersuite[MAX_CIPHERSUITE_NAME];
char dtls_ciphersuite[MAX_DTLS_CIPHERSUITE_NAME];