Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 23289: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Sat, 27 Oct 2007 15:38:24 GMT
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