- 09 Aug, 2006 7 commits
-
-
Robert Ricci authored
-
Jonathon Duerig authored
-
Mike Hibler authored
-
Leigh B. Stoller authored
-
Mike Hibler authored
on everyone by default. Change it back to CHANGEME.tar.gz.
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
- 08 Aug, 2006 8 commits
-
-
Leigh B. Stoller authored
-
Jonathon Duerig authored
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
kinds of graphs for a template instantiation.
-
Leigh B. Stoller authored
associated with an experiment (or a project/group). This is to make it easier to generate the proper permission lists for db access.
-
Leigh B. Stoller authored
Remove one of the snort rules since it was causing duplicate logging of packets.
-
Russ Fish authored
-
- 07 Aug, 2006 3 commits
-
-
Russ Fish authored
-
Kirk Webb authored
Add plab_mapping to the list of tables containing physical node data.
-
Leigh B. Stoller authored
-
- 04 Aug, 2006 2 commits
-
-
Kirk Webb authored
bah, fix to the fix.
-
Kirk Webb authored
A few little things: * Minor bugfix to node_type_attributes mod. * When we don't recognize the gateway, set type to "*Unknown*". Should have always been doing this. * Add NLR gateway - new nodes detected here will be set to pcplabinet2, but this could easily be changed.
-
- 03 Aug, 2006 10 commits
-
-
Russ Fish authored
-
Russ Fish authored
-
Russ Fish authored
-
Russ Fish authored
-
Russ Fish authored
-
Kirk Webb authored
Switch to using GNU tar ('gtar'). This must have been the default tar for FBSD 4.X since options are missing from the tar in FBSD 6.X
-
Dan Gebhardt authored
-
Dan Gebhardt authored
-
Russ Fish authored
-
Leigh B. Stoller authored
into per-experiment databases on ops. Additional support for reconsituting those databases back into temporary databases on ops, for post processing. * This revision relies on the "snort" port (/usr/ports/security/snort) to read the pcap files and load them into a database. The schema is probably not ideal, but its better then nothing. See the file ops:/usr/local/share/examples/snort/create_mysql for the schema. * For simplicity, I have hooked into loghole, which already had all the code for downloading the trace data. I added some new methods to the XMLRPC server for loghole to use, to get the users DB password and the name of the per-experiment database. There is a new slot in the traces table that indicates that the trace should be snorted to its DB. In case you forgot, at the end of a run or when the instance is swapped out, loghole is run to download the trace data. * For reconsituting, there are lots of additions to opsdb_control and opsdb_control.proxy to create "temporary" databases and load them from a dump file that is stored in the archive. I've added a button to the Template Record page, inappropriately called "Analyze" since right now all it does is reconsitute the trace data into a DB on ops. Currently, the only indication of what has been done (the name of the DBs created on ops) is the log email that the user gets. A future project is tell the user this info in the web interface. * To turn on database capturing of trace data, do this in your NS file: set link0 ... $link0 trace $link0 trace_snaplen 128 $link0 trace_db 1 the increase in snaplen is optional, but a good idea if you want snort to undertand more then just ip headers. * Also some changes to the parser to allow plain experiments to take advantage of all this stuff. To simple get yourself a per-experiment DB, put this in your NS file: tb-set-dpdb 1 however, anytime you turn trace_db on for a link or lan, you automatically get a per-experiment DB. * To capture the trace data to the DB, you can run loghole by hand: loghole sync -s the -s option turns on the "post-process" phase of loghole.
-
- 02 Aug, 2006 2 commits
-
-
Russ Fish authored
-
Leigh B. Stoller authored
DB was created, and a flag to indicate if the DB is transient (and can be garbage collected).
-
- 01 Aug, 2006 3 commits
- 31 Jul, 2006 1 commit
-
-
Leigh B. Stoller authored
then just a dump file.
-
- 28 Jul, 2006 4 commits
-
-
Russ Fish authored
-
Robert Ricci authored
Not yet tested.
-
Robert Ricci authored
O(n) reduction in tournament time. Currently leaks memory, but that can be fixed easily.
-
Russ Fish authored
-