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

Making pcap handlers shared globally #946

Merged
merged 48 commits into from
Mar 4, 2024
Merged

Making pcap handlers shared globally #946

merged 48 commits into from
Mar 4, 2024

Commits on Jan 29, 2024

  1. singleton

    Mzack9999 committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    7a8f8b5 View commit details
    Browse the repository at this point in the history
  2. lint fix

    Mzack9999 committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    408ea8c View commit details
    Browse the repository at this point in the history
  3. more tests

    Mzack9999 committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    d6e46c4 View commit details
    Browse the repository at this point in the history
  4. whops

    Mzack9999 committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    db4cfea View commit details
    Browse the repository at this point in the history
  5. active scanning

    Mzack9999 committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    dce4d63 View commit details
    Browse the repository at this point in the history
  6. .

    Mzack9999 committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    4dc6dfe View commit details
    Browse the repository at this point in the history
  7. singleton source port

    Mzack9999 committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    bc18966 View commit details
    Browse the repository at this point in the history
  8. restoring deps

    Mzack9999 committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    e7c3163 View commit details
    Browse the repository at this point in the history
  9. .

    Mzack9999 committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    f9fdc68 View commit details
    Browse the repository at this point in the history
  10. .

    Mzack9999 committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    9d38a60 View commit details
    Browse the repository at this point in the history
  11. tmp unix only singleton

    Mzack9999 committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    15f374a View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. typo

    Mzack9999 committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    80aae14 View commit details
    Browse the repository at this point in the history
  2. introducing context

    Mzack9999 committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    60ef81b View commit details
    Browse the repository at this point in the history
  3. fixing tests

    Mzack9999 committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    f486dff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5e54f6d View commit details
    Browse the repository at this point in the history
  5. test coverage

    Mzack9999 committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    ba28d40 View commit details
    Browse the repository at this point in the history
  6. .

    Mzack9999 committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    30c2490 View commit details
    Browse the repository at this point in the history
  7. .

    Mzack9999 committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    192993e View commit details
    Browse the repository at this point in the history
  8. lowering number

    Mzack9999 committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    56213e2 View commit details
    Browse the repository at this point in the history
  9. .

    Mzack9999 committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    3d1fa57 View commit details
    Browse the repository at this point in the history
  10. .

    Mzack9999 committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    fe818da View commit details
    Browse the repository at this point in the history
  11. preparing win pcap

    Mzack9999 committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    2f963cb View commit details
    Browse the repository at this point in the history
  12. deny pcap multi-thread

    Mzack9999 committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    5980309 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. single pcap + handlers pool

    Mzack9999 committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    2e76906 View commit details
    Browse the repository at this point in the history
  2. .

    Mzack9999 committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    fc812a9 View commit details
    Browse the repository at this point in the history
  3. tmp: disabling win

    Mzack9999 committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    1300708 View commit details
    Browse the repository at this point in the history
  4. tmp: skip host discovery

    Mzack9999 committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    3d098d1 View commit details
    Browse the repository at this point in the history
  5. tmp: disable win

    Mzack9999 committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    8fe6a68 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. + host discovery

    Mzack9999 committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    605fee2 View commit details
    Browse the repository at this point in the history
  2. + debug

    Mzack9999 committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    94fa965 View commit details
    Browse the repository at this point in the history
  3. + windows test

    Mzack9999 committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    54ced77 View commit details
    Browse the repository at this point in the history
  4. win-release

    Mzack9999 committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    e8c28e1 View commit details
    Browse the repository at this point in the history
  5. onreceive callback

    Mzack9999 committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    fe17808 View commit details
    Browse the repository at this point in the history
  6. making ipv6 optional

    Mzack9999 committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    14fe0a7 View commit details
    Browse the repository at this point in the history
  7. updating metrics endpoint

    Mzack9999 committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    acaf3a7 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Configuration menu
    Copy the full SHA
    9086d3e View commit details
    Browse the repository at this point in the history
  2. using const

    Mzack9999 committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    f4dee54 View commit details
    Browse the repository at this point in the history
  3. defaulting to ipv4

    Mzack9999 committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    37ee335 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    02cc809 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2e8e279 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    aba872c View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Configuration menu
    Copy the full SHA
    8385a20 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Configuration menu
    Copy the full SHA
    924c930 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    deb2edd View commit details
    Browse the repository at this point in the history
  3. lint

    Mzack9999 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    38cc3f9 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2024

  1. stabilizing output

    Mzack9999 committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    60bd595 View commit details
    Browse the repository at this point in the history
  2. tidy

    Mzack9999 committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    0b749e0 View commit details
    Browse the repository at this point in the history
  3. .

    Mzack9999 committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    39576b8 View commit details
    Browse the repository at this point in the history