pcapdj icon indicating copy to clipboard operation
pcapdj copied to clipboard

Send raw packets to a redis

Open haegardev opened this issue 8 years ago • 1 comments

Add a command line option to send the packets to a redis set. Hence, multiple pcapdjs producers can be run in parallel. The pcapdj consumer can consume the set and send the data to a fifo buffer, zmq feed or other redis server. This feature might be useful in conjunction with the feature described in issue #3.

haegardev avatar Apr 26 '17 08:04 haegardev

Would this allow sending the same pcap(s) to multiple fifo's?

CyberTaoFlow avatar Jun 07 '17 02:06 CyberTaoFlow