https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7516
Peng Di <pd1981@xxxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #8831|packet-giop_diff.txt |packet-giop_c.diff
filename| |
--- Comment #3 from Peng Di <pd1981@xxxxxxxxxxx> 2012-07-24 02:20:28 PDT ---
Comment on attachment 8831
--> https://bugs.wireshark.org/bugzilla/attachment.cgi?id=8831
diff result of packet-giop.c
--- packet-giop.c 2012-04-07 02:51:08.000000000 +0800
+++ packet-giop_modify.c 2012-07-24 17:07:02.949809700 +0800
@@ -3586,6 +3586,7 @@
}
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);
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.