aboutsummaryrefslogtreecommitdiffstats
path: root/epan/address_types.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-29Get rid of MAX_IP_STR_LEN and MAX_IP6_STR_LEN.Guy Harris1-2/+2
2017-10-26Improve our inet_ntop() wrapperJoão Valverde1-4/+7
2017-10-26Add a ws_in6_addr typedef for struct e_in6_addr.Guy Harris1-2/+2
2017-06-24addr_types: replace DISSECTOR_ASSERT() with g_assert()Martin Kaiser1-11/+11
2016-08-26Properly end address type search by name (CID-1362742)Jaap Keuter1-3/+3
2016-06-23Increase MAX_DISSECTOR_ADDR_TYPE.Jens Kilian1-1/+1
2016-06-22Add address_to_bytes API.Michael Mann1-2/+42
2016-06-22Move AT_VINES address type to VINES dissector.Michael Mann1-41/+0
2016-06-22Move AT_USB to inside USB dissector.Michael Mann1-39/+0
2016-06-13Convert AT_SS7PC to a "dissector address type"Michael Mann1-29/+0
2016-06-13Add address_type_get_by_nameMichael Mann1-0/+16
2016-06-06Move ip6_to_str_buf() to to_str.c and make it take the buffer length.João Valverde1-118/+1
2016-02-19Add inet_pton/inet_ntop interface to libwsutilJoão Valverde1-14/+2
2015-11-29Make address_to_display() use proper (non-)constnessJoão Valverde1-1/+1
2015-11-03Remaining ADDRESS macro to address function conversionsJoão Valverde1-3/+3
2015-09-25Don't display duplicate addresses without name resolution enabledJoão Valverde1-1/+4
2015-07-03Fix address resolution for columns.Guy Harris1-0/+52
2015-03-03Address types: fix no previous prototype for ... [-Wmissing-prototypes]Alexis La Goutte1-6/+6
2015-03-02Fix typo caught by Coverity - wrong structure members being tested.Guy Harris1-2/+2
2015-02-27address_to_string routines need to remember the beginning of the buffer.Guy Harris1-25/+30
2015-02-23Fix generation of address-with-resolution strings.Guy Harris1-26/+26
2015-02-22Add tvb_address_with_resolution_to_str.Michael Mann1-0/+26
2015-02-20address_types.c: fix a "conditional jump or move depends on uninitialised val...Pascal Quantin1-1/+1
2015-02-19Add some casts to satisfy the various compilers.AndersBroman1-1/+1
2015-02-19Add name resolution support to address type.Michael Mann1-56/+214
2015-02-16Make get_manuf_name return a const string.Michael Mann1-7/+3
2015-02-13Replace tabs by spaces when editor modelines has "expandtab"Bill Meier1-4/+4
2015-02-12Revert "Make get_manuf_name return a const string."Anders Broman1-3/+7
2015-02-12Make get_manuf_name return a const string.Michael Mann1-7/+3
2015-02-09Add fixed length function for address types.Michael Mann1-27/+263
2015-02-09Eliminate the hf member out of the address structure.Michael Mann1-5/+5
2015-02-09Add "column filter string" support to address types.Michael Mann1-178/+152
2015-02-09Add address type registration.Michael Mann1-0/+702