good-tools / wiregasm

Packet Analyzer powered by Wireshark compiled for WebAssembly
GNU General Public License v2.0
58 stars 4 forks source link

Every Vector is empty, #7

Closed thomastieyi closed 5 months ago

thomastieyi commented 5 months ago

Every Vector is empty, I fllow the readme to test the pcap, but

console.log(frames)
{ frames: VectorFrameMeta {}, matched: 228 }
console.log(wg.listModules());
VectorPrefModule {}
thomastieyi commented 5 months ago

After seeing the index.test.js, I figured out how to use vector!Thanks for your effort!