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

Allow capturing more than 1 packet in ovextcap #35

Merged
merged 2 commits into from
Mar 6, 2024

Commits on Feb 29, 2024

  1. Do not crash on invalid commandline arguments

    Report unknown Wireshark version if --extcap-version is called without
    argument.
    desowin committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    e12dbc7 View commit details
    Browse the repository at this point in the history
  2. Allow capturing more than 1 packet in ovextcap

    Repeatedly dispatching capture in a loop no longer works since commit
    56c5d37 ("Refactor cha_loop"). Modify ovextcap to break out of
    the capture loop with ov_capture_breakloop() when output fifo breaks.
    desowin committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    53623a6 View commit details
    Browse the repository at this point in the history