[Bro-Dev] [Bro-Commits] [git/bro] master diff: Merge of Gregor's conn-size branch. (bd9855a)

Gregor Maier gregor at icir.org
Tue May 10 10:02:46 PDT 2011


Robin,

it appears that you've now completely removed the history logging from
conn.bro, i.e.. state history is tracked but it can't be loggeed
anymore. Is this on purpose?

(To revert to the previous version, you need to add the following code
back into conn.bro:
	if ( record_state_history )
		log_msg = fmt("%s %s", log_msg,
				c$history == "" ? "X" : c$history);
(and define record_state_history as const in conn.bro)


cu
gregor


-- 
Gregor Maier
<gregor at icir.org>  <gregor at icsi.berkeley.edu>
Int. Computer Science Institute (ICSI)
1947 Center St., Ste. 600
Berkeley, CA 94704, USA
http://www.icir.org/gregor/


More information about the bro-dev mailing list