XP x86 sockets/sockscan port endianness is backwards

This commit is contained in:
iMHLv2
2012-05-16 14:33:33 +00:00
parent a51f61a44f
commit f547d24dd5
@@ -12,7 +12,7 @@ tcpip_vtypes = {
'_ADDRESS_OBJECT' : [ 0x68, {
'Next' : [ 0x0, ['pointer', ['_ADDRESS_OBJECT']]],
'LocalIpAddress' : [ 0x2c, ['IpAddress']],
'LocalPort' : [ 0x30, ['unsigned short']],
'LocalPort' : [ 0x30, ['unsigned be short']],
'Protocol' : [ 0x32, ['unsigned short']],
'Pid' : [ 0x148, ['unsigned long']],
'CreateTime' : [ 0x158, ['WinTimeStamp', {}]],