Wireshark-commits: [Wireshark-commits] master 9b5f07d: json2pcap: Added pcap masking and anonymizat
      
      
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=9b5f07d8295d1857d2039f6b868e1848ec13bc60
Submitter: "Dario Lombardo <lomato@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
9b5f07d by Martin Kacer (kacer.martin@xxxxxxxxx):
    json2pcap: Added pcap masking and anonymization support
    
    The script includes the following changes:
    - Added pcap masking and anonymization support
    - Support to mask/anonymize only portion of field
    - Added reading from stdin
    - Changed json to ijson library to support large files
    - Migrated from text2pcap to scapy for pcap generation
    - Added version to script
    
    The development repo is located here
    https://github.com/H21lab/json2pcap
    
    Change-Id: I8fc5e282caa604e188f05818f7a2f8875afb8b73
    Reviewed-on: https://code.wireshark.org/review/37371
    Reviewed-by: Dario Lombardo <lomato@xxxxxxxxx>
    
Actions performed:
    from  3dedaf8   extcap: put the code to add lissh version information into a common routine.
     add  9b5f07d   json2pcap: Added pcap masking and anonymization support
Summary of changes:
 tools/json2pcap/json2pcap.py | 367 +++++++++++++++++++++++++++++++------------
 1 file changed, 270 insertions(+), 97 deletions(-)