Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jasonish/py-idstools
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.6.0
Choose a base ref
...
head repository: jasonish/py-idstools
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.6.1
Choose a head ref
  • 15 commits
  • 16 files changed
  • 1 contributor

Commits on Apr 21, 2017

  1. rulecat: handle zip files

    jasonish committed Apr 21, 2017
    Configuration menu
    Copy the full SHA
    6c887c1 View commit details
    Browse the repository at this point in the history
  2. changelog: update

    jasonish committed Apr 21, 2017
    Configuration menu
    Copy the full SHA
    193ed5c View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2017

  1. rules: handle msg with escaped semicolons

    Fixes issue #50.
    Thanks @sevdog.
    jasonish committed Apr 28, 2017
    Configuration menu
    Copy the full SHA
    18ef5fd View commit details
    Browse the repository at this point in the history

Commits on May 2, 2017

  1. Configuration menu
    Copy the full SHA
    a0979f9 View commit details
    Browse the repository at this point in the history
  2. rulecat: don't generate report when --quiet

    It actually saves a lot of time.
    
    Issue: https://github.com/jasonish/py-idstools/issues/49
    jasonish committed May 2, 2017
    Configuration menu
    Copy the full SHA
    6821df3 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2017

  1. python3 - fix creation of temp file name

    github issue:
    https://github.com/jasonish/py-idstools/issues/53
    
    and catch some other Python 3 errors...
    jasonish committed May 21, 2017
    Configuration menu
    Copy the full SHA
    7d137b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5353cf2 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2017

  1. u2eve: don't flush incomplete event on exit

    Changes tracking logic a bit...  An event will be flushed to disk
    if one second goes by with no new events.  Extra packet records
    are queued until a flush occurs so we don't flush an event
    before its extra data is read.
    jasonish committed May 22, 2017
    Configuration menu
    Copy the full SHA
    8200f4c View commit details
    Browse the repository at this point in the history

Commits on May 24, 2017

  1. rulecat: allow wildcard with --local; py3 fix

    --local can now take a wildcard, but to avoid shell expansion
    it must be quoted, for example:
    
    --local '/etc/suricata/custom/*.rules'
    jasonish committed May 24, 2017
    Configuration menu
    Copy the full SHA
    953b531 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2017

  1. rulecat: attempt to extract file if extension unknown

    If a downloaded file has an unknown exension, still attempt
    to unpack it.
    
    Addresses #1 of:
    https://github.com/jasonish/py-idstools/issues/52
    jasonish committed May 25, 2017
    Configuration menu
    Copy the full SHA
    7019d34 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89346ae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f6774a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a0611fa View commit details
    Browse the repository at this point in the history
  5. u2eve: fix follow mode

    issue introduced in commit
    8200f4c
    jasonish committed May 25, 2017
    Configuration menu
    Copy the full SHA
    daa2dc4 View commit details
    Browse the repository at this point in the history
  6. 0.6.1

    jasonish committed May 25, 2017
    Configuration menu
    Copy the full SHA
    3d7ba93 View commit details
    Browse the repository at this point in the history
Loading