URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a7b56fff7eb3b299c25f6050294f9cd592c67caf
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
a7b56ff by Michał Łabędzki (michal.labedzki@xxxxxxxxxxxxx):
sharkd: Add support for hidden and generated fields
New json option for frame request to output hidden fields:
"hidden": true
Output has two new optional keys: "g" for generated fields and
"v" for hidden fields.
Change-Id: If51fa5601c1193a03fff378bbe37dc9ab8f5e66d
Reviewed-on: https://code.wireshark.org/review/28955
Petri-Dish: Michal Labedzki <michal.labedzki@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 2fa2947 TDS: Add support for non-nullable datetime and money types.
add a7b56ff sharkd: Add support for hidden and generated fields
Summary of changes:
sharkd_session.c | 44 ++++++++++++++++++++++++++++++++------------
1 file changed, 32 insertions(+), 12 deletions(-)