1 | initial version |
Having Wireshark spit out individual files per frame is not something it can do (although for a datagram type protocol that wouldn't be strange thing, in order to preserve message boundaries).
One way to do this is to export the data as a text file (e.g., in JSON or PDML) and post process from there.