addr packet parsing.
This commit is contained in:
parent
1e802c152f
commit
8746248c2c
@ -506,7 +506,7 @@ Parser.prototype.parseAddr = function parseAddr(p) {
|
||||
|
||||
p = p.slice(off);
|
||||
|
||||
for (i = 0; i < count; i++) {
|
||||
for (i = 0; i < count && p.length; i++) {
|
||||
// timestamp - LE
|
||||
ts = utils.readU32(p, 0);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user