[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ns] using filter command....



Hi all
 
has anyone here used the following commands for filtering packets?if so
can you tell me the way that I should use the filter for filtering
some packets.

set filter [new Filter/Field]
	
	$n4 attach $filter
	$filter target $null1
	$filter filter-target $n5
	$filter set offset_ [PktHdr_offset PacketHeader/Common size_]
	$filter set match_  100 


thanks
Eaman