Wireshark-commits: [Wireshark-commits] rev 45453: /trunk/ /trunk/docbook/: release-notes.xml /trunk

Date: Wed, 10 Oct 2012 19:17:31 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=45453

User: gerald
Date: 2012/10/10 12:17 PM

Log:
 Add a format_size function similar to g_format_size that renders a size
 value in a human-readable format. Use it in the welcome screen, status
 bar, and Win32 interface details.
 
 Note that in the welcome screen and status bar we've switched from
 customary binary prefixes to strict SI.

Directory: /trunk/docbook/
  Changes    Path                 Action
  +2 -1      release-notes.xml    Modified

Directory: /trunk/ui/gtk/
  Changes    Path                              Action
  +17 -9     capture_if_details_dlg_win32.c    Modified
  +4 -9      main_statusbar.c                  Modified
  +6 -12     main_welcome.c                    Modified

Directory: /trunk/wsutil/
  Changes    Path             Action
  +1 -0      libwsutil.def    Modified
  +51 -0     str_util.c       Modified
  +26 -4     str_util.h       Modified