Fix tapo.

Change-Id: I1e5a39437e274aa8923e996241d2264dbd63e806
Reviewed-on: https://code.wireshark.org/review/27014
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2018-04-18 15:46:00 -07:00
parent 5f3e0f4ce2
commit d5c4c6972e
1 changed files with 1 additions and 1 deletions

View File

@ -525,7 +525,7 @@ static const value_string tcp_option_kind_vs[] = {
{ TCPOPT_MPTCP, "Multipath TCP" },
{ TCPOPT_TFO, "TCP Fast Open Cookie" },
{ TCPOPT_RVBD_PROBE, "Riverbed Probe" },
{ TCPOPT_RVBD_TRPY, "Riverbed Transparancy" },
{ TCPOPT_RVBD_TRPY, "Riverbed Transparency" },
{ TCPOPT_EXP_FD, "RFC3692-style Experiment 1" },
{ TCPOPT_EXP_FE, "RFC3692-style Experiment 2" },
{ 0, NULL }