Skip to content

Commit

Permalink
The alert actually comes from the client
Browse files Browse the repository at this point in the history
  • Loading branch information
syncsynchalt committed Oct 30, 2018
1 parent e36af85 commit e69e0f7
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -15,6 +15,7 @@ test:

clean:
rm -f server/server client/client
rm -f generate/generator

realclean: clean
go clean -cache
Expand Down
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions generate/index.html.template
Expand Up @@ -1983,7 +1983,7 @@ of (not shown) padding bytes and can be ignored.
<div class="explanation">
The client sends an alert that it is closing the connection.
</div>
%file ../captures/caps/serveralert
%file ../captures/caps/clientalert
<span class="record-data">
<span class="string">
<span class="label">Record Header</span>
Expand Down Expand Up @@ -2064,7 +2064,7 @@ of (not shown) padding bytes and can be ignored.
</div>
</div>

%file ../captures/caps/serveralertplain
%file ../captures/caps/clientalertplain
<span class="string decrypted">
<span class="label">Alert Level</span>
<span class="bytes">
Expand Down

0 comments on commit e69e0f7

Please sign in to comment.