{"id":14982581,"url":"https://github.com/o8x/wiredolphin","last_synced_at":"2025-10-29T16:30:44.297Z","repository":{"id":251305357,"uuid":"837014029","full_name":"o8x/WireDolphin","owner":"o8x","description":"a Simple Wireshark For learning C++ and QT","archived":false,"fork":false,"pushed_at":"2024-09-21T06:05:17.000Z","size":1417,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-09-29T07:41:41.296Z","etag":null,"topics":["capture-network","cpp","network-analysis","qt6","wireshark"],"latest_commit_sha":null,"homepage":"https://stdout.com.cn/blogs/post/cpp.html","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/o8x.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2024-08-02T03:17:49.000Z","updated_at":"2024-09-21T06:05:20.000Z","dependencies_parsed_at":"2024-09-29T06:15:59.929Z","dependency_job_id":null,"html_url":"https://github.com/o8x/WireDolphin","commit_stats":{"total_commits":62,"total_committers":2,"mean_commits":31.0,"dds":"0.016129032258064502","last_synced_commit":"75ced56022ce4276b716586afcf143645fda9b51"},"previous_names":["o8x/wiredolphin"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/o8x%2FWireDolphin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/o8x%2FWireDolphin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/o8x%2FWireDolphin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/o8x%2FWireDolphin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/o8x","download_url":"https://codeload.github.com/o8x/WireDolphin/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219857515,"owners_count":16556061,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["capture-network","cpp","network-analysis","qt6","wireshark"],"created_at":"2024-09-24T14:05:41.459Z","updated_at":"2025-10-29T16:30:38.873Z","avatar_url":"https://github.com/o8x.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\" style=\"text-align: center\"\u003e\n\t\u003cimg src=\"./resources/icon.png\" width=\"20%\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\" style=\"text-align: center\"\u003e\n\t\u003cb\u003eWireDolphin\u003c/b\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\" style=\"text-align: center\"\u003e\n\ta Simple Wireshark For learning C++ and QT\n\u003cbr /\u003e\n\u003cbr /\u003e\n\u003ca href=\"https://github.com/o8x\"\u003e\n\t\u003cimg src=\"https://img.shields.io/badge/github-o8x-brightgreen\" /\u003e\n\u003c/a\u003e\n\u003ca href=\"https://github.com/o8x/WireDolphin/blob/main/LICENSE\"\u003e\n\t\u003cimg src=\"https://img.shields.io/github/license/o8x/WireDolphin\" /\u003e\n\u003c/a\u003e\n\u003ca href=\"https://github.com/o8x/WireDolphin/tags\"\u003e\n\t\u003cimg src=\"https://img.shields.io/github/v/tag/o8x/WireDolphin?include_prereleases\u0026label=version\"/\u003e\n\u003c/a\u003e\n\u003ca href=\"https://github.com/o8x/WireDolphin\"\u003e\n\t\u003cimg src=\"https://img.shields.io/github/stars/o8x/WireDolphin\" /\u003e\n\u003c/a\u003e\n\u003ca href=\"https://github.com/o8x/WireDolphin\"\u003e\n\t\u003cimg src=\"https://img.shields.io/github/forks/o8x/WireDolphin\" /\u003e\n\u003c/a\u003e\n\u003c/p\u003e\n\n# Overview\n\na Simple Wireshark Based on libpcap\n\n- Automatic scrolling of main table\n- Automatic record and restore the application position and size\n- Basic MenuBar view for stats only MacOS\n- Variable width and rich color of table and tree interface\n- Supports both IPv4 and v6\n- Various metrics for TCP/UDP/ARP/ICMP/HTTP packets\n- Data packet details of layer 2, layer 3 and layer 4\n- View for the payload on HEX/ASCII/Text\n- Export \u0026 Import for .pcap file\n- Signed dmg\n\n## Architecture diagram\n\n\u003cimg src=\"https://cdn-1252251443.cos.ap-nanjing.myqcloud.com/x/1733587226580.png\" width=\"50%\"\u003e\n\n## Function Detail\n\n- Hardware: Ethernet Controller, example: intel I350\n- GUI: User Interface \n- Capture: get and analyzer data packets\n- innta: Intelligent network traffic analyzer Core\n- Data Storage: XML and sqlite3\n- Export: .pcap\n\n## Next Generation Features\n\n- distributed\n- introducing DPDK\n- like ntopng\n\n# Reference\n\n- [Bug Tracker Project](https://github.com/users/o8x/projects/3)\n- [Roadmap Project](https://github.com/users/o8x/projects/4)\n- [CHANGELOG.md](CHANGELOG.md)\n\n# Contributors\n\n\u003ca href=\"https://github.com/o8x/WireDolphin/graphs/contributors\"\u003e\n\t\u003cimg src=\"https://contrib.rocks/image?repo=o8x/WireDolphin\" /\u003e\n\u003c/a\u003e\n\n# Stargazers over time\n\n\u003ca href=\"https://star-history.com/#o8x/WireDolphin\u0026Date\"\u003e\n  \u003cpicture\u003e\n\t\u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://api.star-history.com/svg?repos=o8x/WireDolphin\u0026type=Date\u0026theme=dark\" /\u003e\n\t\u003csource media=\"(prefers-color-scheme: light)\" srcset=\"https://api.star-history.com/svg?repos=o8x/WireDolphin\u0026type=Date\" /\u003e\n\t\u003cimg alt=\"Star History Chart\" src=\"https://api.star-history.com/svg?repos=o8x/WireDolphin\u0026type=Date\" /\u003e\n  \u003c/picture\u003e\n\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fo8x%2Fwiredolphin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fo8x%2Fwiredolphin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fo8x%2Fwiredolphin/lists"}