aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/dap/dap.cnf
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/dap/dap.cnf')
-rw-r--r--asn1/dap/dap.cnf2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/dap/dap.cnf b/asn1/dap/dap.cnf
index beb03f0dac..920be76168 100644
--- a/asn1/dap/dap.cnf
+++ b/asn1/dap/dap.cnf
@@ -290,7 +290,7 @@ OPERATION.&ResultType
%(DEFAULT_BODY)s
if(out_tvb) {
- len = tvb_length(out_tvb);
+ len = tvb_captured_length(out_tvb);
/* now see if we can add a string representation */
for(i=0; i<len; i++)
if(!g_ascii_isprint(tvb_get_guint8(out_tvb, i)))