farsightsec / nmsg

network message encapsulation library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libnmsg can't unbuffer json output objects

mschiffm opened this issue · comments

nmsg_output_set_buffered() is ignorant of nmsg_output_type_json and therefore does not allow the option of unbuffering json output objects (ostensibly via nmsgtool's --unbuffered option).

Proposed fix: #66