# 1327, Tue 21 Mar 95 # # Look at 'Other' packets # # Nevil Brownlee, Computer Centre, The University of Auckland # # SET 2 # Rule set number # # RULES # SourcePeerType & 255 = Dummy: Ignore, 0; SourcePeerType & 255 = Other: PushToAct, c_pkt; Null & 0 = 0: GotoAct, Next; SourcePeerType & 255 = 0: CountPkt, 0; # Count other peer types # c_pkt: # SourceAdjacentAddress & FF-FF-FF-FF-FF-FF = 0: PushPkttoAct, Next; # DestAdjacentAddress & FF-FF-FF-FF-FF-FF = 0: PushPkttoAct, Next; SourcePeerAddress & 255.255 = 0: PushPktToAct, Next; DestPeerAddress & 255.255 = 0: CountPkt, 0; # # STATISTICS # FORMAT FlowRuleSet FlowIndex FirstTime " " # SourceAdjacentAddress DestAdjacentAddress " " SourcePeerType SourcePeerAddress DestPeerAddress " " ToPDUs FromPDUs " " ToOctets FromOctets; # # end of file