Does tshark append ellipsis character in case of long strings (when exported to json)?
I recently saw when I exported a pcapng file to json, some string were truncated and an ellipsis character was added. Is there a way to export full string?
Similar to Exported JSON is truncated?