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

Support Wireshark 4.2 and recent Spotify #12

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

Commits on Oct 19, 2024

  1. fixes for recent spotify and wireshark 4.2

    - GRegex -> rex_pcre2
    - replace the removed package.prepend_path
    - add some more details to the info column
    - add a PID suffix to pcap filenames to avoid concurrent writes from
      different processes corrupting them
    wisp3rwind committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    6ffd75c View commit details
    Browse the repository at this point in the history
  2. dump: create capture file lazily

    to avoid creating empty files
    wisp3rwind committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    1ca2f4b View commit details
    Browse the repository at this point in the history