index
:
tools/wireshark
Novell_NCP_branch
cherry-pick-112af30d
cherry-pick-78067deb-2
cherry-pick-c6e60da6-2
ethereal
lts-1.12.1
lts-1.2.11
lts-1.8.2
master
master-1.0
master-1.10
master-1.12
master-1.2
master-1.4
master-1.6
master-1.8
master-2.0
master-2.2
master-2.4
master-2.6
master-3.0
master-3.2
old-trunk-1.0
release-3.4
release-3.6
win32-native
WIP Patches to add a samsung-ipc dissector to Wireshark
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
epan
/
dissectors
/
packet-json.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove all preferences related to enabling/disabling heuristic dissectors.
Michael Mann
2015-07-17
1
-2
/
+2
*
Add "user presentable" and "unique string ids" to heuristic table entries.
Michael Mann
2015-07-12
1
-2
/
+2
*
Don't assume we get passed a null data pointer for JSON files.
Guy Harris
2015-06-16
1
-1
/
+12
*
Added JSON native file support.
Dario Lombardo
2015-02-17
1
-11
/
+21
*
Added json heuristic to Dropbox LAN sync Discovery Protocol.
Dario Lombardo
2015-01-27
1
-0
/
+1
*
Bug fix in json dissector that made the heuristic fail.
Dario Lombardo
2015-01-20
1
-3
/
+5
*
JSON dissector changed into heuristic dissector.
Dario Lombardo
2015-01-19
1
-4
/
+26
*
Cleanup use of #includes in non-generated epan/dissector/*.c
Bill Meier
2014-12-21
1
-3
/
+0
*
Remove support for pinfo->private_data in "data-text-lines", "data-l1-events"...
Michael Mann
2014-11-25
1
-13
/
+3
*
Add editor modelines; Adjust whitespace; Remove boilerplate comments
Bill Meier
2014-09-30
1
-0
/
+12
*
Revert "Fixup: tvb_* -> tvb_captured"
Michael Mann
2014-06-19
1
-3
/
+3
*
Fixup: tvb_* -> tvb_captured
Dario Lombardo
2014-06-18
1
-3
/
+3
*
Fixup: tvb_get_string(z) -> tvb_get_string(z)_enc
Dario Lombardo
2014-06-18
1
-1
/
+1
*
Add new proto_tree_add_format_text() function
Jakub Zawadzki
2014-05-19
1
-1
/
+1
*
Remove all $Id$ from top of file
Alexis La Goutte
2014-03-04
1
-2
/
+0
*
Remove trailing whitespace.
Bill Meier
2014-02-25
1
-1
/
+1
*
Move UAT xton() to wsutil library
Jakub Zawadzki
2014-01-08
1
-14
/
+8
*
Fix bug #9618: Invalid utf8 causes JSON dissector assertion failure "g_utf8_v...
Jakub Zawadzki
2014-01-07
1
-3
/
+38
*
Move defines for helping with UTF-16 surrogate pairs to wsutil/unicode-utils.h
Jakub Zawadzki
2014-01-07
1
-15
/
+3
*
Fix some trivial warnings.
Jakub Zawadzki
2013-12-14
1
-1
/
+5
*
Drop proto_tree_add_unicode_string() from IP, IPv6, JSON dissectors.
Jakub Zawadzki
2013-12-07
1
-2
/
+2
*
Avoid calling find_dissector(), cache result of [new_]register_dissector()
Jakub Zawadzki
2013-11-16
1
-5
/
+3
*
Add infrastructure for section-initializing protocol hfis (without array).
Jakub Zawadzki
2013-11-07
1
-0
/
+2
*
Allow json dissector to receive a string through dissector data and give diss...
Michael Mann
2013-11-02
1
-8
/
+16
*
whitespace fixes; mostly: remove trailing blanks
Bill Meier
2013-10-13
1
-4
/
+4
*
emem -> wmem conversion:
Pascal Quantin
2013-09-22
1
-1
/
+1
*
More wmem conversion (leaving uat related functions aside)
Pascal Quantin
2013-09-15
1
-16
/
+16
*
Fix few concept of new api tree:
Jakub Zawadzki
2013-08-17
1
-12
/
+17
*
Convert my dissectors to new proto API.
Jakub Zawadzki
2013-08-16
1
-52
/
+53
*
From beroset:
Anders Broman
2013-03-19
1
-1
/
+1
*
Use explicit casts.
Anders Broman
2013-03-12
1
-6
/
+6
*
Fix for bug 7939:
Jaap Keuter
2013-02-25
1
-0
/
+2
*
From Jim Young via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8318
Evan Huus
2013-02-12
1
-2
/
+60
*
RFC 4627 allows upper case hex digits as well
Jakub Zawadzki
2012-10-08
1
-1
/
+1
*
+10 ;|
Jakub Zawadzki
2012-10-07
1
-2
/
+2
*
Unescape JSON strings.
Jakub Zawadzki
2012-10-07
1
-8
/
+82
*
Fix bug #7805: application/json HTTP packets sometimes isn't decoded
Jakub Zawadzki
2012-10-07
1
-1
/
+21
*
We always HAVE_CONFIG_H so don't bother checking whether we have it or not.
Jeff Morriss
2012-09-20
1
-2
/
+0
*
tvb_length_remaining() can return -1, so check that it's > 0, and not != 0. ...
Chris Maynard
2012-07-15
1
-1
/
+1
*
Update FSF address - part II.
Jakub Zawadzki
2012-06-28
1
-1
/
+1
*
For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.
Bill Meier
2011-10-21
1
-1
/
+1
*
Do some conversions of proto_tree_add_item() 'encoding' arg.
Bill Meier
2011-10-16
1
-2
/
+2
*
Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...
Bill Meier
2011-10-04
1
-6
/
+6
*
Update my email address.
Jakub Zawadzki
2011-06-29
1
-1
/
+1
*
Remove invalid svn:executable property
Jakub Zawadzki
2011-04-22
1
-0
/
+0
*
From Jakub Zawadzki via bug 4753: New dissector: JSON, w/minor changes by me:
Chris Maynard
2010-12-31
1
-0
/
+441