Wireshark mailing list archives

Re: [Wireshark-commits] rev 38350: /trunk/ /trunk/gtk/: capture_dlg.c capture_dlg.h capture_if_dlg.c capture_if_dlg.h main_welcome.c main_welcome.h menus.c menus.h /trunk/: capture.c capture_ifinfo.c capture_ifinfo.h


From: Michael Tüxen <Michael.Tuexen () lurchi franken de>
Date: Thu, 11 Aug 2011 22:25:34 +0200

On Aug 11, 2011, at 10:02 PM, Stephen Fisher wrote:

On Fri, Aug 05, 2011 at 11:05:55PM +0200, Michael Tuexen wrote:

* Multiple IP addresses should be separated with comma in the "Edit
Interfaces Settings" window, I think.
Need to see how this haves with a lot of addresses.

GTK has a function for truncating labels:

 gtk_label_set_ellipsize()

Which takes a PangoEllipsizeMode 
(http://developer.gnome.org/pango/stable/pango-Layout-Objects.html#PangoEllipsizeMode) 
setting.  In the past, I used this (or a similar?) function for the 
capture dialog's IP address list, ultimately choosing to put it in the 
middle so the user could see the first and last IP addresses if there 
were many.
I see... But I wanted to see all IP addresses. We list them now one line
each (in the capture options dialog and in the interface settings dialog).
However, the alignment in the interface settings dialog needs to be improved.
That is on Irenes ToDo list...

Best regards
Michael

___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev () wireshark org>
Archives:    http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
            mailto:wireshark-dev-request () wireshark org?subject=unsubscribe


___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev () wireshark org>
Archives:    http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-request () wireshark org?subject=unsubscribe


Current thread: