aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/h248/h248.cnf
diff options
context:
space:
mode:
authorLuis Ontanon <luis.ontanon@gmail.com>2005-11-02 19:46:47 +0000
committerLuis Ontanon <luis.ontanon@gmail.com>2005-11-02 19:46:47 +0000
commitb10fcd969a4d6946cb61fad755aa079799ce0707 (patch)
tree2ee75f23a6f265446d6b4705df73c887ef445f26 /asn1/h248/h248.cnf
parente90ebfad099b368784d42805aae4a7c2c151bded (diff)
- terminate a value_string
- wildcard field subdissector svn path=/trunk/; revision=16378
Diffstat (limited to 'asn1/h248/h248.cnf')
-rw-r--r--asn1/h248/h248.cnf9
1 files changed, 8 insertions, 1 deletions
diff --git a/asn1/h248/h248.cnf b/asn1/h248/h248.cnf
index fede98391e..a7ecee3006 100644
--- a/asn1/h248/h248.cnf
+++ b/asn1/h248/h248.cnf
@@ -195,7 +195,14 @@ ServiceChangeReply/terminationID terminationIDList
h248_cmdmsg->cmd_type = H248_CMD_AUDITVAL;
#.END
-#.FN_HDR WildcardField
+#.FN_BODY WildcardField
+ tvbuff_t* new_tvb;
+ offset = dissect_ber_octet_string(implicit_tag, pinfo, tree, tvb, offset, hf_index,&new_tvb);
+ tree = proto_item_add_subtree(get_ber_last_created_item(),ett_wildcard);
+ proto_tree_add_item(tree,hf_h248_term_wild_type,new_tvb,0,1,FALSE);
+ proto_tree_add_item(tree,hf_h248_term_wild_level,new_tvb,0,1,FALSE);
+ proto_tree_add_item(tree,hf_h248_term_wild_position,new_tvb,0,1,FALSE);
+
h248_cmdmsg->term_is_wildcard = TRUE;
#.END