mirror of
https://github.com/ufrisk/MemProcFS.git
synced 2026-05-22 17:07:47 +08:00
Version 5.8.4
This commit is contained in:
@@ -8,22 +8,22 @@ import java.io.Serializable;
|
||||
*/
|
||||
public class VmmMap_NetEntry implements Serializable
|
||||
{
|
||||
private static final long serialVersionUID = 5333048748531523686L;
|
||||
public String str;
|
||||
public int dwPid;
|
||||
public int dwState;
|
||||
public short AF;
|
||||
public long vaObj;
|
||||
public long ftTime;
|
||||
public int dwPoolTag;
|
||||
public boolean srcValid;
|
||||
public boolean dstValid;
|
||||
public short srcPort;
|
||||
public short dstPort;
|
||||
public String srcStr;
|
||||
public String dstStr;
|
||||
|
||||
public String toString() {
|
||||
return "VmmMap_NetEntry:'" + str + "'";
|
||||
}
|
||||
private static final long serialVersionUID = 5333048748531523686L;
|
||||
public String str;
|
||||
public int dwPid;
|
||||
public int dwState;
|
||||
public short AF;
|
||||
public long vaObj;
|
||||
public long ftTime;
|
||||
public int dwPoolTag;
|
||||
public boolean srcValid;
|
||||
public boolean dstValid;
|
||||
public short srcPort;
|
||||
public short dstPort;
|
||||
public String srcStr;
|
||||
public String dstStr;
|
||||
|
||||
public String toString() {
|
||||
return "VmmMap_NetEntry:'" + str + "'";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user