diff --git a/index.js b/index.js index 13a1f61..8978b93 100644 --- a/index.js +++ b/index.js @@ -447,8 +447,6 @@ function setupCapture(interfaceName) { } logger.info(`Link type: ${linkType}`); - cap.setMinBytes(0); - cap.on('packet', (nbytes, trunc) => { if (linkType === 'ETHERNET') { const buffer = cap.buffer.slice(0, nbytes);