aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-json.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-6/+6
2011-06-29Update my email address.Jakub Zawadzki1-1/+1
2011-04-22Remove invalid svn:executable propertyJakub Zawadzki1-0/+0
2010-12-31From Jakub Zawadzki via bug 4753: New dissector: JSON, w/minor changes by me:Chris Maynard1-0/+441