UNPKG

over-the-wire

Version:

Network inspection library for Node

7 lines (5 loc) 132 B
const { LinkLayerType } = require('./enums'); module.exports = { snaplen: 65535, linktype: LinkLayerType.LINKTYPE_ETHERNET, };