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

Changing the Install.md #5

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

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