aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-json.c
Commit message (Expand)AuthorAgeFilesLines
* Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann2015-07-171-2/+2
* Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann2015-07-121-2/+2
* Don't assume we get passed a null data pointer for JSON files.Guy Harris2015-06-161-1/+12
* Added JSON native file support.Dario Lombardo2015-02-171-11/+21
* Added json heuristic to Dropbox LAN sync Discovery Protocol.Dario Lombardo2015-01-271-0/+1
* Bug fix in json dissector that made the heuristic fail.Dario Lombardo2015-01-201-3/+5
* JSON dissector changed into heuristic dissector.Dario Lombardo2015-01-191-4/+26
* Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier2014-12-211-3/+0
* Remove support for pinfo->private_data in "data-text-lines", "data-l1-events"...Michael Mann2014-11-251-13/+3
* Add editor modelines; Adjust whitespace; Remove boilerplate commentsBill Meier2014-09-301-0/+12
* Revert "Fixup: tvb_* -> tvb_captured"Michael Mann2014-06-191-3/+3
* Fixup: tvb_* -> tvb_capturedDario Lombardo2014-06-181-3/+3
* Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo2014-06-181-1/+1
* Add new proto_tree_add_format_text() functionJakub Zawadzki2014-05-191-1/+1
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* Remove trailing whitespace.Bill Meier2014-02-251-1/+1
* Move UAT xton() to wsutil libraryJakub Zawadzki2014-01-081-14/+8
* Fix bug #9618: Invalid utf8 causes JSON dissector assertion failure "g_utf8_v...Jakub Zawadzki2014-01-071-3/+38
* Move defines for helping with UTF-16 surrogate pairs to wsutil/unicode-utils.hJakub Zawadzki2014-01-071-15/+3
* Fix some trivial warnings.Jakub Zawadzki2013-12-141-1/+5
* Drop proto_tree_add_unicode_string() from IP, IPv6, JSON dissectors.Jakub Zawadzki2013-12-071-2/+2
* Avoid calling find_dissector(), cache result of [new_]register_dissector()Jakub Zawadzki2013-11-161-5/+3
* Add infrastructure for section-initializing protocol hfis (without array).Jakub Zawadzki2013-11-071-0/+2
* Allow json dissector to receive a string through dissector data and give diss...Michael Mann2013-11-021-8/+16
* whitespace fixes; mostly: remove trailing blanksBill Meier2013-10-131-4/+4
* emem -> wmem conversion:Pascal Quantin2013-09-221-1/+1
* More wmem conversion (leaving uat related functions aside)Pascal Quantin2013-09-151-16/+16
* Fix few concept of new api tree:Jakub Zawadzki2013-08-171-12/+17
* Convert my dissectors to new proto API.Jakub Zawadzki2013-08-161-52/+53
* From beroset:Anders Broman2013-03-191-1/+1
* Use explicit casts.Anders Broman2013-03-121-6/+6
* Fix for bug 7939:Jaap Keuter2013-02-251-0/+2
* From Jim Young via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8318Evan Huus2013-02-121-2/+60
* RFC 4627 allows upper case hex digits as wellJakub Zawadzki2012-10-081-1/+1
* +10 ;|Jakub Zawadzki2012-10-071-2/+2
* Unescape JSON strings.Jakub Zawadzki2012-10-071-8/+82
* Fix bug #7805: application/json HTTP packets sometimes isn't decodedJakub Zawadzki2012-10-071-1/+21
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-2/+0
* tvb_length_remaining() can return -1, so check that it's > 0, and not != 0. ...Chris Maynard2012-07-151-1/+1
* Update FSF address - part II.Jakub Zawadzki2012-06-281-1/+1
* For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier2011-10-211-1/+1
* Do some conversions of proto_tree_add_item() 'encoding' arg.Bill Meier2011-10-161-2/+2
* Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier2011-10-041-6/+6
* Update my email address.Jakub Zawadzki2011-06-291-1/+1
* Remove invalid svn:executable propertyJakub Zawadzki2011-04-221-0/+0
* From Jakub Zawadzki via bug 4753: New dissector: JSON, w/minor changes by me:Chris Maynard2010-12-311-0/+441