~oisf/suricata-update-git/suricata-update-git

  • Committer: Shivani Bhardwaj
  • Author(s): Vrinda Narayan
  • Date: 2019-08-05 14:22:51 UTC
  • Revision ID: git-v1:9bc790115a4cdaf56740d2596088da4663c7c9d6
Catch Keyboard Interrupt and exit cleanly.

Optimization #2878 https://redmine.openinfosecfoundation.org/issues/2878
Can be done by importing python library signal, and defining a function
signal_handler which will print a message if keyboard interrupt is
detected and exit the program.
Filename Latest Rev Last Changed Committer Comment Size
..
.github 1 6 years ago Jason Ish Initial import of Suricata-Update. Suricata-Updat Diff
bin 1 6 years ago Jason Ish Initial import of Suricata-Update. Suricata-Updat Diff
doc 1 6 years ago Jason Ish Initial import of Suricata-Update. Suricata-Updat Diff
suricata 1 6 years ago Jason Ish Initial import of Suricata-Update. Suricata-Updat Diff
tests 1 6 years ago Jason Ish Initial import of Suricata-Update. Suricata-Updat Diff
.gitignore 61 6 years ago Jason Ish testing: use tox for unit tests Tox can test agai 203 bytes Diff Download File
.travis.yml 164 5 years ago Jason Ish travis: call integration test 280 bytes Diff Download File
CHANGELOG.md 164 5 years ago Jason Ish travis: call integration test 3.8 KB Diff Download File
LICENSE 1 6 years ago Jason Ish Initial import of Suricata-Update. Suricata-Updat 17.6 KB Diff Download File
Makefile 107 6 years ago Jason Ish bundle the index; for when it can't be downloaded 886 bytes Diff Download File
MANIFEST.in 51 6 years ago Jason Ish manifest: add sample update.yaml 131 bytes Diff Download File
README.rst 135 5 years ago Jason Ish readme: update for 1.0.0 3.5 KB Diff Download File
requirements.txt 1 6 years ago Jason Ish Initial import of Suricata-Update. Suricata-Updat 58 bytes Diff Download File
setup.py 160 5 years ago Jason Ish setup.py: check for Python 2.7 or newer. Display 1.6 KB Diff Download File
tox-integration.ini 127 5 years ago Jason Ish Add Python 3.7 to tox configurations Current tox 379 bytes Diff Download File
tox.ini 127 5 years ago Jason Ish Add Python 3.7 to tox configurations Current tox 350 bytes Diff Download File