diff options
author | Stig Bjørlykke <stig@bjorlykke.org> | 2009-06-26 03:20:12 +0000 |
---|---|---|
committer | Stig Bjørlykke <stig@bjorlykke.org> | 2009-06-26 03:20:12 +0000 |
commit | 1a3432a0e061b1da061a1b25288a2429a7eea296 (patch) | |
tree | 0b367fdd47c5919215d6d62119b08c6d1f32ec29 /asn1/spnego | |
parent | 7f1f48a8b2090fa6b52e75f88cd3a179cd1ed7df (diff) | |
download | wireshark-1a3432a0e061b1da061a1b25288a2429a7eea296.tar.gz wireshark-1a3432a0e061b1da061a1b25288a2429a7eea296.tar.bz2 wireshark-1a3432a0e061b1da061a1b25288a2429a7eea296.zip |
tvb_child_new_real_data() -> tvb_new_child_real_data()
svn path=/trunk/; revision=28845
Diffstat (limited to 'asn1/spnego')
-rw-r--r-- | asn1/spnego/packet-spnego-template.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/spnego/packet-spnego-template.c b/asn1/spnego/packet-spnego-template.c index 095fe79f47..4ad02373f2 100644 --- a/asn1/spnego/packet-spnego-template.c +++ b/asn1/spnego/packet-spnego-template.c @@ -719,7 +719,7 @@ decrypt_gssapi_krb_cfx_wrap(proto_tree *tree _U_, packet_info *pinfo _U_, tvbuff memcpy(outdata, output, tvb_length(tvb)); g_free(output); - pinfo->gssapi_decrypted_tvb=tvb_child_new_real_data(tvb, + pinfo->gssapi_decrypted_tvb=tvb_new_child_real_data(tvb, outdata, datalen-16, datalen-16); |