Wireshark-commits: [Wireshark-commits] rev 51910: / /trunk-1.10/docbook/: release-notes.asciidoc /t
Date: Tue, 10 Sep 2013 00:07:17 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=51910

User: gerald
Date: 2013/09/09 05:07 PM

Log:
 Copy over r49673 from the trunk:
 
   ------------------------------------------------------------------------
   r49673 | guy | 2013-05-31 23:48:37 -0700 (Fri, 31 May 2013) | 7 lines
   Changed paths:
      M /trunk/epan/filesystem.c
      M /trunk/wiretap/netmon.c
 
   When allocating the frame table for a NetMon file, use g_try_malloc(),
   and fail with ENOMEM if that fails (and the frame table is not empty -
   g_try_malloc() will return NULL if you ask it to allocate zero bytes).
 
   Have an error message for ENOMEM on an open that attempts to tell the
   user what the problem is without making their head explode.
   ------------------------------------------------------------------------
 
 
 Update the release notes.

Directory: /trunk-1.10/docbook/
  Changes    Path                      Action
  +21 -19    release-notes.asciidoc    Modified

Directory: /trunk-1.10/epan/
  Changes    Path            Action
  +43 -0     filesystem.c    Modified

Directory: /trunk-1.10/wiretap/
  Changes    Path          Action
  +5 -1      netmon.c      Modified