[Autosec-devel] sonar/plugins rfc793.c,1.48,1.49
Brought to you by:
red0x
From: red0x <re...@us...> - 2004-04-23 02:36:03
|
Update of /cvsroot/autosec/sonar/plugins In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30296/plugins Modified Files: rfc793.c Log Message: Added placeholder for pharkas' string expansion routine. grep for 'PHARKAS'. Index: rfc793.c =================================================================== RCS file: /cvsroot/autosec/sonar/plugins/rfc793.c,v retrieving revision 1.48 retrieving revision 1.49 diff -C2 -d -r1.48 -r1.49 *** rfc793.c 13 Apr 2004 03:42:07 -0000 1.48 --- rfc793.c 23 Apr 2004 02:35:55 -0000 1.49 *************** *** 751,754 **** --- 751,760 ---- my_host->stats.packets_recvd++; + /* + * PHARKAS + * Call your function like this + */ + //mthis->foobar(char*string_to_expand, tcp->th_sport, my_host); + num_res++; if(mthis->opts.iVerbose > 1) |