Comparing version 1.1.18 to 1.1.19
@@ -0,0 +0,0 @@ |
@@ -0,0 +0,0 @@ |
@@ -0,0 +0,0 @@ |
@@ -0,0 +0,0 @@ |
@@ -0,0 +0,0 @@ |
@@ -0,0 +0,0 @@ |
@@ -0,0 +0,0 @@ |
@@ -0,0 +0,0 @@ |
@@ -0,0 +0,0 @@ |
@@ -0,0 +0,0 @@ |
@@ -0,0 +0,0 @@ |
@@ -0,0 +0,0 @@ |
@@ -0,0 +0,0 @@ |
@@ -0,0 +0,0 @@ |
@@ -0,0 +0,0 @@ |
@@ -246,6 +246,2 @@ | ||
if (value.length > 8) | ||
throw new RequestInvalidError ("64 bit unsigned integer too long '" | ||
+ value.length + "'"); | ||
return value; | ||
@@ -328,5 +324,2 @@ } | ||
function writeUint64 (buffer, value) { | ||
if (value.length > 8) | ||
throw new RequestInvalidError ("64 bit unsigned integer too long '" | ||
+ value.length + "'"); | ||
buffer.writeBuffer (value, ObjectType.Counter64); | ||
@@ -333,0 +326,0 @@ } |
{ | ||
"name": "net-snmp", | ||
"version": "1.1.18", | ||
"version": "1.1.19", | ||
"description": "JavaScript implementation of the Simple Network Management Protocol (SNMP)", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -1248,2 +1248,7 @@ | ||
## Version 1.1.19 - 26/08/2016 | ||
* Remove 64bit integer check to ensure a maximum of 8 bytes are given in send | ||
and received messages | ||
# Roadmap | ||
@@ -1250,0 +1255,0 @@ |
@@ -0,0 +0,0 @@ |
@@ -0,0 +0,0 @@ |
@@ -0,0 +0,0 @@ |
@@ -0,0 +0,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
1289
628152
1794