Wireshark-commits: [Wireshark-commits] rev 49189: / /trunk-1.10/epan/dissectors/: packet-hsrp.c pac
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=49189
User: gerald
Date: 2013/05/06 04:18 PM
Log:
Copy over revisions from the trunk:
------------------------------------------------------------------------
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).
------------------------------------------------------------------------
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.
------------------------------------------------------------------------
r49134 | ruengeler | 2013-05-02 04:47:09 -0700 (Thu, 02 May 2013) | 2 lines
Changed paths:
M /trunk/ui/gtk/capture_dlg.c
Fix Bug 8615 concerning the active "Start" button when remote interfaces are added.
------------------------------------------------------------------------
r48994 | martinm | 2013-04-22 19:55:44 -0700 (Mon, 22 Apr 2013) | 4 lines
Changed paths:
M /trunk/epan/dissectors/packet-mpls.c
When calling IP and Ipv6 dissectors, they may reduce the new tvb we pass in.
MPLS needs to similarly shrink its own tvb so its caller can tell that
there were bytes left over (e.g. ethernet trailer).
------------------------------------------------------------------------
r49140 | mmann | 2013-05-02 17:04:36 -0700 (Thu, 02 May 2013) | 3 lines
Changed paths:
M /trunk/epan/dissectors/packet-smtp.c
Finish improving NTLM and PLAIN authentication. Bug 8600 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8600)
From Uli Heilmeier
------------------------------------------------------------------------
r49142 | eapache | 2013-05-02 18:37:27 -0700 (Thu, 02 May 2013) | 4 lines
Changed paths:
M /trunk/epan/dissectors/packet-smtp.c
Add some casts to hush the buildbots, and fix what I assume was a copy-pasto
to ensure that the return value of strlen is actually used as the length of the
string.
------------------------------------------------------------------------
r49157 | alagoutte | 2013-05-04 01:12:36 -0700 (Sat, 04 May 2013) | 1 line
Changed paths:
M /trunk/epan/dissectors/packet-smtp.c
Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang
------------------------------------------------------------------------
Directory: /trunk-1.10/epan/dissectors/
Changes Path Action
+2 -2 packet-hsrp.c Modified
+6 -0 packet-mpls.c Modified
+45 -27 packet-smtp.c Modified
+22 -14 packet-snmp.c Modified
Directory: /trunk-1.10/ui/gtk/
Changes Path Action
+2 -0 capture_dlg.c Modified
Directory: /trunk-1.10/asn1/snmp/
Changes Path Action
+20 -12 packet-snmp-template.c Modified