Hans Glück wrote: > Hello, > > I´m writing a dissector but I do not want to read the data live from the > network.
The dissector doesn't care where the data comes from. > I have a file (~60MB) with the data I want to dissect. What should I do that > I can read the data from this file (e.g. that the user can choose the file he/she want to analyze). If the file is in any of the many formats Wireshark can read just open it. You might want to split the file up before loading it, since it might consume your systems memory with state information. > Regards > Chris _______________________________________________ Wireshark-dev mailing list [email protected] http://www.wireshark.org/mailman/listinfo/wireshark-dev
