Thread: fw monitor
View Single Post
  #3 (permalink)  
Old 2006-12-30
breakdan breakdan is offline
Junior Member
 
Join Date: 2006-12-25
Location: Italy
Posts: 19
Rep Power: 0
breakdan has an average reputation (10+)
Default Re: fw monitor

I may have written just a bit cryptic :)

I'll explain again
accept [9:1] = 1;

see bold number...value can be: 1(byte), 2(word),4(dword) and, for ex, if i hava to filter icmp expression would be
accept [9:1]=1;
filter on ports: accept [20:2,b]=80;

i'm not able to understand meaning of :1, :2, :4.....

THK a lot

Daniel
Reply With Quote