http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=23289
User: etxrab
Date: 2007/10/27 03:38 PM
Log:
From Steve Osselton:
The GIOP Fragment message type was added as of GIOP 1.1. However the Fragment
message header (containing a request id) was only added as of GIOP 1.2. The
GIOP Fragment dissector incorrectly attempts to process the request id for a
version 1.1 request.
To fix add a version check to the dissect_giop_fragment function in
packet-giop.c:
Directory: /trunk/epan/dissectors/
Changes Path Action
+18 -15 packet-giop.c Modified