II.
LibraryProcess JSON
Structured · livelib-process:network-programming--packet-capture-analysis
specializations/network-programming/packet-capture-analysis json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:network-programming--packet-capture-analysis",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "specializations/network-programming/packet-capture-analysis",
"description": "Packet Capture and Analysis Tool - Build a network packet capture tool using libpcap/npcap with\nfiltering, protocol decoding, statistics collection, and export capabilities.",
"libraryPath": "library/specializations/network-programming/packet-capture-analysis.js",
"specialization": "network-programming",
"references": [
"- libpcap: https://www.tcpdump.org/",
"- Wireshark Developer Guide: https://www.wireshark.org/docs/wsdg_html/"
],
"example": "const result = await orchestrate('specializations/network-programming/packet-capture-analysis', {\n projectName: 'Network Traffic Analyzer',\n language: 'C',\n protocols: ['TCP', 'UDP', 'HTTP', 'DNS'],\n features: { bpfFilters: true, pcapExport: true, liveCapture: true }\n});",
"usesAgents": [
"packet-capture"
]
},
"outgoingEdges": [
{
"from": "lib-process:network-programming--packet-capture-analysis",
"to": "skill-area:protocol-design",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:network-programming--packet-capture-analysis",
"to": "skill-area:socket-programming",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:network-programming--packet-capture-analysis",
"to": "topic:circuit-breakers",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:network-programming--packet-capture-analysis",
"to": "domain:networking",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:network-programming--packet-capture-analysis",
"to": "role:backend-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:network-programming--packet-capture-analysis",
"to": "role:sre",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:network-programming--packet-capture-analysis",
"to": "workflow:protocol-implementation-review",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:network-programming--packet-capture-analysis",
"to": "specialization:network-programming",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
}
],
"incomingEdges": []
}