scapy.layers.msrpce.ept
EPT map (EndPoinT mapper)
- class scapy.layers.msrpce.ept.octet_string_t(_pkt, /, *, count=None, value=b'')[source]
Bases:
Packet- aliastypes
- fields_desc
Display RFC-like schema
0 1 2 3 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | COUNT | VALUE | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ Fig. octet_string_toctet_string_t fields count
Nonevalue
b''
- class scapy.layers.msrpce.ept.prot_and_addr_t(_pkt, /, *, lhs_length=0, protocol_identifier=0, oid=b'', uuid=UUID('8a885d04-1ceb-11c9-9fe8-08002b104860'), version=0, lhs=b'', rhs_length=None, rhs=None)[source]
Bases:
Packet- aliastypes
- fields_desc
Display RFC-like schema
0 1 2 3 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | LHS LENGTH |PROTOCOL IDENTI| OID | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | | UUID | +-+-+-+-+-+-+-+-+ + | | + + | | + + | | + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | | VERSION | LHS | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | | RHS LENGTH | RHS | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | | +-+-+-+-+-+-+-+-+ Fig. prot_and_addr_tprot_and_addr_t fields lhs_length
0protocol_identifier
0oid
StrLenField(Cond)b''uuid
UUIDEnumField(Cond)UUID('8a885d04-1ceb-11c9-9fe8-08002b104860')version
LEShortField(Cond)0lhs
StrLenField(Cond)b''rhs_length
Nonerhs
MultipleTypeField(ShortField, IPField, LEShortField, StrLenField, StrLenField, StrLenField)b''
- class scapy.layers.msrpce.ept.protocol_tower_t(_pkt, /, *, count=None, floors=[<prot_and_addr_t |>])[source]
Bases:
Packet- aliastypes
- fields_desc
Display RFC-like schema
0 1 2 3 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | COUNT | FLOORS | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ Fig. protocol_tower_tprotocol_tower_t fields count
Nonefloors
[<prot_and_addr_t |>]