Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/secdev/scapy
/ hexstr
Method
hexstr
scapy/packet.py:866–868 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
864
# backcolor=makecol(0.376, 0.729, 0.525, 1.0)
865
866
def
hexstr(x):
867
# type: (bytes) -> str
868
return
" "
.join(
"%02x"
% orb(c)
for
c in x)
869
870
def
make_dump_txt(x, y, txt):
871
# type: (int, float, bytes) -> pyx.text.text
Callers
nothing calls this directly
Calls
2
orb
Function · 0.90
join
Method · 0.80
Tested by
no test coverage detected