File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 102102 LEShortEnumField ,
103103 LEShortField ,
104104 LongField ,
105+ MayEnd ,
105106 MultipleTypeField ,
106107 PacketField ,
107108 PacketLenField ,
113114 StrFieldUtf16 ,
114115 StrFixedLenEnumField ,
115116 XByteField ,
116- XLEIntField ,
117117 XLEIntEnumField ,
118+ XLEIntField ,
118119 XLEShortField ,
120+ XStrField ,
119121 XStrFixedLenField ,
120122 XStrLenField ,
121- XStrField ,
122123)
123124from scapy .packet import Packet , bind_bottom_up , bind_top_down , bind_layers
124125from scapy .supersocket import StreamSocket , SuperSocket
@@ -905,7 +906,9 @@ class LSAP_TOKEN_INFO_INTEGRITY(Packet):
905906 0x00005000 : "Protected process" ,
906907 },
907908 ),
908- XStrFixedLenField ("MachineID" , b"" , length = 32 ),
909+ MayEnd (XStrFixedLenField ("MachineID" , b"" , length = 32 )),
910+ # KB 5068222 - still waiting for [MS-KILE] update (oct. 2025)
911+ XStrFixedLenField ("PermanentMachineID" , b"" , length = 32 ),
909912 ]
910913
911914
You can’t perform that action at this time.
0 commit comments