Use g_get_charset instead of g_get_codeset.
[metze/wireshark/wip.git] / epan / address_types.c
2016-02-19 João ValverdeAdd inet_pton/inet_ntop interface to libwsutil
2015-11-29 João ValverdeMake address_to_display() use proper (non-)constness
2015-11-03 João ValverdeRemaining ADDRESS macro to address function conversions
2015-09-25 João ValverdeDon't display duplicate addresses without name resoluti...
2015-07-03 Guy HarrisFix address resolution for columns.
2015-03-03 Alexis La GoutteAddress types: fix no previous prototype for ... [...
2015-03-02 Guy HarrisFix typo caught by Coverity - wrong structure members...
2015-02-27 Guy Harrisaddress_to_string routines need to remember the beginni...
2015-02-23 Guy HarrisFix generation of address-with-resolution strings.
2015-02-22 Michael MannAdd tvb_address_with_resolution_to_str.
2015-02-20 Pascal Quantinaddress_types.c: fix a "conditional jump or move depend...
2015-02-19 AndersBromanAdd some casts to satisfy the various compilers.
2015-02-19 Michael MannAdd name resolution support to address type.
2015-02-16 Michael MannMake get_manuf_name return a const string.
2015-02-13 Bill MeierReplace tabs by spaces when editor modelines has "expan...
2015-02-12 Anders BromanRevert "Make get_manuf_name return a const string."
2015-02-12 Michael MannMake get_manuf_name return a const string.
2015-02-09 Michael MannAdd fixed length function for address types.
2015-02-09 Michael MannEliminate the hf member out of the address structure.
2015-02-09 Michael MannAdd "column filter string" support to address types.
2015-02-09 Michael MannAdd address type registration.