aboutsummaryrefslogtreecommitdiffstats
path: root/epan/to_str.h
AgeCommit message (Expand)AuthorFilesLines
2023-10-31wsutil: Rename inet_netw.[ch]João Valverde1-1/+1
2023-10-31wsutil: Move and consolidate CIDR codeJoão Valverde1-2/+1
2023-07-03Add Unix time support for absolute time field typeJoão Valverde1-0/+3
2023-07-03wsutil: Add nstime representation in ISO8601 and Unix timeJoão Valverde1-12/+0
2021-12-30dfilter: Add support for entering time in UTCJoão Valverde1-0/+1
2021-12-28epan: Extend abs_time_to_str() with a flags argumentJoão Valverde1-4/+15
2021-12-27epan: Move time display types to field_display_eJoão Valverde1-3/+12
2021-11-29Add files with WS_DLL_PUBLIC to DoxygenMoshe Kaplan1-1/+1
2021-10-07to_str: scope tvb_ip6_to_strEvan Huus1-1/+1
2021-10-07to_str: scope tvb_ip_to_strEvan Huus1-1/+1
2021-10-05to_str: scope decode_bits_in_fieldEvan Huus1-1/+1
2021-10-04to_str: pull scope arg up into more addr macrosEvan Huus1-3/+3
2021-10-04to_str: pull scope arg up into tvb_ether_to_strEvan Huus1-1/+1
2021-09-26USB HID: Parse bit fields with correct bit orderTomasz Moń1-1/+1
2021-09-16Move more numerical functions to wsutil/to_str.hJoão Valverde1-20/+0
2021-09-16Reformat and cleanup epan/to_str.h headerJoão Valverde1-35/+70
2021-09-16Move more numerical epan/*to_str() routines to wsutilJoão Valverde1-33/+0
2021-09-16Move epan/*to_str_back() functions to wsutilJoão Valverde1-11/+0
2021-07-29Move bytes_to_str() to wsutilJoão Valverde1-33/+1
2021-07-26Move epan/wmem/wmem_scopes.h to epan/João Valverde1-1/+1
2021-06-20epan: Change bytes_to_str() length argument to a size_tJoão Valverde1-3/+3
2020-10-18Handle relative times with >2^31 seconds.Guy Harris1-1/+1
2018-02-08epan: use SPDX indentifiers.Dario Lombardo1-13/+1
2017-10-29Improve our ip6_to_str_buf() implementationJoão Valverde1-1/+6
2017-10-29Get rid of MAX_IP_STR_LEN and MAX_IP6_STR_LEN.Guy Harris1-2/+0
2017-10-26Add a ws_in6_addr typedef for struct e_in6_addr.Guy Harris1-1/+1
2017-07-09Don't use uint_to_str_back when you need guint32_to_str_buf.Michael Mann1-2/+2
2016-09-19Improve support for single-character fields and filter expressions.Guy Harris1-0/+11
2016-06-06Move ip6_to_str_buf() to to_str.c and make it take the buffer length.João Valverde1-2/+3
2016-05-09Give the time_[m]secs_to routines names that begin with "[un]signed_".Guy Harris1-3/+3
2016-05-09Shuffle some routines to put absolute-time and relative-time code together.Guy Harris1-4/+6
2016-01-12Refactor "Follow Stream" functionality on all GUI interfaces.Michael Mann1-1/+1
2016-01-07Remove constness from bytestring_to_str() [-Wcast-qual]João Valverde1-1/+1
2016-01-03Rename ipv6-utils.h to ipv6.h.Guy Harris1-1/+1
2016-01-03If you want struct e_in6_addr, include <epan/ipv6-utils.h>.Guy Harris1-2/+1
2015-12-05Fix for bug 11856:Andreas Urke1-1/+1
2015-11-29Make address_to_display() use proper (non-)constnessJoão Valverde1-1/+1
2015-10-19If it's used by dissectors, it belongs in to_str.h, not to_str-int.h.Guy Harris1-2/+43
2015-10-17Bluetooth: Fix displaying and handling UUID128Michal Labedzki1-0/+3
2015-09-13Make other_decode_bitfield_value private to proto.c.Michael Mann1-3/+0
2015-07-03Fix address resolution for columns.Guy Harris1-0/+27
2015-04-29to_str.h: fix api referenceAlexis La Goutte1-0/+1
2015-03-19Eliminate decode_bitfield_value from "public" use.Michael Mann1-2/+0
2015-02-22Add tvb_address_with_resolution_to_str.Michael Mann1-0/+1
2015-02-21Make FT_{U}INT64 behave more like FT_{U}INT32, add support for FT_{U}INT{40,4...JC Wren1-0/+1
2015-02-19Add name resolution support to address type.Michael Mann1-0/+1
2015-02-09Add fixed length function for address types.Michael Mann1-2/+1
2015-02-09Add "column filter string" support to address types.Michael Mann1-14/+0
2015-01-10to_str (epan): fix parameter 'scope' not found in the function declaration [-...Alexis La Goutte1-1/+1
2015-01-09Convert EUI64 address APIs to use wmem.Michael Mann1-1/+1