! Control bit definitions %constinteger trace IP in = 16_00000001 %constinteger trace IP out = 16_00000002 %constinteger trace ICMP in = 16_00000004 %constinteger trace ICMP out = 16_00000008 %constinteger trace TCP in = 16_00000010 %constinteger trace TCP out = 16_00000020 %constinteger trace UDP in = 16_00000040 %constinteger trace UDP out = 16_00000080 %constinteger trace RIP in = 16_00000100 %constinteger trace RIP out = 16_00000200 %constinteger trace ether in = 16_00000400 %constinteger trace ether out = 16_00000800 %constinteger trace slow in = 16_00001000 %constinteger trace slow out = 16_00002000 %constinteger trace ARP in = 16_00004000 %constinteger trace ARP out = 16_00008000 %constinteger trace orphan UDP = 16_00010000 %constinteger trace reset TCP = 16_00020000 %constinteger hush RIP = 16_40000000 %constinteger dont forward IP = 16_80000000 %end %of %file