UNPKG

netkitty

Version:

Network toolkit for Node.js — packet encode/decode (180+ protocols incl. industrial/OT), pcap/pcapng read-write, cross-packet analysis, live capture and replay.

6 lines (5 loc) 183 B
/** * netkitty/codec — schema-driven protocol codec (Codec, BaseHeader, types, schemas, helpers, * and the built-in protocol header classes). */ export * from '@netkitty/codec';