Wireshark-commits: [Wireshark-commits] rev 38926: /trunk-1.6/ /trunk-1.6/epan/dissectors/: packet-b

Date: Wed, 07 Sep 2011 22:30:43 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=38926

User: gerald
Date: 2011/09/07 03:30 PM

Log:
 Copy over revisions from the trunk:
 
   ------------------------------------------------------------------------
   r38910 | etxrab | 2011-09-06 22:02:43 -0700 (Tue, 06 Sep 2011) | 7 lines
   Changed paths:
      M /trunk/epan/gcp.c
 
   From Václav Horčák:
   When context id is reused by another termination, initial packet containing $
   (=choose one) is not added to context but belongs to context 0xfffffffe(context
   id value used in wireshark for choose one). This affects context listing in
   MEGACO packet contents and Telephony->Voip Calls listings for MEGACO.
 
   https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6311
   ------------------------------------------------------------------------
   r38919 | etxrab | 2011-09-07 07:42:08 -0700 (Wed, 07 Sep 2011) | 6 lines
   Changed paths:
      M /trunk/epan/dissectors/packet-bacapp.c
 
   From Lori Tribble:
   Fix problem with the decoding of the exception schedule.  It was eating one
   too many closing tags before exiting and causing the rest of the information to
   fail to decode correctly.
 
   https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6178
   ------------------------------------------------------------------------
   r38921 | wmeier | 2011-09-07 11:25:54 -0700 (Wed, 07 Sep 2011) | 19 lines
   Changed paths:
      M /trunk/dumpcap.c
 
   Windows: GetTickCount() returns a DWORD (not a time_t);
   Fixes a problem on Windows wherein specifying a capture file
   time duration for autostop or file-switching would stop
   working after some period of time.
 
   The reason:
   GetTickCount returns DWORD (unsigned int) which
    wraps "every 49.7 days";
 
   and: The GetTickCount() return value was being stored in a time_t which is
    int64 on Windows;
 
   thus:
    The test for elapsed time (using signed integers) didn't work correctly after
    the time had wrapped.
 
   Fixes Bug #6280: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6280
   ------------------------------------------------------------------------
 
 
 Update the release notes.

Directory: /trunk-1.6/epan/dissectors/
  Changes    Path               Action
  +7 -0      packet-bacapp.c    Modified

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

Directory: /trunk-1.6/epan/
  Changes    Path          Action
  +3 -1      gcp.c         Modified

Directory: /trunk-1.6/
  Changes    Path          Action
  +3 -3      dumpcap.c     Modified