aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tcp.c
diff options
context:
space:
mode:
authorStephen Fisher <steve@stephen-fisher.com>2010-09-10 16:23:58 +0000
committerStephen Fisher <steve@stephen-fisher.com>2010-09-10 16:23:58 +0000
commitf2e2be709a08afd8a1d6149805bca5c800fb4ff7 (patch)
tree39e313cf6cd1b5d3bc91d3e69cb3826e462bbfb4 /epan/dissectors/packet-tcp.c
parent8d3e4728661b5f94c0d695805faf41fdd9e4eb3c (diff)
Expand description for "NOP" and "EOL" options to "No-Operation (NOP)" and
"End of Options List (EOL)" respectively. svn path=/trunk/; revision=34095
Diffstat (limited to 'epan/dissectors/packet-tcp.c')
-rw-r--r--epan/dissectors/packet-tcp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-tcp.c b/epan/dissectors/packet-tcp.c
index 93a65bb3fd..2f20772c57 100644
--- a/epan/dissectors/packet-tcp.c
+++ b/epan/dissectors/packet-tcp.c
@@ -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,