# $Id:$ # # This code contributed by Kristin Stephens. connection BGP_Conn(bro_analyzer: BroAnalyzer) { upflow = BGP_Flow(true); downflow = BGP_Flow(false); }; flow BGP_Flow(is_orig: bool) { flowunit = BGP_Message withcontext (connection, this); };