Wireshark-commits: [Wireshark-commits] rev 34417: /trunk-1.4/ /trunk-1.4/epan/dissectors/: packet-g
Date: Fri, 08 Oct 2010 00:28:46 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=34417

User: gerald
Date: 2010/10/07 05:28 PM

Log:
 Copy over revisions from the trunk:
 
 ------------------------------------------------------------------------
 r34303 | guy | 2010-09-30 18:49:02 -0700 (Thu, 30 Sep 2010) | 8 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-sll.c
 
 From Chris Maynard:
 
 	don't add a source address field if it's zero-length (fixes bug
 	2519);
 
 	the source address length field is 8 octets long; if the
 	purported length is > 8, only include the first 8 octets.
 ------------------------------------------------------------------------
 r34358 | etxrab | 2010-10-03 23:16:45 -0700 (Sun, 03 Oct 2010) | 3 lines
 Changed paths:
    M /trunk/plugins/profinet/packet-dcerpc-pn-io.c
 
 From Yu Zhang:
 MRP packet is not correctly parsed in PROFINET multiple write record request.
 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5267
 ------------------------------------------------------------------------
 r34272 | wmeier | 2010-09-28 08:26:58 -0700 (Tue, 28 Sep 2010) | 2 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-ntlmssp.c
 
 Oops: remove a // comment (note to myself)
 ------------------------------------------------------------------------
 r34295 | wmeier | 2010-09-30 13:26:13 -0700 (Thu, 30 Sep 2010) | 7 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-ntlmssp.c
 
 More fixes and comments:
 - NEGOTIATE: dissect version field (if present) when empty Workstation domain & name fields;
 - AUTHENTICATE: Use flags from message if no previous CHALLENGE seen to determine 
                 character set encoding; Fixes Bug #5251
                 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5251
 ------------------------------------------------------------------------
 r34298 | wmeier | 2010-09-30 14:14:44 -0700 (Thu, 30 Sep 2010) | 2 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-ntlmssp.c
 
 Fix compilation error.
 ------------------------------------------------------------------------
 r34385 | etxrab | 2010-10-05 10:58:58 -0700 (Tue, 05 Oct 2010) | 3 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-gsm_a_gm.c
 
 From Pascal Quantin:
 [NAS EPS] Fix TFT decoding when having several Packet Filters defined
 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5274
 ------------------------------------------------------------------------
 r34386 | morriss | 2010-10-05 12:53:37 -0700 (Tue, 05 Oct 2010) | 5 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-ssl-utils.c
 
 Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5277 :
 
 Don't pass a NULL pointer to a string to ssl_debug_printf() (which eventually
 calls vfprintf()): Solaris doesn't like it when you do that.
 ------------------------------------------------------------------------
 r34408 | morriss | 2010-10-07 14:10:51 -0700 (Thu, 07 Oct 2010) | 4 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-rpc.c
 
 Restore pinfo->private_data after an exception was thrown by a subdissector.
 This is necessary in case a subdissector had changed it but was unable to
 restore it (due to the exception).
 ------------------------------------------------------------------------
 
 
 Copy over by hand:
 
 ------------------------------------------------------------------------
 r34337 | stig | 2010-10-02 09:41:20 -0700 (Sat, 02 Oct 2010) | 2 lines
 Changed paths:
    M /trunk/gtk/new_packet_list.c
 
 Ensure we always show the selected frame when changing sort order.
 ------------------------------------------------------------------------
 r34271 | wmeier | 2010-09-28 07:14:12 -0700 (Tue, 28 Sep 2010) | 10 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-ntlmssp.c
 
 Improve dissection:
 1. Negotiation/Challenge/Authoriation messages:
    - dissect Version field (if present);
 2. Authorization messages:
    - Dissect fields following session-key (flags/... if present) even 
      when session key is empty;
    - Dissect "MIC" field (if present);
 3. Challenge message:
    - Rename "Domain" field to "Target Name" as per Microsoft spec (MS-NLMP).
 ------------------------------------------------------------------------
 r34395 | wmeier | 2010-10-06 07:59:19 -0700 (Wed, 06 Oct 2010) | 5 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-mysql.c
 
 From  Alexis La Goutte: MYSQL:  Fix FIELD_PACKET dissection;
 From me: Two additional fixes for FIELD_PACKET dissection;
          Revision of the original patch from Alexis to
           properly dissect a SHOW_FIELDS response message.
 ------------------------------------------------------------------------
 
 Update the release notes.

Directory: /trunk-1.4/epan/dissectors/
  Changes    Path                  Action
  +1 -1      packet-gsm_a_gm.c     Modified
  +30 -8     packet-mysql.c        Modified
  +158 -23   packet-ntlmssp.c      Modified
  +8 -0      packet-rpc.c          Modified
  +3 -1      packet-sll.c          Modified
  +1 -1      packet-ssl-utils.c    Modified

Directory: /trunk-1.4/docbook/
  Changes    Path                 Action
  +36 -0     release-notes.xml    Modified

Directory: /trunk-1.4/gtk/
  Changes    Path                 Action
  +25 -0     new_packet_list.c    Modified

Directory: /trunk-1.4/plugins/profinet/
  Changes    Path                     Action
  +2 -1      packet-dcerpc-pn-io.c    Modified