kunklejr / node-pcap-parser

Packet capture (pcap) file parser written in pure javascript for Node.js
MIT License
85 stars 16 forks source link

A quick question on dissector #4

Closed user1020 closed 10 years ago

user1020 commented 10 years ago

This module looks interesting.

Wonder if it can call the dissectors in wireshark dynamically and get the dissected packets (ip layer, tcp/udp layer, http... layer) in a JSON format?

kunklejr commented 10 years ago

You could build such a capability using this module, but incorporating the functionality is beyond the module's intended scope.

joeferner commented 10 years ago

You may want to checkout

I haven't really kept up with them but they may be a starting point.

user1020 commented 10 years ago

Thanks Jeff and Joe. Will check them out.