Skip to content

Fix WBXML nested tag indentation

Saagar Jha requested to merge saagarjha/wireshark:master into master

The code accidentally incremented the recursion level twice for tags that were nested, leading to incorrectly indented output.

Merge request reports