aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/json.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-11-20wsutil: rename some wsjson functionsPeter Wu1-1/+1
2018-11-10wiretap: fix truncated reads while reading compressed file formatsPeter Wu1-66/+6
2018-05-21json: fix typo.Dario Lombardo1-1/+1
2018-04-21wsutil: convert one leftover function in wsjson.Dario Lombardo1-1/+1
2018-04-21wsutil: rename wsjsmn to wsjson.Dario Lombardo1-1/+1
2018-02-09Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris1-10/+10
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-01-20wiretap: use SPDX identifiers (partial work).Dario Lombardo1-13/+1
2016-09-30wsutil: split libjsmn.Dario Lombardo1-1/+1
2016-04-03Include json.h with quotes, not angle brackets.Guy Harris1-1/+1
2016-02-25Clean up modelines and indentation.Guy Harris1-1/+1
2015-11-07Check for read errors in the open routine.Guy Harris1-4/+15
2015-02-17Added JSON native file support.Dario Lombardo1-0/+138