summaryrefslogtreecommitdiff
path: root/AUTHORS.src
diff options
context:
space:
mode:
authorMartin Kacer <kacer.martin@gmail.com>2017-02-13 09:36:02 +0100
committerPeter Wu <peter@lekensteyn.nl>2017-02-25 19:11:01 +0000
commitcd7d159c2ee180be6654a7acbf7c83f902216462 (patch)
tree87d5364749f160aacf42b44397ba19e60152c141 /AUTHORS.src
parentd00dae7af9c590a8100e54dba0685271bd8b1165 (diff)
downloadwireshark-cd7d159c2ee180be6654a7acbf7c83f902216462.tar.gz
json2pcap support added
Modified tshark -T json -x output Added tshark -T jsonraw output json2pcap.py (can be used for basic packet editing by modifying json) The modification in tshark -T json -x and new tshark -T jsonraw output add into hex-data output in JSON also information on which position each field is dissected in the original frame, what is the field length, bitmask (for not byte aligned fields) and type. This information can be used for latter processing. One use-case is json2pcap script which assembles the protocol layers back together from upper to lowers layers, which allows the basic packet modification/editing/rewriting. Change-Id: Ibf948eb8fc7e3b0b51c12df6c3855f705a9c7925 Reviewed-on: https://code.wireshark.org/review/19990 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Reviewed-by: Dario Lombardo <lomato@gmail.com> Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Peter Wu <peter@lekensteyn.nl>
Diffstat (limited to 'AUTHORS.src')
-rw-r--r--AUTHORS.src1
1 files changed, 1 insertions, 0 deletions
diff --git a/AUTHORS.src b/AUTHORS.src
index fee90622e0..076fce214d 100644
--- a/AUTHORS.src
+++ b/AUTHORS.src
@@ -3685,6 +3685,7 @@ Barbu Paul - Gheorghe <barbu.paul.gheorghe[AT]gmail.com> {
Martin Kacer <kacer.martin[AT]gmail.com> {
JSON and Elasticsearch tshark output
+ json2pcap
}
Ben Stewart <bst[AT]google.com> {
SCTE-35 dissector