Click here to Skip to main content
15,899,754 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I am developing 1 converter in which, I am converting different input file format into output file format(output file format is fix ie EXCEL).
Different input file formats are .txt and .dmp.
In which I am able to read and convert .txt file into .xlsx
But at the time of .dmp file, I am no able to read that file , I want to read file and take data into datatable so i can write into .xlsx file.

Please provide code for how to read .dmp file
or even tell me how to convert .dmp file into .txt file through c# code.

What I have tried:

As online showing "The.dmp file is generate either from Windows or Oracle".
Using window tool like "WireShark" I am able to convert file into text.
But I want to perform using c# code.

Please provide sample code for the same.
Posted
Updated 14-Feb-17 0:59am
Comments
[no name] 14-Feb-17 6:58am    
We are not a "write code for me" service.

1 solution

Probably you have to read the "Direct Message Protocol (DMP)" file format specifications (a starting point here: Protocols/dmp - The Wireshark Wiki[^]) in order to provide a meaningful conversion to a text file.
 
Share this answer
 
Comments
Member 12923802 15-Feb-17 1:06am    
Please provide c# code to read .bmp file and convert into excel or .txt file. it not compulsory to use "Wireshark".

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900