ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

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