Re: [Wireshark-dev] text file as input to wireshark

2007-01-05 Thread Jaap Keuter
Hi, Have a look at text2pcap for that. Take an ASCII dump of SUA packet, replace stuff with your own, feed it through text2pcap and load the result in Wireshark. Read the text2pcap man page for the required text file format. Thanx, Jaap On Fri, 5 Jan 2007 [EMAIL PROTECTED] wrote: > > Hi , > > I

[Wireshark-dev] text file as input to wireshark

2007-01-05 Thread jaiswal.vikash
Hi , I've written a dissector for my own protocol .This is just to enhance my understanding of writing dissectors . I've completed coding and now I wish to test my dissector. But as it is an imaginary protocol , I cannot get the packets for it . I wish to test it by writing a text file and passi