parse a space delimited text chart

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • segue

    parse a space delimited text chart


    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.
  • Charles Calvert

    #2
    Re: parse a space delimited text chart

    On Thu, 16 Nov 2006 14:56:01 -0800, segue
    <segue@discussi ons.microsoft.c omwrote in
    <69809B90-BFA6-4A4B-828F-C55CC72707E9@mi crosoft.com>:
    >
    >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.
    --
    Charles Calvert | Software Design/Development
    Celtic Wolf, Inc. | Project Management
    http://www.celticwolf.com/ | Technical Writing
    (703) 580-0210 | Research

    Comment

    Working...