Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autoinstall #6

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open

Autoinstall #6

wants to merge 13 commits into from

Commits on Feb 12, 2019

  1. Update Install.md

    ratnadeepb authored Feb 12, 2019
    Configuration menu
    Copy the full SHA
    3673592 View commit details
    Browse the repository at this point in the history
  2. Update Install.md

    ratnadeepb authored Feb 12, 2019
    Configuration menu
    Copy the full SHA
    f18fcaa View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2019

  1. Update Install.md

    ratnadeepb authored Feb 16, 2019
    Configuration menu
    Copy the full SHA
    7d0704b View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2019

  1. Added two simple CPU timing counters to daq_netvm.c

    The snort NF will now print out processing time for every batch of packets and the related packets per second rate
    ratnadeepb authored Feb 22, 2019
    3 Configuration menu
    Copy the full SHA
    571c76e View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2019

  1. instrumenting snort

    adding code to count cpu cycles and avg pps
    ratnadeepb committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    db9e4b1 View commit details
    Browse the repository at this point in the history
  2. Automating compile and install

    patching-Makefile.sh has been modified to accept default values. This file is now called from inside setenv.sh. setenv.sh sets up all initial enviornment variables assuming defaults. The variables in this file can be changed if defaults are not used. The setenv.sh script is run from inside install.sh. This script essentially, sets up all environment variables, installs all packages and builds all the tools.
    ratnadeepb committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    10a3ce3 View commit details
    Browse the repository at this point in the history
  3. automating snort install

    patching-Makefile.sh has been modified to accept default values. This file is now called from inside setenv.sh. setenv.sh sets up all initial enviornment variables assuming defaults. The variables in this file can be changed if defaults are not used. The setenv.sh script is run from inside install.sh. This script essentially, sets up all environment variables, installs all packages and builds all the tools.
    ratnadeepb committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    6348eba View commit details
    Browse the repository at this point in the history
  4. Corrections to automation

    ratnadeepb committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    8592ee6 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2019

  1. updating install scripts

    ratnadeepb committed Mar 2, 2019
    Configuration menu
    Copy the full SHA
    f38785f View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2019

  1. update setenv

    ratnadeepb committed Mar 3, 2019
    Configuration menu
    Copy the full SHA
    862200b View commit details
    Browse the repository at this point in the history
  2. reverting a few things

    ratnadeepb committed Mar 3, 2019
    Configuration menu
    Copy the full SHA
    703316f View commit details
    Browse the repository at this point in the history
  3. changing hardcoded locations

    deep83 committed Mar 3, 2019
    Configuration menu
    Copy the full SHA
    7b71188 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2019

  1. print number of packets

    deep83 committed Mar 9, 2019
    Configuration menu
    Copy the full SHA
    c90d1f8 View commit details
    Browse the repository at this point in the history