aboutsummaryrefslogtreecommitdiffstats
path: root/epan/to_str.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-03wmem: Remove strbuf max size parameterJoão Valverde1-4/+4
2022-10-28epan: eliminate timezone buffer.Guy Harris1-30/+28
2022-10-28epan: Increase timezone buffer sizeJoão Valverde1-1/+1
2021-12-30dfilter: Add support for entering time in UTCJoão Valverde1-7/+16
2021-12-29epan: More abs_time_to_str() cleanupsJoão Valverde1-32/+27
2021-12-29epan: Add back ABSOLUTE_TIME_NTP_UTC representationJoão Valverde1-0/+8
2021-12-28epan: Extend abs_time_to_str() with a flags argumentJoão Valverde1-13/+18
2021-12-28epan: Refactor abs_time_to_str()João Valverde1-177/+87
2021-12-27epan: Move time display types to field_display_eJoão Valverde1-2/+13
2021-12-19epan: Convert to use stdio.h from GLibJoão Valverde1-6/+6
2021-10-05to_str: scope decode_bits_in_fieldEvan Huus1-2/+2
2021-09-26USB HID: Parse bit fields with correct bit orderTomasz Moń1-2/+13
2021-09-16Move more numerical functions to wsutil/to_str.hJoão Valverde1-208/+0
2021-09-16Move more numerical epan/*to_str() routines to wsutilJoão Valverde1-95/+0
2021-09-16Move epan/*to_str_back() functions to wsutilJoão Valverde1-179/+0
2021-08-31iwarp_mpa: fix iWarp MPA for NFS-over-RDMAJorge Mora1-0/+1
2021-07-29Move bytes_to_str() to wsutilJoão Valverde1-116/+0
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-8/+8
2021-04-30Cast away the return value of g_strlcpy() and g_strlcat().Guy Harris1-4/+4
2020-11-07epan: Limit our bits in decode_bits_in_field.Gerald Combs1-6/+5
2020-10-18Handle relative times with >2^31 seconds.Guy Harris1-6/+16
2020-09-02Fix the Windows build.Gerald Combs1-1/+1
2020-09-01get_zonename(): don't convert _tzname[] values to UTF-8.Guy Harris1-28/+20
2020-08-12For a zero time stamp preserve the base time but put "(0)" in front.Anders Broman1-1/+22
2020-08-11For a zero time stamp don't print the EPOCH, print NULL.Anders Broman1-4/+3
2020-01-26epan/to_str: change MAX_BYTE_STR_LEN from 48 to 72Stefan Metzmacher1-1/+1
2019-08-29Add proto_tree_add_item_ret_time_stringMichael Mann1-0/+14
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-10-30to_str: Fixed incorrect order of checks in bytestring_to_str.Martin Boye Petersen1-4/+4
2018-08-27epan: Use UTF8 horizontal ellipsis to indicate truncationStig Bjørlykke1-2/+3
2018-02-08epan: use SPDX indentifiers.Dario Lombardo1-13/+1
2017-11-06Convert PT_EXCHG into using conversation endpointsMichael Mann1-1/+0
2017-11-05Convert TIPC to use endpoint conversationsMichael Mann1-1/+0
2017-11-01Add ability to create endpoints through conversationsMichael Mann1-1/+0
2017-10-30Remove port_type values not set in pinfo->ptypeMichael Mann1-1/+0
2017-10-29Add conversation endpoint typeMichael Mann1-1/+0
2017-10-29Improve our ip6_to_str_buf() implementationJoão Valverde1-6/+28
2017-10-29Get rid of MAX_IP_STR_LEN and MAX_IP6_STR_LEN.Guy Harris1-1/+1
2017-10-26Add a ws_in6_addr typedef for struct e_in6_addr.Guy Harris1-1/+1
2017-01-01Fix backwards #if defined.Guy Harris1-1/+1
2017-01-01Always use the Windows time zone code on Windows.Guy Harris1-25/+29
2016-09-19Improve support for single-character fields and filter expressions.Guy Harris1-0/+6
2016-06-06Move ip6_to_str_buf() to to_str.c and make it take the buffer length.João Valverde1-0/+11
2016-05-09Give the time_[m]secs_to routines names that begin with "[un]signed_".Guy Harris1-15/+15
2016-05-09Handle -2^31 as a negative time-in-seconds.Guy Harris1-46/+25
2016-05-09Shuffle some routines to put absolute-time and relative-time code together.Guy Harris1-208/+218
2016-04-02Use AC_STRUCT_TIMEZONEJoão Valverde1-1/+1
2016-01-07Remove constness from bytestring_to_str() [-Wcast-qual]João Valverde1-1/+1
2015-09-13Make other_decode_bitfield_value private to proto.c.Michael Mann1-35/+0