Structure Summary
Structure SessionTableEntry
   
Structure Details

SessionTableEntry

/* Structure to store entry information of sessionTable */
INT32 sessionid;
U_CHAR *ipaddress;
INT32 portno;
INT32 sessionstate;
INT32 numrequests;
INT32 numresponses;
U_INT32 lastreqtime;
CHAR *lastDatetime;