Wireshark-commits: [Wireshark-commits] rev 46212: /trunk-1.8/ /trunk-1.8/epan/dissectors/: packet-s

Date: Mon, 26 Nov 2012 22:55:23 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=46212

User: gerald
Date: 2012/11/26 02:55 PM

Log:
 Copy over revisions from the trunk:
 
   ------------------------------------------------------------------------
   r46003 | eapache | 2012-11-11 12:29:06 -0800 (Sun, 11 Nov 2012) | 7 lines
   Changed paths:
      M /trunk/epan/dissectors/packet-tpncp.c
 
   Fix part of https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6665
 
   Make sure the array of names is always null-terminated, even if we have
   enough names to fill the entire thing. Also use a gboolean instead of a
   gint for one variable.
   ------------------------------------------------------------------------
   r46004 | eapache | 2012-11-11 12:54:12 -0800 (Sun, 11 Nov 2012) | 5 lines
   Changed paths:
      M /trunk/epan/dissectors/packet-tpncp.c
 
   Fix the rest of https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6665
 
   Catch exceptions thrown while registering the dynamically generated tpncp
   fields, and take that as a hint that the .dat file is corrupt.
   ------------------------------------------------------------------------
   r46153 | ruengeler | 2012-11-23 05:16:04 -0800 (Fri, 23 Nov 2012) | 2 lines
   Changed paths:
      M /trunk/ui/gtk/sctp_stat.c
 
   Fix bug reported in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8011
   ------------------------------------------------------------------------
 
 
 Copy over with manual intervention:
 
   ------------------------------------------------------------------------
   r46005 | pascal | 2012-11-11 15:17:09 -0800 (Sun, 11 Nov 2012) | 6 lines
   Changed paths:
      M /trunk/epan/dissectors/packet-ssl.c
 
   From Erik Tews via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7967 :
   Fix dissection of Server Name Indication extension in SSL/TLS traffic
 
   From me:
   Fix a few errors found by checkhf.pl and fix-encoding-args.pl
   ------------------------------------------------------------------------
 
 
 Update the release notes.

Directory: /trunk-1.8/epan/dissectors/
  Changes    Path              Action
  +10 -16    packet-ssl.c      Modified
  +32 -7     packet-tpncp.c    Modified

Directory: /trunk-1.8/docbook/
  Changes    Path                 Action
  +20 -2     release-notes.xml    Modified

Directory: /trunk-1.8/ui/gtk/
  Changes    Path           Action
  +0 -1      sctp_stat.c    Modified