Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: [Wireshark-dev] text2pcap_ several protocols file

From: "SOLTANI FATEN" <Faten.Soltani@xxxxxxxxxxxxxxxxxx>
Date: Thu, 23 Apr 2009 10:33:30 +0200

Hi all, 
I have a text file which contains a MTP3 frames MTP3. To convert this
file into a pcap file and to decode it thereafter by Wireshark, I used:
"text2pcap -l 141 inputFile.txt outputFile.pcap". 
But now I wish to decode a file which contains both of IP and MTP3
frames. How can I do that. 
Thanks for any Idea