aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/main.c
diff options
context:
space:
mode:
authorGraeme Lunt <graeme.lunt@smhs.co.uk>2007-02-04 12:39:07 +0000
committerGraeme Lunt <graeme.lunt@smhs.co.uk>2007-02-04 12:39:07 +0000
commit3bdc71b56bf6dffad64ef34c9cfddf25f3ce78de (patch)
tree00082bc8bf864d0ca3264f8f40aa629335d48885 /gtk/main.c
parentfd3f0f3196147bce932168c4838a8ed4ff2d60d6 (diff)
Augment get_gui_runtime_info() with additional information about the U3 device Wireshark is being run from.
svn path=/trunk/; revision=20711
Diffstat (limited to 'gtk/main.c')
-rw-r--r--gtk/main.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/gtk/main.c b/gtk/main.c
index ca7abdee60..09d156db84 100644
--- a/gtk/main.c
+++ b/gtk/main.c
@@ -2062,6 +2062,12 @@ get_gui_runtime_info(GString *str
g_string_append(str, ", ");
get_runtime_airpcap_version(str);
#endif
+
+ if(u3_active()) {
+ g_string_append(str, ", ");
+ u3_runtime_info(str);
+ }
+
}
/* And now our feature presentation... [ fade to music ] */