MCPcopy Index your code
hub / github.com/secdev/scapy / ENIPRegisterSession

Class ENIPRegisterSession

scapy/contrib/enipTCP.py:228–234  ·  view source on GitHub ↗

Register Session Command Field

Source from the content-addressed store, hash-verified

226
227
228class ENIPRegisterSession(Packet):
229 """Register Session Command Field"""
230 name = "ENIPRegisterSession"
231 fields_desc = [
232 LEShortField("protocolVersion", 1),
233 LEShortField("options", 0)
234 ]
235
236
237# Unregister Session (0x0066) -- Requires further testing

Callers

nothing calls this directly

Calls 1

LEShortFieldClass · 0.90

Tested by

no test coverage detected