Skip to content

these are the IMDA changes#1

Open
vnarayaj wants to merge 9 commits intosimonellistonball:masterfrom
vnarayaj:master
Open

these are the IMDA changes#1
vnarayaj wants to merge 9 commits intosimonellistonball:masterfrom
vnarayaj:master

Conversation

@vnarayaj
Copy link

two changes to IANA_IPFIX_TYPES.java and 1 change to NetflowParser.java

Copy link
Owner

@simonellistonball simonellistonball left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why the additional copies of the java files in the root? Are the real changes just in the package based diffs?

if (signed) {
return String.valueOf(
((dst[0] & 0x8000) == 0x8000 ? -1 : 1) * bytesToLong(dst, len > 0 ? len : bytes));
return String.valueOf(bytesToLong(dst, len > 0 ? len : bytes));

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a reason to remove the 0x8000 check here?

@vnarayaj
Copy link
Author

vnarayaj commented Nov 29, 2018 via email

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants