Skip to content
Ron Hashimoto edited this page Aug 4, 2016 · 1 revision

NetStream represents a packetized stream.

Usage

import {NetStream} from 'dripcap';

let stream = new NetStream('TCP Stream', '::Ethernet::IPv4::TCP', 'id');

Clone this wiki locally