generate_packets.py: clean up string formatting in helpers for Variant.get_send()
Part of #44577. get_send() equivalent of #44601. Move the %-formatting of the output of Variant.get_delta_send_body() in Variant.get_send() into that method and turn it into appropriate str.format() calls.
Part of #44577. get_send() equivalent of #44601. Move the %-formatting of the output of Variant.get_delta_send_body() in Variant.get_send() into that method and turn it into appropriate str.format() calls.