Got Source?
The source can be checked out through anonymous (pserver) CVS with the following instructions.
| For CURRENT |
cvs -d:pserver:anonymous@cvs.snort.org:/cvsroot login
cvs -d:pserver:anonymous@cvs.snort.org:/cvsroot co snort
|
| For SNORT 2.2 |
cvs -d:pserver:anonymous@cvs.snort.org:/cvsroot login
cvs -d:pserver:anonymous@cvs.snort.org:/cvsroot co -r SNORT_2_2 snort
|
| For SNORT 2.1 |
cvs -d:pserver:anonymous@cvs.snort.org:/cvsroot login
cvs -d:pserver:anonymous@cvs.snort.org:/cvsroot co -r SNORT_2_1 snort
|
| For SNORT 2.0 |
cvs -d:pserver:anonymous@cvs.snort.org:/cvsroot login
cvs -d:pserver:anonymous@cvs.snort.org:/cvsroot co -r SNORT_2_0 snort
|
NOTE: there is no password for the pserver account. When prompted for a password, just hit enter.
Updates from within the snort directory do not need the -d parameter. Click here if you would like to view the source directly.
|