QUIC: fix link to error code

Change-Id: If5a0e547c1fb952584f7e661ae5ad1abfdf4bec3
Reviewed-on: https://code.wireshark.org/review/19473
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Alexis La Goutte 2016-12-30 09:54:17 +01:00 committed by Anders Broman
parent 5c356aaa83
commit f1fb896e58
1 changed files with 2 additions and 2 deletions

View File

@ -483,7 +483,7 @@ static const value_string cadr_type_vals[] = {
/**************************************************************************/
/* Error Code */
/**************************************************************************/
/* See https://chromium.googlesource.com/chromium/src.git/+/master/net/quic/core/quic_protocol.h */
/* See https://chromium.googlesource.com/chromium/src.git/+/master/net/quic/core/quic_error_codes.h */
enum QuicErrorCode {
QUIC_NO_ERROR = 0,
@ -809,7 +809,7 @@ static value_string_ext error_code_vals_ext = VALUE_STRING_EXT_INIT(error_code_v
/**************************************************************************/
/* RST Stream Error Code */
/**************************************************************************/
/* See https://chromium.googlesource.com/chromium/src.git/+/master/net/quic/core/quic_protocol.h (enum QuicRstStreamErrorCode) */
/* See https://chromium.googlesource.com/chromium/src.git/+/master/net/quic/core/quic_error_codes.h (enum QuicRstStreamErrorCode) */
enum QuicRstStreamErrorCode {
/* Complete response has been sent, sending a RST to ask the other endpoint to stop sending request data without discarding the response. */