You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to use your library to parse mdns packets but I failed on one of them.
It comes from a NetGear ReadyNAS as a response on a service query.
I don't know if mDNS is in the scope for this library but I shure hope so.
TypeError: Bad argument.
at Buffer.toString (buffer.js:419:26)
at BufferCursor.toString (/home/code/node_modules/native-dns-packet/node_modules/buffercursor/buffercursor.js:148:21)
at nameUnpack (/home/code/node_modules/native-dns-packet/packet.js:81:17)
at parseRR (/home/code/node_modules/native-dns-packet/packet.js:508:14)
at Function.Packet.parse (/home/code/node_modules/native-dns-packet/packet.js:662:17)
I was trying to use your library to parse mdns packets but I failed on one of them.
It comes from a NetGear ReadyNAS as a response on a service query.
I don't know if mDNS is in the scope for this library but I shure hope so.
The text was updated successfully, but these errors were encountered: