Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 19298: /trunk/gtk/ /trunk/gtk/: Makefile.am Makefile.com

Date: Sat, 23 Sep 2006 00:14:49 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=19298

User: ulfl
Date: 2006/09/23 12:14 AM

Log:
 GTK2: add an analog VU meter like display widget 
 
 Win32: use the widget to display the RSSI and Link Speed values as this is far better understandable than the raw numerical values (especially if you don't know the values well).
 
 the GTK VU meter widget is based on LGPL'ed code from http://www.mumblelina.com/index.php?gtkvumeter=1 
 
 ... and I've heavily changed and extended it to fit the problem here.
 
 We might use the VU meter widget later at other places as well ...

Directory: /trunk/gtk/
  Changes    Path                        Action
  +1 -0      Makefile.am                 Modified
  +1 -0      Makefile.common             Modified
  +304 -9    capture_if_details_dlg.c    Modified
  +1286 -0   gtkvumeter.c                Added
  +148 -0    gtkvumeter.h                Added