dcerpc sec_vt guid_to_ep_str
authorStefan Metzmacher <metze@samba.org>
Fri, 3 Jan 2014 12:36:55 +0000 (13:36 +0100)
committerStefan Metzmacher <metze@samba.org>
Wed, 29 Jan 2014 08:18:27 +0000 (09:18 +0100)
epan/dissectors/packet-dcerpc.c

index 10c3753051a66a78a8f2e9c53a8372b7aaddd4c8..d4fa183fa2d9dee3437394b3c353cc52449b6f9e 100644 (file)
@@ -2877,7 +2877,7 @@ dissect_sec_vt_pcontext(proto_tree *tree, tvbuff_t *tvb, int offset)
        tvb_get_letohguid(tvb, offset, &uuid);
        uuid_name = guids_get_uuid_name(&uuid);
        if (!uuid_name) {
-               uuid_name = guid_to_str(&uuid);
+               uuid_name = guid_to_ep_str(&uuid);
        }
 
        proto_tree_add_guid_format(tr, hf_dcerpc_sec_vt_pcontext_uuid, tvb,
@@ -2891,7 +2891,7 @@ dissect_sec_vt_pcontext(proto_tree *tree, tvbuff_t *tvb, int offset)
        tvb_get_letohguid(tvb, offset, &uuid);
        uuid_name = guids_get_uuid_name(&uuid);
        if (!uuid_name) {
-               uuid_name = guid_to_str(&uuid);
+               uuid_name = guid_to_ep_str(&uuid);
        }
 
        proto_tree_add_guid_format(tr, hf_dcerpc_sec_vt_pcontext_uuid, tvb,