{"id":34544319,"url":"https://github.com/bcbrookman/wireshark-profiles","last_synced_at":"2026-06-01T11:31:39.528Z","repository":{"id":113506905,"uuid":"406893758","full_name":"bcbrookman/wireshark-profiles","owner":"bcbrookman","description":"A collection of my Wireshark profiles for troubleshooting, and analzying network protocols.","archived":false,"fork":false,"pushed_at":"2026-05-07T14:55:24.000Z","size":145,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-05-07T16:44:40.957Z","etag":null,"topics":["networking","wireshark"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bcbrookman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-09-15T19:03:25.000Z","updated_at":"2026-05-07T15:02:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"216b2214-7f7c-4a62-9859-49b01a6c265f","html_url":"https://github.com/bcbrookman/wireshark-profiles","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/bcbrookman/wireshark-profiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcbrookman%2Fwireshark-profiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcbrookman%2Fwireshark-profiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcbrookman%2Fwireshark-profiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcbrookman%2Fwireshark-profiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bcbrookman","download_url":"https://codeload.github.com/bcbrookman/wireshark-profiles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcbrookman%2Fwireshark-profiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33773771,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-01T02:00:06.963Z","response_time":115,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["networking","wireshark"],"created_at":"2025-12-24T06:59:54.053Z","updated_at":"2026-06-01T11:31:39.523Z","avatar_url":"https://github.com/bcbrookman.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Wireshark Profiles\n\nA collection of Wireshark profiles I've developed over time while frequently troubleshooting, and analzying network protocols.\n\n## Features\n\nThese profiles aim to save time by applying some common configurations, and protocol specific customizations. In general, they include:\n\n- The preferred split layout\n- Protocol specific columns\n- Quick filter buttons \n- Useful I/O graph presets\n- Mostly default coloring rules\n- Mostly default \"decode as\" rules\n- A few other basic configs\n\n## Installation\n\n1. Download the latest `wireshark-profiles_bcbrookman_YYYY.MM.DD.zip` from [Releases](https://github.com/bcbrookman/wireshark-profiles/releases)\n2. Launch Wireshark and navigate to \"**Edit**\" → \"**[Configuration Profiles…](https://www.wireshark.org/docs/wsug_html_chunked/ChCustConfigProfilesSection.html#ChCustGUIConfigProfilesPage)**\" in the menu bar\n3. Click the \"**Import**\" button, and select \"**From Zip File...**\" in the dropdown menu\n4. Navigate to and select the release zip file downloaded in step 1 to import the profiles\n5. Finally, don't forget to click the \"**OK**\" button in the \"**Configuration Profiles…**\" window to confirm your changes\n\n## Development\n\nDevelopment really just means making changes within Wireshark and exporting or copying profiles.\n\nWhenever changes are saved, however, Wireshark also includes some unnecessary comments, line breaks, and user-specific settings which are undesirable in shared profiles (see [Wireshark Configuration Files](https://www.wireshark.org/docs/wsug_html_chunked/ChAppFilesConfigurationSection.html) for more). To exclude this unwanted content, a `.gitignore` and Python script, `.scripts/clean_conf_files.py`, are used.\n\nA [Taskfile](https://taskfile.dev/) is also included to help automate this process and perform other common tasks.\nTo see a list of tasks available in the Taskfile, run `task --list`.\n\n```\n$ task --list\ntask: Available tasks for this project:\n* profiles:build:       Generates an importable profile bundle (after cleaning)      (aliases: build)\n* profiles:clean:       Cleans up profile config files (comments, blanks, etc.)      (aliases: clean)\n* profiles:pull:        Pulls profiles from the default profiles directory           (aliases: pull)\n* profiles:push:        Pushes profiles to the default profiles directory            (aliases: push)\n```\n\nTo override the default Wireshark profiles directory used with `push`/`pull`, set the `CUSTOM_WS_PROFILE_DIR` environment variable in your shell or `.env` file.\nThis is especially useful when developing with the PortableApps® versions of Wireshark.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbcbrookman%2Fwireshark-profiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbcbrookman%2Fwireshark-profiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbcbrookman%2Fwireshark-profiles/lists"}