Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Oct 2001 06:00:27 -0700
From:      "Drew Tomlinson" <drew@mykitchentable.net>
To:        <security@freebsd.org>
Subject:   OT: Data Packet Filters?
Message-ID:  <003101c1589e$061ceac0$0301a8c0@bigdaddy>

next in thread | raw e-mail | index | archive | help
I'm hoping someone on this list will share his/her knowledge with me
even though this is somewhat off-topic.  :)

I am trying to deny ICMP echo reply packets on my 3Com 812 ADSL
modem/router.  It appears that the only way to do this is to write a
data filter.  The fields I need to determine are offset (bytes - which
I thought was 36 for ICMP code), length (bytes - I thought 1), Masked
(hex - appears that FF is to match data exactly), and data (hex - I
thought 0x0 echo reply).

Can anyone get me pointed in the right direction?  Any help or URLs
will be most appreciated.

Thanks!

Drew


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-security" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?003101c1589e$061ceac0$0301a8c0>