GET /api/v1/ports/tcpdump/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "tcpdump",
"portdir": "net/tcpdump",
"version": "4.99.5",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.tcpdump.org/",
"description": "dump traffic on a network",
"long_description": "tcpdump is a tool for network monitoring, protocol debugging and data acquisition.",
"active": true,
"categories": [
"net"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1045
}
],
"variants": [
"universal",
"smb"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"openssl",
"libpcap",
"libsmi"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"tcpreplay"
]
}
]
}