aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-t124.c
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2012-12-13 17:57:37 +0000
committerPascal Quantin <pascal.quantin@gmail.com>2012-12-13 17:57:37 +0000
commite5fc8a400e7876efc78e845143253f64e7224b7c (patch)
treec0b3574a0bb8eeb4e1893ac25241801479268659 /epan/dissectors/packet-t124.c
parente790f930572281809487d3ac33c087cdb312108b (diff)
Fix what seems to be a typo error
svn path=/trunk/; revision=46528
Diffstat (limited to 'epan/dissectors/packet-t124.c')
-rw-r--r--epan/dissectors/packet-t124.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-t124.c b/epan/dissectors/packet-t124.c
index 46fe140a14..cd2d5de914 100644
--- a/epan/dissectors/packet-t124.c
+++ b/epan/dissectors/packet-t124.c
@@ -2936,7 +2936,7 @@ dissect_t124_new(tvbuff_t *tvb, packet_info *pinfo, proto_tree *parent_tree, voi
top_tree = parent_tree;
- col_set_str(pinfo->cinfo, COL_PROTOCOL, "T.125");
+ col_set_str(pinfo->cinfo, COL_PROTOCOL, "T.124");
col_clear(pinfo->cinfo, COL_INFO);
item = proto_tree_add_item(parent_tree, proto_t124, tvb, 0, tvb_length(tvb), ENC_NA);