In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Changes

Jump to navigation Jump to search
104 bytes added ,  19:08, 23 January 2016
Line 408: Line 408:  
| multiple of 16
 
| multiple of 16
 
| open UDP sockets?
 
| open UDP sockets?
| struct {u8 8, u8 2, u16 localport, u32 localip, u8 8, u8 2, u16 remoteport, u32 remoteip}[]
+
| struct {u8 localsize (8), u8 localfamily (2), u16 localport, u32 localip, u8 remotesize(8), u8 remotefamily(2), u16 remoteport, u32 remoteip}[]
 
|-
 
|-
 
| 0x8004
 
| 0x8004
Line 433: Line 433:  
| multiple of 20
 
| multiple of 20
 
| TCP sockets
 
| TCP sockets
| struct {u32 state, u8 8, u8 2, u16 localport, u32 localip, u8 8, u8 2, u16 remoteport, u32 remoteip}[]
+
| struct {u32 state, u8 localsize (8), u8 localfamily (2), u16 localport, u32 localip, u8 remotesize(8), u8 remotefamily(2), u16 remoteport, u32 remoteip}[]
 
|-
 
|-
 
| 0x9004
 
| 0x9004
1

edit

Navigation menu