Forgot to check in regenerated dissector for dap.

svn path=/trunk/; revision=52111
This commit is contained in:
Jörg Mayer 2013-09-16 21:38:42 +00:00
parent e14b587293
commit 0017e999f4
1 changed files with 45 additions and 45 deletions

View File

@ -1567,10 +1567,10 @@ dissect_dap_T_newRequest(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offse
static int
dissect_dap_T_pagedResultsQueryReference(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
tvbuff_t *out_tvb;
int i;
int i;
int len;
offset = dissect_ber_octet_string(implicit_tag, actx, tree, tvb, offset, hf_index,
offset = dissect_ber_octet_string(implicit_tag, actx, tree, tvb, offset, hf_index,
&out_tvb);