Skip to content
#

packets

Here are 270 public repositories matching this topic...

xhdix
xhdix commented May 10, 2022

We should be able to anonymize a json data.

Initial suggestion:

python3 ./tracevis.py -f ./path/to/dir/data.json --anonymize

Then:

user_possible_IP= src_addr
s/user_possible_IP/127.1.2.7/g

Output: ./path/to/dir/data_anonymized.json

Maybe we should also change ip.src of packet before saving in .conf file. (there is no problem in doing this)

Anything else?

enhancement good first issue priority/high

Improve this page

Add a description, image, and links to the packets topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the packets topic, visit your repo's landing page and select "manage topics."

Learn more