aboutsummaryrefslogtreecommitdiffstats
path: root/epan/print.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-11-05print: some indentation fixes.Dario Lombardo1-54/+37
2019-11-04elastic: print times the right way.Dario Lombardo1-0/+13
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-05-21print: print booleans not integers in ek_write_field_value().Dario Lombardo1-0/+6
2019-05-14elastic: make fields all the same.Dario Lombardo1-4/+4
2019-05-13elastic: change 'pcap_file' into 'doc' in the mapping.Dario Lombardo1-2/+2
2019-05-08print: remove leak in ek_check_protocolfilter().Dario Lombardo1-2/+7
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-4/+4
2019-03-23print: don't ignore FT_NONE fields in ek.Dario Lombardo1-3/+8
2019-01-30print: fix parameter 'data' not found in the function declarationAlexis La Goutte1-3/+3
2019-01-24tshark: fix crash with -Tjson and -e fieldPeter Wu1-2/+7
2019-01-23print: fix memleak in ek output.Dario Lombardo1-1/+2
2019-01-03epan: use json_dumper for json outputs.Dario Lombardo1-343/+196
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-2/+2
2018-12-26print: use frame date instead of current for json index.Dario Lombardo1-6/+4
2018-11-01print.c: use SEP_XXX to print byte stringsPascal Quantin1-0/+39
2018-08-05print.c: Print FT_CHAR fields as FT_UINT8Vasil Velichkov1-0/+3
2018-06-26print.c: Handles special chars when using -T fieldsjmartin-usna1-1/+35
2018-04-16glib: Get rid of GLIB_CHECK_VERSION as we now require 2.32.0Anders1-1/+0
2018-03-23Skip hidden columns when we export packets.Gerald Combs1-2/+11
2018-03-07Fix another leak, which happens with -E occurrence=l.Guy Harris1-4/+20
2018-03-07print: free memory if not used (found by clang).Dario Lombardo1-2/+5