aboutsummaryrefslogtreecommitdiffstats
path: root/epan/address_to_str.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-16Attempt to squelch some compiler warnings.Guy Harris1-1/+3
2011-06-14Please don't use prohibited APIs in new code:Stig Bjørlykke1-1/+1
2011-05-16Cast away some warnings about alignment; ep_alloc() guaranteesGuy Harris1-1/+1
2011-05-08Add FT_EUI64 Field TypeAlexis La Goutte1-0/+31
2011-05-06Add note about ::/96 being deprecated.Jakub Zawadzki1-0/+23
2011-05-05Fix false positive compiler warnings:Jakub Zawadzki1-5/+6
2011-05-05Introduce ip6_to_str_buf_len (little cleaner version of inet_ntop6 from wsuti...Jakub Zawadzki1-9/+92
2011-05-05Subtract (not add!) preamble length from remaining buffer length.Jakub Zawadzki1-2/+3
2011-02-11Rename vines_to_str() to tvb_vines_to_str() and make it take a pointer a TVBJeff Morriss1-2/+2
2011-01-21Introduce, and start using, tvb_eth_to_str().Jeff Morriss1-0/+6
2011-01-16Introduce, and start using, tvb_fc_to_str() and tvb_fcwwm_to_str(): theseJeff Morriss1-0/+12
2011-01-13Introduce, and start using, tvb_ip_to_str() and tvb_ip6_to_str(). TheseJeff Morriss1-1/+23
2010-11-17From Slava via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5335 :Jeff Morriss1-0/+17
2010-05-28Move some code (including the optional objects) into libwsutilJeff Morriss1-2/+2
2010-04-03 From Yaniv Kaul: constify parametersBill Meier1-2/+2
2010-02-27From Jakub Zawadzki: split off the address-to-string functions, exceptGuy Harris1-0/+406