[Autosec-devel] sonar/plugins network_banner.c,1.1,1.2
Brought to you by:
red0x
From: red0x <re...@us...> - 2004-05-24 04:49:56
|
Update of /cvsroot/autosec/sonar/plugins In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14854/plugins Modified Files: network_banner.c Log Message: banner grab takes the name of a file to save banners to. Index: network_banner.c =================================================================== RCS file: /cvsroot/autosec/sonar/plugins/network_banner.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** network_banner.c 21 May 2004 07:56:21 -0000 1.1 --- network_banner.c 24 May 2004 04:49:47 -0000 1.2 *************** *** 161,165 **** banner_open(void *cmdline, int len) { - /* XXX: Take some options, like TTL, etc. */ if(cmdline && len > 0) process_opts(cmdline, len); --- 161,164 ---- |