Skip to content

Commit

Permalink
Test to remove borders on diagram block.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimi1010 committed Jan 18, 2025
1 parent fc84dc9 commit 785d2cb
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions Packet++/header/SSLLayer.h
Original file line number Diff line number Diff line change
Expand Up @@ -299,17 +299,17 @@ namespace pcpp
///
/// @code{.unparsed}
/// ╔═════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════╗
/// ║ |---------------------------------------------- SSLHandshakeLayer -----------------------------------------------------|
/// ║ +----------------------+-------------------------------------+---------------------------+-----------------------------+
/// ║ | ssl_tls_record_layer | SSLServerHelloMessage | SSLCertificateMessage | SSLServerKeyExchangeMessage |
/// ║ | struct | | | |
/// ║ +----------------------+-------------------------------------+---------------------------+-----------------------------+
/// ║ / | \ | \ \ | \ | \
/// ║ / version \ | handshake \ rest of | | rest | | rest
/// ║ / TLS1_0 \ type \ message handshake of fields... handshake of fields...
/// ║ type \ | SSL_SERVER_HELLO \ fields...| type | type
/// ║ SSL_HANDSHAKE length handshake SSL_CERTIFICATE SSL_SERVER_KEY_EXCHANGE
/// ║ (22) xxx | version,length | |
/// ║ |---------------------------------------------- SSLHandshakeLayer -----------------------------------------------------|
/// ║ +----------------------+-------------------------------------+---------------------------+-----------------------------+
/// ║ | ssl_tls_record_layer | SSLServerHelloMessage | SSLCertificateMessage | SSLServerKeyExchangeMessage |
/// ║ | struct | | | |
/// ║ +----------------------+-------------------------------------+---------------------------+-----------------------------+
/// ║ / | \ | \ \ | \ | \
/// ║ / version \ | handshake \ rest of | | rest | | rest
/// ║ / TLS1_0 \ type \ message handshake of fields... handshake of fields...
/// ║ type \ | SSL_SERVER_HELLO \ fields...| type | type
/// ║ SSL_HANDSHAKE length handshake SSL_CERTIFICATE SSL_SERVER_KEY_EXCHANGE
/// ║ (22) xxx | version,length | |
/// ╚═════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════╝
/// @endcode
// clang-format on
Expand Down

0 comments on commit 785d2cb

Please sign in to comment.