flow: log individual tcp flags

Log the tcp flags.
pull/1058/head
Victor Julien 11 years ago
parent f4dfaacff3
commit 6f9a2fcd58

@ -234,6 +234,8 @@ static void JsonFlowLogJSON(JsonFlowLogThread *aft, json_t *js, Flow *f)
ssn ? ssn->server.tcp_flags : 0);
json_object_set_new(tjs, "tcp_flags_tc", json_string(hexflags));
JsonTcpFlags(ssn ? ssn->tcp_packet_flags : 0, tjs);
json_object_set_new(js, "tcp", tjs);
}
}

Loading…
Cancel
Save