Wireshark-commits: [Wireshark-commits] rev 49266: / /trunk-1.8/epan/dissectors/: packet-hsrp.c pack

Date: Mon, 13 May 2013 17:23:47 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=49266

User: gerald
Date: 2013/05/13 10:23 AM

Log:
 Copy over revisions from the trunk:
 
   ------------------------------------------------------------------------
   r48928 | etxrab | 2013-04-19 09:06:55 -0700 (Fri, 19 Apr 2013) | 3 lines
   Changed paths:
      M /trunk/epan/dissectors/packet-gtpv2.c
 
   Fix GTPv2 MM Context (UMTS Key, Quad, and Quint Decoded) incorrectly
 
   https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8596
   r47729 | jake | 2013-02-17 22:19:04 -0800 (Sun, 17 Feb 2013) | 4 lines
   Changed paths:
      M /trunk/epan/dissectors/packet-rtp.c
 
   Fix for bug 8321:
   Feed the tap before trying to dissect the payload. This prevents a malformed
   payload from blocking the tap, resulting in incorrect RTP statistics.
   ------------------------------------------------------------------------
   r49024 | pascal | 2013-04-24 22:24:07 -0700 (Wed, 24 Apr 2013) | 2 lines
   Changed paths:
      M /trunk/epan/dissectors/packet-rtp.c
 
   Try to please the OSX buildbots
   ------------------------------------------------------------------------
   r49111 | morriss | 2013-05-01 07:19:10 -0700 (Wed, 01 May 2013) | 6 lines
   Changed paths:
      M /trunk/epan/dissectors/packet-ssl-utils.c
 
   Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8618 :
 
   Allow port 0 in RSA Key List.
 
   (This has been broken since r36875.)
   ------------------------------------------------------------------------
   r49114 | morriss | 2013-05-01 12:42:28 -0700 (Wed, 01 May 2013) | 6 lines
   Changed paths:
      M /trunk/epan/dissectors/packet-hsrp.c
 
   Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8622 :
 
   hsrp2.md5_auth_data is added to the tree with a length of 16 so declare it as
   FT_BYTES instead of FT_UINT32 (using the latter causes an assertion in
   trunk-1.8 and an expert info in trunk and trunk-1.10).
   ------------------------------------------------------------------------
 
 
 Copy over with manual intervention:
 
   ------------------------------------------------------------------------
   r49019 | pascal | 2013-04-24 14:25:30 -0700 (Wed, 24 Apr 2013) | 3 lines
   Changed paths:
      M /trunk/epan/dissectors/packet-rtp.c
 
   Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8610 :
   Ensure that tap is called after full dissection, even in case of exception
   ------------------------------------------------------------------------
   r49046 | guy | 2013-04-25 21:42:20 -0700 (Thu, 25 Apr 2013) | 2 lines
   Changed paths:
      M /trunk/ui/win32/console_win32.c
 
   Work around a bug in a Microsoft security fix.
   ------------------------------------------------------------------------
   r49128 | mmann | 2013-05-01 16:59:16 -0700 (Wed, 01 May 2013) | 1 line
   Changed paths:
      M /trunk/asn1/snmp/packet-snmp-template.c
      M /trunk/epan/dissectors/packet-snmp.c
 
   Protect a "divide by zero" operation.  Bug 7359 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7359).  This seems to have been generated through a corrupted UAT file switching between 1.8 and 1.10, but it's a good check to have regardless.
   ------------------------------------------------------------------------
 
 
 Update the release notes.

Directory: /trunk-1.8/epan/dissectors/
  Changes    Path                  Action
  +2 -2      packet-hsrp.c         Modified
  +27 -14    packet-rtp.c          Modified
  +10 -2     packet-snmp.c         Modified
  +1 -1      packet-ssl-utils.c    Modified

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

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

Directory: /trunk-1.8/asn1/snmp/
  Changes    Path                      Action
  +8 -0      packet-snmp-template.c    Modified