[Autosec-devel] sonar/plugins rfc793.c,1.45,1.46
Brought to you by:
red0x
From: Jacob F. <ph...@us...> - 2004-04-09 15:54:56
|
Update of /cvsroot/autosec/sonar/plugins In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16085 Modified Files: rfc793.c Log Message: Minor changes Index: rfc793.c =================================================================== RCS file: /cvsroot/autosec/sonar/plugins/rfc793.c,v retrieving revision 1.45 retrieving revision 1.46 diff -C2 -d -r1.45 -r1.46 *** rfc793.c 8 Apr 2004 21:08:30 -0000 1.45 --- rfc793.c 9 Apr 2004 15:41:36 -0000 1.46 *************** *** 313,318 **** mthis->output(" \tsrcprt: set TCP source port\n"); mthis->output(" \tprog: set command line to execute if host(s) is/are online\n"); ! mthis->output(" If no port is specified, this will scan *all* ports\n"); ! mthis->output(" in /etc/services\n"); mthis->output(" Example: sonar -sA,ttl=64,srcprt=53,prog=\"echo hi\" target.example.com:80/24\n"); } --- 313,317 ---- mthis->output(" \tsrcprt: set TCP source port\n"); mthis->output(" \tprog: set command line to execute if host(s) is/are online\n"); ! mthis->output(" If no port is specified, this will scan *all* ports in /etc/services\n"); mthis->output(" Example: sonar -sA,ttl=64,srcprt=53,prog=\"echo hi\" target.example.com:80/24\n"); } |