aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-json.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-03JSON: add "Display JSON in raw form"Huang Qiangxiong1-2/+200
2023-01-03JSON: fix a displaying two dimensional array bug in compact formHuang Qiangxiong1-0/+17
2022-12-03wmem: Remove strbuf max size parameterJoão Valverde1-1/+1
2022-10-31packet-json: move away from `wmem_packet_scope()`David Perry1-23/+23
2022-10-19json: Add media type application/3gppHal+jsonAndersBroman1-0/+1
2022-10-15Use wmem_strbuf_append_unichar_repl() to append a REPLACEMENT CHARACTER.Guy Harris1-1/+1
2022-10-15JSON: Clean up stripping of double quotes in membersJoão Valverde1-43/+37
2022-10-15JSON: Fix validation of UTF-8João Valverde1-70/+25
2022-10-15JSON: Add preference to enable "unescaping" stringsJoão Valverde1-5/+22
2022-10-04JSON: add seperate 3GPP fileJoakim Karlsson1-953/+4
2022-09-30JSON: Add New SupportFeature Negotiation Bits 3GPP TS 29.512 V17.7.0Anders Broman1-2/+79
2022-08-19Use `register_dissector()` for more protocolsDavid Perry1-2/+2
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-1/+1
2022-02-07json: Handle application/senml+jsonStig Bjørlykke1-0/+2
2022-01-13JSON: add 3GPP Supported Features handlingJoakim Karlsson1-7/+693
2021-12-15JSON: Remove unnecessary hfindex lookupJoão Valverde1-6/+3
2021-12-15JSON: add handling of 3GPP NAS-5G IEsJoakim Karlsson1-8/+62
2021-12-09JSON: Convert to old proto tree APIJoão Valverde1-115/+142
2021-12-03epan: Remove STR_ASCII and STR_UNICODEJoão Valverde1-7/+7
2021-09-29JSON: enable Binary data lookup on ArrayJoakim Karlsson1-0/+3
2021-09-28JSON: enable Binary data also for non-compactJoakim Karlsson1-13/+24
2021-09-16tvbparse: explicitly memory-scope parserEvan Huus1-1/+1
2021-09-06json: Fix Dead Store found by Clang AnalyzerAlexis La Goutte1-4/+0
2021-08-24JSON: adding more 3GPP EPS IEsJoakim Karlsson1-11/+82
2021-07-21JSON: correction of 3gpp ueEpsPdnConnectionJoakim Karlsson1-2/+2
2021-07-18json: fix buffer overflow in string_unescape()Developer Alexander1-151/+287
2021-07-07Fix compiler warning in packet-json.cDavid Perry1-5/+0
2021-07-06json: improved path based filteringDeveloper Alexander1-220/+390
2021-05-03JSON NaN value supportedTomas Kukosa1-0/+10
2021-03-20json: add application/x-ndjson to the media types handled.Roman-Koshelev1-0/+1
2021-02-06Added support for application/json-patch+json (RFC 6902)Josip Medved1-0/+1
2020-11-26JSON: fix a typo introduced in g2baaab6cPascal Quantin1-18/+18
2020-11-26json: Make it possible to filter and sub dissect json keys and data.Anders Broman1-5/+122
2020-04-13Standardise IETF RFC and Draft URLs in dissectors.Martin Mathieson1-1/+1
2020-02-13Introduce AudioCodes Debug Recording (ACDR) dissectorOrgad Shaneh1-2/+20
2020-01-14json: append in Protocol column when call by another dissectorJoakim Karlsson1-3/+5
2019-11-04json: add application/merge-patch+json to the media types handled.Joakim Karlsson1-0/+1
2019-08-13json: add application/problem+json to the media types handled.Anders Broman1-0/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-06-12NGAP: Dissect N2 SM InformationAnders Broman1-0/+3
2018-11-20wsutil: rename some wsjson functionsPeter Wu1-1/+1
2018-06-04When using the NEW_PROTO_TREE_API, the proto_tree_add... functions areJoerg Mayer1-3/+3
2018-04-21wsutil: convert one leftover function in wsjson.Dario Lombardo1-2/+2
2018-04-21wsutil: rename wsjsmn to wsjson.Dario Lombardo1-1/+1
2018-04-04Dissect JSON-RPC over TCP or UDPMichail Koreshkov1-0/+2
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2018-02-08json: Add for decode-as udp.portStig Bjørlykke1-0/+2
2018-02-01json: Adjust whitespaceStig Bjørlykke1-11/+9
2018-01-29Display JSON in compact formMichail Koreshkov1-2/+178
2017-09-26coap: Added dissection for LWM2M JSON inside CoAP protocolAnton Butenko1-0/+1