Ticket #42858: patch-src-output-json.h-3.0.diff

File patch-src-output-json.h-3.0.diff, 401 bytes (added by Schamschula (Marius Schamschula), 8 years ago)
  • src/output-json.h

    old new  
    3232#include "util-buffer.h"
    3333#include "util-logopenfile.h"
    3434
     35#include <jansson.h>
     36
    3537void CreateJSONFlowId(json_t *js, const Flow *f);
    3638void JsonTcpFlags(uint8_t flags, json_t *js);
    3739json_t *CreateJSONHeader(Packet *p, int direction_sensative, char *event_type);