aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h225.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2005-07-05 20:20:15 +0000
committerGerald Combs <gerald@wireshark.org>2005-07-05 20:20:15 +0000
commit8434647836757104fa6e764dee19e38ecd6d0ab8 (patch)
treef7f099e3b1ff8881666b63d0b919e92ae2a4319c /epan/dissectors/packet-h225.c
parent276f179b0b86355018fe78018f158c20861b0a8b (diff)
Call proto_tree_add_guid_hidden() for an FT_GUID value. Fixes bugs 274,
276, and 277. svn path=/trunk/; revision=14859
Diffstat (limited to 'epan/dissectors/packet-h225.c')
-rw-r--r--epan/dissectors/packet-h225.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-h225.c b/epan/dissectors/packet-h225.c
index b1080c24ec..85ce2dc390 100644
--- a/epan/dissectors/packet-h225.c
+++ b/epan/dissectors/packet-h225.c
@@ -1,6 +1,6 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Ethereal dissector compiler */
-/* .\packet-h225.c */
+/* ./packet-h225.c */
/* ../../tools/asn2eth.py -X -e -p h225 -c h225.cnf -s packet-h225-template h225.asn */
/* Input file: packet-h225-template.c */
@@ -12432,7 +12432,7 @@ static void ras_call_matching(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tre
/* if this is an ACF, ARJ or DCF, DRJ, give guid to tap and make it filterable */
if (msg_category == 3 || msg_category == 5) {
memcpy(pi->guid, h225ras_call->guid,16);
- proto_tree_add_bytes_hidden(tree, hf_h225_guid, tvb, 0, 16, pi->guid);
+ proto_tree_add_guid_hidden(tree, hf_h225_guid, tvb, 0, 16, pi->guid);
}
if (h225ras_call->rsp_num == 0) {