Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decoding error: [ERR D5] Copy operator missing mandatory integer field/no initial value Field: BidSize #129

Open
GoogleCodeExporter opened this issue Apr 13, 2016 · 2 comments

Comments

@GoogleCodeExporter
Copy link

[enter a more detailed description of the problem]

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using (svn Rev # or download package
version #)? On what operating system?  What source of data


Please provide any additional information below.   Attach templates and
test data if possible and relevant.

Original issue reported on code.google.com by [email protected] on 10 Jun 2015 at 11:54

@GoogleCodeExporter
Copy link
Author

Hi,

am just streaming the packet from one by one from pcap file and passing the 
length and packet data to the QuickFast to decode.

but for each packet quick fast is giving the error.

Decoding error: [ERR D5] Copy operator missing mandatory integer field/no 
initial value Field: BidSize

so, could any one please help me out on this.


Original comment by [email protected] on 10 Jun 2015 at 11:59

@GoogleCodeExporter
Copy link
Author

See all those questions up there that you didn't answer?   There is a reason we 
ask those questions.   When you say "could any on please help me out on this?" 
the answer is, "No, not unless you provide a more complete error report."

That being said, the error indicates that you are using a copy operator with no 
initial value specified in the template, and the first record does not include 
the field so there is nothing to copy.  The name of the field is BidSize

Original comment by [email protected] on 11 Jun 2015 at 2:30

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant