parse a space delimited text chart

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm trying to decipher ethereal packets and convert them from
hex to letters. I'd like to stream ethereal text files, and stream a
hex/ascii to
letters chart, both into datasets, and search for the numbers that correspond
to letters and numbers, then print those out so I can see if I can read what
is being sent through the packets ethereal picked up, so I can reverse
engineer a system that is in place. I know this is vague but any advice
would be appreciated.
 
I'm trying to decipher ethereal packets and convert them from
hex to letters. I'd like to stream ethereal text files, and stream a
hex/ascii to
letters chart, both into datasets, and search for the numbers that correspond
to letters and numbers, then print those out so I can see if I can read what
is being sent through the packets ethereal picked up, so I can reverse
engineer a system that is in place. I know this is vague but any advice
would be appreciated.

There are various tools that you can use in C# to do the job.
Depending on the complexity of the files, you may want to use simple
string parsing, a state parser or regular expressions.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top