Expand description for "NOP" and "EOL" options to "No-Operation (NOP)" and

"End of Options List (EOL)" respectively.


svn path=/trunk/; revision=34095
This commit is contained in:
Stephen Fisher 2010-09-10 16:23:58 +00:00
parent 8d3e472866
commit f2e2be709a

View file

@ -2698,7 +2698,7 @@ dissect_tcpopt_mood(const ip_tcp_opt _U_*optp, tvbuff_t *tvb,
static const ip_tcp_opt tcpopts[] = {
{
TCPOPT_EOL,
"EOL",
"End of Option List (EOL)",
NULL,
NO_LENGTH,
0,
@ -2706,7 +2706,7 @@ static const ip_tcp_opt tcpopts[] = {
},
{
TCPOPT_NOP,
"NOP",
"No-Operation (NOP)",
NULL,
NO_LENGTH,
0,