Register Session Command Field
| 226 | |
| 227 | |
| 228 | class 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 |
nothing calls this directly
no test coverage detected