aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/addr_resolution_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-11-17Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris1-1/+1
2013-10-10Flag the addresses used in the trace which has been resolved and only add tho...Anders Broman1-2/+2
2013-09-11remove unused variable, mark unused parameterMartin Kaiser1-2/+1
2013-09-11Get rid of some users the addrinfo_list.Anders Broman1-80/+47
2013-08-29Revert revision=51577.Anders Broman1-2/+4
2013-08-29Don't store address in the hastable when name resolution is off.Anders Broman1-4/+2
2013-08-18addr_resolution_dlg.c: In function 'ipv6_hash_table_to_texbuff':Anders Broman1-1/+1
2013-08-18Use g_hastable() for IPv6 name reslution.Anders Broman1-1/+25
2013-08-11Use g_hashtable for IPv4 name resolution.Anders Broman1-72/+30
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