aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-frame.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-09-23 18:05:36 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-09-23 18:05:36 +0000
commitbed8f51d98d18a8c421e4feeb40fcb412a1bbab1 (patch)
treef858a9940478918651901f3be17fd7d4e285b203 /epan/dissectors/packet-frame.c
parentdb303015df36abef821bcb980237d67c297966ea (diff)
show the same [Packet size limited during capture] message in the column info, instead of the former (unintuitive) [Short Frame]
svn path=/trunk/; revision=15979
Diffstat (limited to 'epan/dissectors/packet-frame.c')
-rw-r--r--epan/dissectors/packet-frame.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-frame.c b/epan/dissectors/packet-frame.c
index 5a3ae172eb..c91ff5519d 100644
--- a/epan/dissectors/packet-frame.c
+++ b/epan/dissectors/packet-frame.c
@@ -272,7 +272,7 @@ show_exception(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree,
case BoundsError:
if (check_col(pinfo->cinfo, COL_INFO))
- col_append_str(pinfo->cinfo, COL_INFO, "[Short Frame]");
+ col_append_str(pinfo->cinfo, COL_INFO, "[Packet size limited during capture]");
/*item =*/ proto_tree_add_protocol_format(tree, proto_short, tvb, 0, 0,
"[Packet size limited during capture: %s truncated]", pinfo->current_proto);
/* Don't record BoundsError exceptions as expert events - they merely