From Peng Di:

GIOP request_id used for sub dissectors is not assigned when decoding GIOP 1.2 Request message.

https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7516

svn path=/trunk/; revision=43955
This commit is contained in:
Anders Broman 2012-07-24 10:25:13 +00:00
parent 3743a01714
commit 6572a8e55c
1 changed files with 1 additions and 0 deletions

View File

@ -3606,6 +3606,7 @@ dissect_giop_request_1_2 (tvbuff_t * tvb, packet_info * pinfo,
}
request_id = get_CDR_ulong(tvb, &offset, stream_is_big_endian,GIOP_HEADER_SIZE);
header->req_id = request_id;
if (check_col(pinfo->cinfo, COL_INFO))
{
col_append_fstr(pinfo->cinfo, COL_INFO, " id=%u", request_id);