From f2e2be709a08afd8a1d6149805bca5c800fb4ff7 Mon Sep 17 00:00:00 2001 From: Stephen Fisher Date: Fri, 10 Sep 2010 16:23:58 +0000 Subject: Expand description for "NOP" and "EOL" options to "No-Operation (NOP)" and "End of Options List (EOL)" respectively. svn path=/trunk/; revision=34095 --- epan/dissectors/packet-tcp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'epan/dissectors/packet-tcp.c') 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, -- cgit v1.2.3