where is sing? - tool for sending customized ICMP packets

Hello,

On my linux distribution I'm using sing(tool for sending customized ICMP packets).
Can I get this tool to work on freebsd? Or is there any replacement of this tool under freebsd?
Please, help!!!

Thanks.
 
btw great nickname pinglin
Next time if you need to install for a tool/prog, do a
Code:
cd /usr/ports/
make search name=sing
Or variant 2 is useful if you dont remember progname
Code:
make search key=icmp | less
 
Back
Top