Skip to main content

A modern Python GUI tool to generate mergecap commands for merging multiple PCAP or CAP files using Wireshark's mergecap.exe. Features an intuitive interface, flexible configuration, and safe command generation for Windows users.

Project description

pymergepcap

A simple Python GUI tool to generate mergecap commands for merging multiple PCAP or CAP files using Wireshark's mergecap.exe.


Screenshot


Features

  • Easy GUI: Built with PySimpleGUI for a user-friendly experience.
  • Configurable: Set and update the path to mergecap.exe via the GUI.
  • Flexible Input: Select a folder containing .cap or .pcap files to merge.
  • Output Selection: Choose your target merged PCAP file.
  • Command Generation: Generates the full Windows command for mergecap.exe with all paths properly quoted.
  • No Execution: For safety, the tool only generates the command; you run it manually in your terminal.
  • Cross-Platform Python: Works with Python 3.12+ on Windows.

Installation

  1. Clone this repository:
    git clone https://github.com/fxyzbtc/pymergepcap.git
    cd pymergepcap
    
  2. Install dependencies:
    pip install -r requirements.txt
    # or, if using PEP 621/pyproject.toml
    pip install .
    

Usage

GUI

  • Run with Python:

  • Or as a module:

    python -m pymergecap
    
  • Or as a CLI script (if installed):

    pymergecap
    

Steps

  1. Set the path to your mergecap.exe (from Wireshark) in the GUI or via config.ini.
  2. Select the folder containing your .cap or .pcap files.
  3. Choose the output file path.
  4. Click Merge to generate the command.
  5. Copy and run the generated command in your Windows Command Prompt.

Configuration

  • The path to mergecap.exe is stored in config.ini under [DEFAULT] MergecapPath.
  • You can update this path anytime using the Change Mergecap button in the GUI.

Example Command

"C:/Program Files/Wireshark/mergecap.exe" -w "D:/py/pymergepcap/merged.cap" "D:/py/pymergepcap/test1.cap" "D:/py/pymergepcap/test2.cap"

Screenshot

GUI Screenshot


License

MIT License


Credits


Happy merging!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pymergepcap-0.1.0.tar.gz (3.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pymergepcap-0.1.0-py3-none-any.whl (4.3 kB view details)

Uploaded Python 3

File details

Details for the file pymergepcap-0.1.0.tar.gz.

File metadata

  • Download URL: pymergepcap-0.1.0.tar.gz
  • Upload date:
  • Size: 3.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.5.25

File hashes

Hashes for pymergepcap-0.1.0.tar.gz
Algorithm Hash digest
SHA256 9046809bd3b627c9c6b9308f75fcbca400fc00d6da1de267c9c7216b13726604
MD5 d8571204ce1703cf65c06919f84dd718
BLAKE2b-256 356026f40449349067808bed2bd02a16d9a3e7ffe14b7c2d5ddce31c2c68f127

See more details on using hashes here.

File details

Details for the file pymergepcap-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for pymergepcap-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 2b41376d7117d4df0fed15e0acf36be4e115908308f404a4af6811d041037f15
MD5 beb459f910a0862a999e9598234f6584
BLAKE2b-256 31fd048f170f7631610e00b2b0c392419184f3d6cea1db4b4f2200643269f680

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page