Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FDio/vpp
/ GetBinary
Function
GetBinary
extras/packetforge/packetforge.py:131–134 ·
view source on GitHub ↗
(flow_info)
Source
from the content-addressed store, hash-verified
129
130
131
def
GetBinary(flow_info):
132
spec =
""
.join(flow_info[
"Packet"
])
133
mask =
""
.join(flow_info[
"Mask"
])
134
return
spec, mask
135
136
137
def
ParseFields(item):
Callers
1
Forge
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected