aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/addr_resolution_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-05Use a hastable for port resolution. Currently one table for the 4 protocols w...Anders Broman1-0/+31
2013-08-02Add some casts.Jeff Morriss1-18/+18
2013-08-02- Use a hashtable for eth lookup.Anders Broman1-0/+88
2013-07-26gtk_widget_modify_font() has been renamed to gtk_widget_override_font() in GTK3Bill Meier1-0/+4
2013-05-22Include ui/gtk/addr_resolution_dlg.h so that functions defined here areGuy Harris1-1/+2
2013-05-13Eliminate some includes of ui/simple_dialog.h by files that don't useGuy Harris1-1/+0
2013-04-07Use a monospace font for the address resolution dialog so that tabGerald Combs1-99/+114
2013-03-21From beroset:Bill Meier1-3/+3
2013-03-06Actually add IPv6 addresses to the display.Jeff Morriss1-0/+1
2012-12-22Remove unneeded initializations, and one redundant if condition.Evan Huus1-1/+1
2012-11-30Add a menu to view the current address resolution.Anders Broman1-0/+277