aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/t124
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 /asn1/t124
parente790f930572281809487d3ac33c087cdb312108b (diff)
Fix what seems to be a typo error
svn path=/trunk/; revision=46528
Diffstat (limited to 'asn1/t124')
-rw-r--r--asn1/t124/packet-t124-template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/t124/packet-t124-template.c b/asn1/t124/packet-t124-template.c
index 54c4961356..35ac9930cd 100644
--- a/asn1/t124/packet-t124-template.c
+++ b/asn1/t124/packet-t124-template.c
@@ -126,7 +126,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);