Wireshark-commits: [Wireshark-commits] rev 51906: / /trunk-1.8/epan/dissectors/: packet-ieee80211.c
Date: Mon, 09 Sep 2013 22:23:18 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=51906

User: gerald
Date: 2013/09/09 03:23 PM

Log:
 Copy over revisions from the trunk:
 
   ------------------------------------------------------------------------
   r50940 | eapache | 2013-07-26 16:16:16 -0700 (Fri, 26 Jul 2013) | 6 lines
   Changed paths:
      M /trunk/epan/dissectors/packet-netflow.c
 
   Switch on field length for the length_min/max fields of IPFix. Like several
   other nearby fields, they are different lengths in different versions of the
   spec.
 
   Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8918
   ------------------------------------------------------------------------
   r50969 | pascal | 2013-07-28 05:36:48 -0700 (Sun, 28 Jul 2013) | 3 lines
   Changed paths:
      M /trunk/epan/dissectors/packet-per.c
 
   Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8841 :
   Fix PER normally small non-negative whole number dissection when it is greater than or equal to 64
   ------------------------------------------------------------------------
   r51313 | martink | 2013-08-12 03:15:01 -0700 (Mon, 12 Aug 2013) | 4 lines
   Changed paths:
      M /trunk/epan/dissectors/packet-sip.c
 
   coverity 280403 (logically dead code)
 
   set first to FALSE after the first block was dissected
   ------------------------------------------------------------------------
   r51321 | pascal | 2013-08-12 12:23:08 -0700 (Mon, 12 Aug 2013) | 3 lines
   Changed paths:
      M /trunk/epan/dissectors/packet-sip.c
 
   Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9031 :
   SIP contact-param parsing should be stopped when finding a comma separator
   ------------------------------------------------------------------------
   r51339 | alagoutte | 2013-08-13 10:50:22 -0700 (Tue, 13 Aug 2013) | 8 lines
   Changed paths:
      M /trunk/epan/dissectors/packet-ieee80211.c
 
   From Mark Phillips via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9038
   802.11 HT Extended Capabilities B10 decode incorrect
 
   #Backport 1.10 and 1.8
 
   Within the 802.11 HT Capabilities IE the "HT Extended Capabilities" B10's name is incorrect.
 
   It is currently titled "High Throughput". This is incorrect/missleading. It should be something like "High Throughput Control (+HTC)". The field indicates if the "High Throughput Control (HTC)" field is supported - not if HT itself is supported.
   ------------------------------------------------------------------------
 
 
 Copy over with manual intervention:
 
   ------------------------------------------------------------------------
   r50923 | darkjames | 2013-07-26 11:10:55 -0700 (Fri, 26 Jul 2013) | 4 lines
   Changed paths:
      M /trunk/ui/gtk/io_stat.c
 
   Fix bug #8980 - IO graph/advanced, max/min/summ error on frames with multiple Diameter messages
 
   tap_iostat_packet() was fetching only first item for FT_RELATIVE_TIME.
   ------------------------------------------------------------------------
 
 
 Update the release notes.

Directory: /trunk-1.8/epan/dissectors/
  Changes    Path                  Action
  +1 -1      packet-ieee80211.c    Modified
  +34 -4     packet-netflow.c      Modified
  +37 -3     packet-per.c          Modified
  +5 -0      packet-sip.c          Modified

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

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

Directory: /trunk-1.8/
  Changes    Path          Action
  +7 -5      rawshark.c    Modified