redef

Vern Paxson vern at ee.lbl.gov
Thu Mar 8 09:23:16 PST 2001


> Can we do a redef of a variable in side an event ?
> I am getting a parse error when i do this.
> whereas outside the event/fucntion i am able to do the redef.

redef is a global declaration.  It's used to override run-time
initializations, so it wouldn't make much sense as a declaration
local to a procedure.

		Vern



More information about the Bro mailing list