Wireshark-commits: [Wireshark-commits] rev 49291: / /trunk-1.6/epan/dissectors/: packet-bat.c packe

Date: Tue, 14 May 2013 17:31:06 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=49291

User: gerald
Date: 2013/05/14 10:31 AM

Log:
 Copy over revisions from the trunk:
 
   ------------------------------------------------------------------------
   r48619 | cmaynard | 2013-03-28 08:07:32 -0700 (Thu, 28 Mar 2013) | 3 lines
   Changed paths:
      M /trunk/epan/dissectors/packet-sasp.c
 
   first_flag should be static.
   #BACKPORT(1.6,1.8)
   ------------------------------------------------------------------------
   r48622 | cmaynard | 2013-03-28 09:02:41 -0700 (Thu, 28 Mar 2013) | 3 lines
   Changed paths:
      M /trunk/epan/dissectors/packet-bat.c
 
   Fix Coverity CID's 280305-280306: Negative loop bound.  (These are yet more annoying instances of not properly dealing with tvb_reported_length_remaining() possibly returning -1.)
   #BACKPORT(1.6,1.8)
   ------------------------------------------------------------------------
   r48664 | jake | 2013-03-30 15:52:13 -0700 (Sat, 30 Mar 2013) | 3 lines
   Changed paths:
      M /trunk/epan/dissectors/packet-ssl-utils.c
 
   From Hauke Mehrtens:
   Wireshark misses some new TLS and DTLS cipher suite names which are assigned by IANA.
   ------------------------------------------------------------------------
   r48697 | pascal | 2013-04-02 06:09:15 -0700 (Tue, 02 Apr 2013) | 3 lines
   Changed paths:
      M /trunk/epan/dissectors/packet-e164.c
 
   From Vineeth via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8450 :
   Do not try to systematically fetch a third digit for Country Code: its length can be from 1 to 3 digits.
   ------------------------------------------------------------------------
   r48726 | pascal | 2013-04-04 02:14:11 -0700 (Thu, 04 Apr 2013) | 3 lines
   Changed paths:
      M /trunk/epan/dissectors/packet-bssgp.c
 
   From Lukasz Wachowski via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8559 :
   Fix dissection of RAN-INFORMATION-APPLICATION-ERROR RIM PDU Indications
   ------------------------------------------------------------------------
   r48814 | pascal | 2013-04-11 01:41:28 -0700 (Thu, 11 Apr 2013) | 3 lines
   Changed paths:
      M /trunk/epan/dissectors/packet-nfs.c
 
   From Cal Turney via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8575 :
   Fix description of ACE4_APPEND_DATA
   ------------------------------------------------------------------------
 
 
 Update the release notes.

Directory: /trunk-1.6/epan/dissectors/
  Changes    Path                  Action
  +6 -6      packet-bat.c          Modified
  +1 -1      packet-bssgp.c        Modified
  +4 -2      packet-e164.c         Modified
  +1 -1      packet-nfs.c          Modified
  +1 -1      packet-sasp.c         Modified
  +119 -1    packet-ssl-utils.c    Modified

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