Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/fortra/impacket
/ get_next_header
Method
get_next_header
impacket/IP6_Extension_Headers.py:122–123 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
120
return
header_size
121
122
def
get_next_header(self):
123
return
self.get_byte(0)
124
125
def
get_header_extension_length(self):
126
return
self.get_byte(1)
Callers
2
__str__
Method · 0.95
__str__
Method · 0.45
Calls
1
get_byte
Method · 0.80
Tested by
no test coverage detected