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 33659: /trunk-1.4/ /trunk-1.4/epan/dissectors/: packet-6

Date: Wed, 28 Jul 2010 23:19:38 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=33659

User: gerald
Date: 2010/07/28 04:19 PM

Log:
 Copy over revisions from the trunk:
 
 ------------------------------------------------------------------------
 r33602 | stig | 2010-07-21 02:47:24 -0700 (Wed, 21 Jul 2010) | 4 lines
 Changed paths:
    M /trunk/epan/proto.c
 
 Fixed adding a boolean value as a custom column.
 
 This is reported in bug 5039.
 ------------------------------------------------------------------------
 r33611 | jake | 2010-07-21 12:31:56 -0700 (Wed, 21 Jul 2010) | 5 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-scsi.h
 
 From Zachary Mark:
 It appears that SCSI_SPC_ACCESS_CONTROL_IN is incorrectly set to opcode 0x85 
 where the actual opcode is 0x86.  0x85 is the opcode for the 16-byte version 
 of the ATA PASSTHROUGH command of the SAT standards family.
 ------------------------------------------------------------------------
 r33617 | wmeier | 2010-07-22 11:44:11 -0700 (Thu, 22 Jul 2010) | 5 lines
 Changed paths:
    M /trunk/gtk/voip_calls_dlg.c
 
 Rework code so start-time, end-time, & packets columns sort properly and are right-justified;
 Remove some redundant code;
 Widen the VOIP calls window slightly so all columns are displayed initially;
 Minor whitespace cleanup.
 ------------------------------------------------------------------------
 r33623 | jake | 2010-07-23 12:40:32 -0700 (Fri, 23 Jul 2010) | 4 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-6lowpan.c
 
 From Jan van den Boom:
 Correct the V and F flag interpretation in the Mesh Addressing Type and Header
 for correct address interpretation.
 ------------------------------------------------------------------------
 r33624 | jake | 2010-07-23 13:19:05 -0700 (Fri, 23 Jul 2010) | 6 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-6lowpan.c
 
 From John Sucaet:
 packet-6lowpan.c dissects the non-compressed ipv6 fields in an order different
 from the one specified in RFC 4944 §10.3.1. 
 The patch fixes the wrong order and an additional problem with the dissection 
 of the mesh header: support for the Deep Hops Left field (RFC 4944 §5.2)
 ------------------------------------------------------------------------
 r33630 | etxrab | 2010-07-26 06:04:10 -0700 (Mon, 26 Jul 2010) | 7 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-6lowpan.c
 
 From John Sucaet:
 The committed changes in 33624 did not include all fixes of the previous patch
 file - Please add the fix for the field description of the 8-bit Deep Hops Left
 field
 Attached file contains this fix (+as well as small correction to the field
 descriptions of V and F flags, according to the terminology of RFC 4944)
 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5047
 ------------------------------------------------------------------------

Directory: /trunk-1.4/epan/dissectors/
  Changes    Path                Action
  +61 -48    packet-6lowpan.c    Modified
  +1 -1      packet-scsi.h       Modified

Directory: /trunk-1.4/epan/
  Changes    Path          Action
  +4 -1      proto.c       Modified

Directory: /trunk-1.4/gtk/
  Changes    Path                Action
  +33 -55    voip_calls_dlg.c    Modified