push one more object into the session structure so acse can pick it up later.

svn path=/trunk/; revision=14695
This commit is contained in:
Ronnie Sahlberg 2005-06-19 11:40:39 +00:00
parent 30b7a5866b
commit beb9e86120
2 changed files with 4 additions and 0 deletions

View File

@ -722,6 +722,9 @@ new_item_len+(asn->offset-*offset)+1,
{
acse = get_integer_value(asn,new_item_len,offset);
print_value(asn,pres_tree_ms,tvb,offset,new_item_len);
if(session){
session->pres_ctx_id=acse;
}
}
break;
case OCTET_ALIGNED:

View File

@ -194,5 +194,6 @@ struct SESSION_DATA_STRUCTURE
{
guint8 spdu_type;
guint8 abort_type;
guint8 pres_ctx_id;
};
#define implementation_restriction 0x10