aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-json.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-03-12Use explicit casts.Anders Broman1-6/+6
2013-02-25Fix for bug 7939:Jaap Keuter1-0/+2
2013-02-12From Jim Young via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8318Evan Huus1-2/+60
2012-10-08RFC 4627 allows upper case hex digits as wellJakub Zawadzki1-1/+1
2012-10-07+10 ;|Jakub Zawadzki1-2/+2
2012-10-07Unescape JSON strings.Jakub Zawadzki1-8/+82
2012-10-07Fix bug #7805: application/json HTTP packets sometimes isn't decodedJakub Zawadzki1-1/+21
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-07-15tvb_length_remaining() can return -1, so check that it's > 0, and not != 0. ...Chris Maynard1-1/+1
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-16Do some conversions of proto_tree_add_item() 'encoding' arg.Bill Meier1-2/+2