When I execute Wireshark on Terminal, it would have below error output from Terminal.
bash-3.2# echo $PATH
/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin
bash-3.2# wireshark &
[1] 634
bash-3.2# 2009-07-08 00:36:15.399 defaults[644:10b]
The domain/default pair of (kCFPreferencesAnyApplication, AppleAquaColorVariant) does not exist
2009-07-08 00:36:15.409 defaults[645:10b]
The domain/default pair of (kCFPreferencesAnyApplication, AppleHighlightColor) does not exist
(process:634): Gdk-WARNING **: locale not supported by C library
(wireshark-bin:634): Gtk-WARNING **: Locale not supported by C library.
Using the fallback 'C' locale.
(wireshark-bin:634): Gtk-WARNING **: Unable to locate theme engine in module_path: "clearlooks",
(wireshark-bin:634): Pango-WARNING **: Error loading GDEF table 28333
(wireshark-bin:634): Pango-WARNING **: Error loading GSUB table 28333
(wireshark-bin:634): Pango-WARNING **: Error loading GPOS table 28333
(wireshark-bin:634): Pango-WARNING **: Error loading GDEF table 28333
(wireshark-bin:634): Pango-WARNING **: Error loading GSUB table 28333
(wireshark-bin:634): Pango-WARNING **: Error loading GPOS table 28333
(wireshark-bin:634): Pango-WARNING **: Error loading GDEF table 28333
(wireshark-bin:634): Pango-WARNING **: Error loading GSUB table 28333
(wireshark-bin:634): Pango-WARNING **: Error loading GPOS table 28333
If I ignore this error, it looks like the Wireshark can work as expected to capture packet, but I look forward to get rid of this error message.