aboutsummaryrefslogtreecommitdiffstats
path: root/epan/address_types.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-06Fix some more spelling errorsMartin Mathieson1-2/+2
2023-10-29wsutil/to_str: Deprecate ip_to_str() for endian-explicit versionsJoão Valverde1-1/+1
2023-09-25wsutil: Clean up some includesGerald Combs1-1/+3
2023-09-16addr_resolv: Fix a heap buffer overflowJoão Valverde1-2/+2
2023-06-18Get rid of one last g_snprintf() call.Guy Harris1-1/+1
2023-06-16Redo address_with_resolution_to_str_buf().Guy Harris1-15/+44
2023-06-15address_types.c: fix one character resolved name displayPascal Quantin1-2/+3
2023-06-10epan: fix MCTP address string lengthJeremy Kerr1-2/+2
2022-11-15Add Management Component Transport Protocol (MCTP) dissectorJeremy Kerr1-0/+35
2022-07-05epan: Prevent buffer overflows in some built-in addr_to_str typesJohn Thacker1-16/+37
2022-06-23epan: Use host byte order with AT_NUMERICJoão Valverde1-9/+8
2022-06-23epan: Make AT_NUMERIC behave more safelyRoland Knall1-8/+34
2022-06-17epan: Numeric address typeRoland Knall1-0/+33
2021-12-19epan: Convert to use stdio.h from GLibJoão Valverde1-1/+1
2021-09-17wsutil: Remove ip6_to_str_buf_with_pfx()João Valverde1-4/+9
2021-09-17wsutil: Rewrite ip6_to_str_buf()João Valverde1-1/+2
2021-09-16Move more numerical epan/*to_str() routines to wsutilJoão Valverde1-1/+0
2021-06-19Replace g_assert() with ws_assert()João Valverde1-17/+18
2021-04-30Cast away the return value of g_strlcpy() and g_strlcat().Guy Harris1-1/+1
2019-11-03ax25: Fix addresses with non-zero SSIDsIain R. Learmonth1-10/+16
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-08-29Make AT_VINES a built-in typeJoão Valverde1-0/+40
2018-03-07address_types: fix returned length of eui64_addr_to_strRobert Sauter1-1/+1
2018-02-28addr: Include trailing '\0' in length from ipv6_to_str()Stig Bjørlykke1-1/+1
2018-02-08epan: use SPDX indentifiers.Dario Lombardo1-13/+1
2018-01-18Don't cast away constness if it's not necessary.Guy Harris1-1/+1
2017-10-29sizeof(buf) is not what you want hereJoão Valverde1-6/+3
2017-10-29Improve our ip6_to_str_buf() implementationJoão Valverde1-18/+11
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