aboutsummaryrefslogtreecommitdiffstats
path: root/epan/print.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-25CSV Export: Last column no longer exported when hidden.Patrik Thunström1-8/+22
2024-02-22Fix some spelling errorsMartin Mathieson1-2/+2
2024-02-05Fix a grab-bag of typos.Darius Davis1-1/+1
2024-01-30epan: When exporting as C arrays, don't end a line with backslashJohn Thacker1-2/+2
2024-01-11tshark: Fake unused proto items when -e is givenJohn Thacker1-0/+29
2023-11-16Exporting hex strings: speed up a little by not zeroing temp bufferMartin Mathieson1-7/+6
2023-11-09tshark: Escape delimiter separated value in compliant waysJohn Thacker1-43/+23
2023-11-07epan: Initialize static proto values to 0Stig Bjørlykke1-2/+2
2023-10-30epan: When exporting packets as C Arrays, use C++ commentsJohn Thacker1-3/+3
2023-09-27Revert changes to JSON boolean formatJoão Valverde1-2/+4
2023-09-22wsutil: Convert string modules to C99 typesGerald Combs1-7/+7
2023-07-25epan: Register dynamic column fields and make them filterableJohn Thacker1-25/+1
2023-07-03wsutil: Add nstime representation in ISO8601 and Unix timeJoão Valverde1-36/+5
2023-06-26dflter: Fix semantics of fvalue lengthJoão Valverde1-6/+6
2023-06-21print: Fix a check for hf_text_onlyStig Bjørlykke1-1/+1
2023-06-14print: Move protocolfilter inside output_fieldsJohn Thacker1-9/+45
2023-06-03tshark: Document -T fields escaping, allow it to be turned offJohn Thacker1-1/+23
2023-06-01tshark: Don't escape the aggregator character when printing -T fieldsJohn Thacker1-11/+6
2023-05-04tshark: Fix leak in printing selecting fields with multiple occurencesJohn Thacker1-9/+5
2023-04-25tshark: Fix leak in ek outputJohn Thacker1-1/+16
2023-04-19ftypes: Hide fvalue implementationJoão Valverde1-30/+30
2023-04-19ftypes: Replace GByteArray with GBytesJoão Valverde1-1/+1
2023-02-16tshark: Support multiple -j and -J options, including mixedJohn Thacker1-49/+63
2023-01-19Install PDML files to DOCDIRJoão Valverde1-1/+2
2022-12-15tshark: fix duplicate fields issue in ek output.Dario Lombardo1-38/+15
2022-10-08Move print_hex_data_buffer() to wsutilJoão Valverde1-104/+11
2022-09-29epan: Add an XML buffer limit.Gerald Combs1-10/+11
2022-09-21XML: Do escape ASCII control charactersJohn Thacker1-1/+16
2022-07-12epan: Respect custom column resolved/unresolved status everywhereJohn Thacker1-5/+5
2022-06-20ftypes: Make accessor functions type safeJoão Valverde1-2/+2
2022-01-13tshark: Add new long option --hexdump <hexoption>Jim Young1-10/+22
2021-12-19epan: Convert to use stdio.h from GLibJoão Valverde1-19/+19
2021-11-11ftypes: Internal headers need to be internalJoão Valverde1-5/+5
2021-09-22MinGW-w64: Replace incompatible format for strftime()João Valverde1-1/+2
2021-09-16Move more numerical epan/*to_str() routines to wsutilJoão Valverde1-1/+1
2021-07-04epan: Remove dependency on version_info object libraryJoão Valverde1-1/+0
2021-06-19Replace g_assert() with ws_assert()João Valverde1-31/+32
2021-06-14print.c: add length check to loopMartin Mathieson1-1/+1
2021-05-15fix #17369 tshark json now handles mixed childrenEmmanuel Touzery1-2/+36
2021-04-30Cast away the return value of g_strlcpy() and g_strlcat().Guy Harris1-6/+6
2021-04-10epan: print leading zeroes for sub-second values.Donatas Saulys1-1/+1
2021-01-27epan: don't print nanoseconds if seconds isn't representable.Guy Harris1-2/+2
2021-01-27epan: don't use gmtime_s().Guy Harris1-5/+27
2021-01-27epan: don't assume gmtime_s() or gmtime_r() succeed.Guy Harris1-3/+8
2020-10-20XML Escaping: Don't need to escape unprintable chars.Martin Mathieson1-6/+1
2020-10-19PDML: speed up writingMartin Mathieson1-15/+62
2020-08-24Convert Gerrit URLs to GitLab.Gerald Combs1-1/+1
2019-11-21print: remove assert in get_field_data().Dario Lombardo1-1/+0
2019-11-18print: fix ek output with -j option.Dario Lombardo1-0/+2
2019-11-07ek: fix raw hex prints.Dario Lombardo1-5/+5