Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/fortra/impacket
/ get_ip_p
Method
get_ip_p
impacket/ImpactPacket.py:1049–1050 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1047
self.set_byte(8, value)
1048
1049
def
get_ip_p(self):
1050
return
self.get_byte(9)
1051
1052
def
set_ip_p(self, value):
1053
self.set_byte(9, value)
Callers
9
decode
Method · 0.95
decode
Method · 0.95
get_packet
Method · 0.95
fragment_by_list
Method · 0.95
is_mine
Method · 0.80
is_mine
Method · 0.80
is_mine
Method · 0.80
process
Method · 0.80
process
Method · 0.80
Calls
1
get_byte
Method · 0.80
Tested by
no test coverage detected