-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TLS refactor #227
base: master
Are you sure you want to change the base?
TLS refactor #227
Conversation
123d004
to
dd4966c
Compare
388d807
to
914717f
Compare
914717f
to
8f44010
Compare
Udelej rebase + oprav buildovani a ja to nasadim na test |
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #227 +/- ##
==========================================
+ Coverage 40.78% 41.55% +0.77%
==========================================
Files 104 105 +1
Lines 10124 10307 +183
Branches 1492 1489 -3
==========================================
+ Hits 4129 4283 +154
- Misses 5130 5163 +33
+ Partials 865 861 -4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@@ -7,19 +7,15 @@ | |||
* \brief Class for parsing TLS traffic. | |||
* \author Andrej Lukacovic [email protected] | |||
* \author Karel Hynek <[email protected]> | |||
* \date 2022 | |||
* \author Zainullin Damir <[email protected]> | |||
* \date 2024 | |||
*/ | |||
|
|||
#include "tls_parser.hpp" | |||
#include <endian.h> | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Chybi ti tady hromada includu (ale i v ostatnich souborech).
Projdi prosimte soubory a vse potrebne co neni v .hpp dopln.
S novejsi verzi gcc to ani nejde prelozit
No description provided.