aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-json.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-09-26Add GRPC dissectorHuang Qiangxiong1-0/+1
2017-06-16Fix JSON UTF-8 character validation and dissectionVasil Velichckov1-1/+1
2016-09-30wsutil: split libjsmn.Dario Lombardo1-1/+1
2016-08-22Pass an HTTP message type to all HTTP subdissectors.Guy Harris1-2/+13
2016-04-01Rename json.member.key -> json.key to keep it on the same layer as json.valueMichael Mann1-4/+4
2016-03-26Add json.member.keyJakub Zawadzki1-7/+5
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-1/+1
2015-12-17XML, JSON: Added DDS Web Integration ServiceJuanjo Martin1-0/+1
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-2/+2
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-2/+2
2015-06-16Don't assume we get passed a null data pointer for JSON files.Guy Harris1-1/+12
2015-02-17Added JSON native file support.Dario Lombardo1-11/+21
2015-01-27Added json heuristic to Dropbox LAN sync Discovery Protocol.Dario Lombardo1-0/+1
2015-01-20Bug fix in json dissector that made the heuristic fail.Dario Lombardo1-3/+5
2015-01-19JSON dissector changed into heuristic dissector.Dario Lombardo1-4/+26
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+0
2014-11-25Remove support for pinfo->private_data in "data-text-lines", "data-l1-events"...Michael Mann1-13/+3
2014-09-30Add editor modelines; Adjust whitespace; Remove boilerplate commentsBill Meier1-0/+12
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-3/+3
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-3/+3
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-1/+1
2014-05-19Add new proto_tree_add_format_text() functionJakub Zawadzki1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Remove trailing whitespace.Bill Meier1-1/+1
2014-01-08Move UAT xton() to wsutil libraryJakub Zawadzki1-14/+8
2014-01-07Fix bug #9618: Invalid utf8 causes JSON dissector assertion failure "g_utf8_v...Jakub Zawadzki1-3/+38
2014-01-07Move defines for helping with UTF-16 surrogate pairs to wsutil/unicode-utils.hJakub Zawadzki1-15/+3
2013-12-14Fix some trivial warnings.Jakub Zawadzki1-1/+5
2013-12-07Drop proto_tree_add_unicode_string() from IP, IPv6, JSON dissectors.Jakub Zawadzki1-2/+2
2013-11-16Avoid calling find_dissector(), cache result of [new_]register_dissector()Jakub Zawadzki1-5/+3
2013-11-07Add infrastructure for section-initializing protocol hfis (without array).Jakub Zawadzki1-0/+2
2013-11-02Allow json dissector to receive a string through dissector data and give diss...Michael Mann1-8/+16
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-4/+4
2013-09-22emem -> wmem conversion:Pascal Quantin1-1/+1
2013-09-15More wmem conversion (leaving uat related functions aside)Pascal Quantin1-16/+16
2013-08-17Fix few concept of new api tree:Jakub Zawadzki1-12/+17
2013-08-16Convert my dissectors to new proto API.Jakub Zawadzki1-52/+53
2013-03-19From beroset:Anders Broman1-1/+1