aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-x411.c
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2007-10-31 21:24:16 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2007-10-31 21:24:16 +0000
commit9ed1834d80c47b4c270d5fa75f2cae0d85949ea7 (patch)
tree7f72a3e76311caa37dfa1d299da900c6b214236c /epan/dissectors/packet-x411.c
parent2be99d15e43a4330ed8153e3904886566bbd0717 (diff)
Use oid_add_from_string for adding names.
(gsmmap and inap does not compile at the moment). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23324 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-x411.c')
-rw-r--r--epan/dissectors/packet-x411.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-x411.c b/epan/dissectors/packet-x411.c
index 7dff885cc7..547a9a3cfe 100644
--- a/epan/dissectors/packet-x411.c
+++ b/epan/dissectors/packet-x411.c
@@ -7095,7 +7095,7 @@ dissect_x411(tvbuff_t *tvb, packet_info *pinfo, proto_tree *parent_tree)
}
if (check_col(pinfo->cinfo, COL_INFO))
- col_add_str(pinfo->cinfo, COL_INFO, x411_op_name);
+ col_set_str(pinfo->cinfo, COL_INFO, x411_op_name);
while (tvb_reported_length_remaining(tvb, offset) > 0){
old_offset=offset;
@@ -9324,7 +9324,7 @@ void proto_reg_handoff_x411(void) {
/* APPLICATION CONTEXT */
- add_oid_str_name("2.6.0.1.6", "id-ac-mts-transfer");
+ oid_add_from_string("id-ac-mts-transfer","2.6.0.1.6");
/* ABSTRACT SYNTAXES */