aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-04-12 21:07:48 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-04-12 21:07:48 +0000
commit4929e662b80446be8b350f507e4e26e12a9a026e (patch)
tree09f8520b59192701226b38f7c11c5f3fe9b383e9 /epan
parent83f14e4614a04eb3d646c4b987b73f6cbaa1a346 (diff)
[CHECKSUM INCORRECT] -> [TCP CHECKSUM INCORRECT]
svn path=/trunk/; revision=14056
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-tcp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-tcp.c b/epan/dissectors/packet-tcp.c
index 814a8145ac..82a702bff2 100644
--- a/epan/dissectors/packet-tcp.c
+++ b/epan/dissectors/packet-tcp.c
@@ -2945,7 +2945,7 @@ dissect_tcp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
in_cksum_shouldbe(th_sum, computed_cksum));
if (check_col(pinfo->cinfo, COL_INFO))
- col_append_fstr(pinfo->cinfo, COL_INFO, " [CHECKSUM INCORRECT]");
+ col_append_fstr(pinfo->cinfo, COL_INFO, " [TCP CHECKSUM INCORRECT]");
/* Checksum is invalid, so we're not willing to desegment it. */
desegment_ok = FALSE;