mirror of
https://github.com/serhii-londar/open-source-mac-os-apps.git
synced 2024-11-25 00:50:29 +00:00
Added Wireshark (#784)
Co-authored-by: Jillian Oestreicher <jillianoestreicher@Jillians-MacBook-Pro.local> Co-authored-by: Serhii Londar <serhii.londar@gmail.com>
This commit is contained in:
parent
2048c0e9b2
commit
a19991e9f7
1 changed files with 15 additions and 2 deletions
|
@ -9240,7 +9240,7 @@
|
||||||
],
|
],
|
||||||
"repo_url": "https://github.com/iterate-ch/cyberduck",
|
"repo_url": "https://github.com/iterate-ch/cyberduck",
|
||||||
"title": "Cyberduck",
|
"title": "Cyberduck",
|
||||||
"icon_url": "https://cdn.cyberduck.io/img/cyberduck-icon-rect-512.png",
|
"icon_url": "",
|
||||||
"screenshots": [
|
"screenshots": [
|
||||||
"https://cdn.cyberduck.io/img/mac/browser-bookmarks.png",
|
"https://cdn.cyberduck.io/img/mac/browser-bookmarks.png",
|
||||||
"https://cdn.cyberduck.io/img/mac/browser.png"
|
"https://cdn.cyberduck.io/img/mac/browser.png"
|
||||||
|
@ -9251,6 +9251,20 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
"short_description": "Wireshark is the world’s foremost and widely-used network protocol analyzer. It lets you see what’s happening on your network at a microscopic level and is the de facto (and often de jure) standard across many commercial and non-profit enterprises, government agencies, and educational institutions.",
|
||||||
|
"categories": [
|
||||||
|
"system"
|
||||||
|
],
|
||||||
|
"repo_url": "https://gitlab.com/wireshark/wireshark/-/tree/master",
|
||||||
|
"title": "Wireshark",
|
||||||
|
"icon_url": "https://gitlab.com/wireshark/wireshark/-/blob/master/docbook/wsdg_graphics/ws-logo.png",
|
||||||
|
"screenshots": [],
|
||||||
|
"official_site": "https://www.wireshark.org/",
|
||||||
|
"languages": [
|
||||||
|
"c",
|
||||||
|
"c++"
|
||||||
|
]
|
||||||
|
}, {
|
||||||
"short_description": "zoxide is a smarter cd command for your terminal.",
|
"short_description": "zoxide is a smarter cd command for your terminal.",
|
||||||
"categories": [
|
"categories": [
|
||||||
"finder",
|
"finder",
|
||||||
|
@ -9286,6 +9300,5 @@
|
||||||
"javascript"
|
"javascript"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue