[Wireshark-dev] Re: Possible exported plain text formatting issue

2025-06-19 Thread Tamás Regős
Hi Gilbert, Appreciate it. Good findings and an easy fix. :) Regards, Tamas On Fri, 20 Jun 2025 at 00:12, Gilbert Ramirez wrote: > What the code is silently doing is to set a maximum indent of 160 > characters. This is the line: > > > https://gitlab.com/wireshark/wireshark/-/blob/master/epan/

[Wireshark-dev] Re: Possible exported plain text formatting issue

2025-06-19 Thread Gilbert Ramirez
What the code is silently doing is to set a maximum indent of 160 characters. This is the line: https://gitlab.com/wireshark/wireshark/-/blob/master/epan/print_stream.c?ref_type=heads#L282 (and, lines 320 - 321) For the purposes of writing to a file, I don't see why the indent should have any ma