This script is designed to search from the exported wireshark POST objects and convert it to a format convenient for viewing. Work tested on Linux and BSD systems and exclude specefic platform tools (tail -r on BSD, tac on Linux etc)
Export wireshark objects and run shell script from export dir.
cd objects_export
wget https://raw.githubusercontent.com/n0a/wireshark-post-convert/main/wsconv.sh && chmod +x wsconv.sh
./wsconv.sh
Check found_files dir for POST wireshark objects. Enjoy!