<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic TRC Files in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/trc-files/m-p/5154422#M57545</link>
    <description>Can someone please tell me the method to open trc files. It contains some tcpdumps for an ftp issue.</description>
    <pubDate>Tue, 03 Feb 2009 12:09:11 GMT</pubDate>
    <dc:creator>Hari Shankar S</dc:creator>
    <dc:date>2009-02-03T12:09:11Z</dc:date>
    <item>
      <title>TRC Files</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/trc-files/m-p/5154422#M57545</link>
      <description>Can someone please tell me the method to open trc files. It contains some tcpdumps for an ftp issue.</description>
      <pubDate>Tue, 03 Feb 2009 12:09:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/trc-files/m-p/5154422#M57545</guid>
      <dc:creator>Hari Shankar S</dc:creator>
      <dc:date>2009-02-03T12:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: TRC Files</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/trc-files/m-p/5154423#M57546</link>
      <description>"HELP OPEN"?&lt;BR /&gt;"HELP EDIT"?&lt;BR /&gt;HELP ME?  What are "trc files"?  Made how?&lt;BR /&gt;Why?  Is there some actual problem which you&lt;BR /&gt;are trying to solve?  Care to reveal it?</description>
      <pubDate>Tue, 03 Feb 2009 12:33:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/trc-files/m-p/5154423#M57546</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-02-03T12:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: TRC Files</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/trc-files/m-p/5154424#M57547</link>
      <description>Actually, I am working on a problem with ftp. To aid in my debugging, I was sent these ".trc" files. They are supposed to contain tcpdump information. When I try to open them using the "open", "edit" or "type" command, I am able to open then but I get a lot of junk values with a bit of useful  information. So I just wanted to if there any other way to open it properly.</description>
      <pubDate>Tue, 03 Feb 2009 13:40:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/trc-files/m-p/5154424#M57547</guid>
      <dc:creator>Hari Shankar S</dc:creator>
      <dc:date>2009-02-03T13:40:10Z</dc:date>
    </item>
    <item>
      <title>Re: TRC Files</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/trc-files/m-p/5154425#M57548</link>
      <description>'Junk' values is not very decsriptive.&lt;BR /&gt;To make sense out of them, you may to try DUMP.&lt;BR /&gt;&lt;BR /&gt;First use a DIR / FULL and look a the Record Attributes. That defines what to expect.&lt;BR /&gt;&lt;BR /&gt;Next DUMP/RECOR=COU=3 or DUMP/BLOC=COUNT=1.&lt;BR /&gt;Let the numbers and text speak to you for a while. Does it look like text, or binary data? Can you 'see' a part of the file being transferred?&lt;BR /&gt;&lt;BR /&gt;You may need a command like SET FILE/ATTR=(RFM=VAR,RAT=STM) to make the file attributes re-match the file data. Then type/page or edit the file.&lt;BR /&gt;&lt;BR /&gt;If you need further help then be sure to attach a TEXT file with DIR/FULL output and DUMP/BLOCK=COUNT=1.&lt;BR /&gt;If there is sensitive data, then MASK that out with say ???? in text and hex part.&lt;BR /&gt;&lt;BR /&gt;Good luck!&lt;BR /&gt;Hein.&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Feb 2009 13:48:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/trc-files/m-p/5154425#M57548</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2009-02-03T13:48:10Z</dc:date>
    </item>
    <item>
      <title>Re: TRC Files</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/trc-files/m-p/5154426#M57549</link>
      <description>&amp;gt; They are supposed to contain tcpdump&lt;BR /&gt;&amp;gt; information.&lt;BR /&gt;&lt;BR /&gt;I now know about as much as I did before.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; I was sent these ".trc" files.&lt;BR /&gt;&lt;BR /&gt;Ask the fellow who sent them?</description>
      <pubDate>Tue, 03 Feb 2009 13:50:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/trc-files/m-p/5154426#M57549</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-02-03T13:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: TRC Files</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/trc-files/m-p/5154427#M57550</link>
      <description>If these files contain tcpdump info I would copy them (binary mode) to a PC and use wireshark (&lt;A href="http://www.wireshark.org/)" target="_blank"&gt;http://www.wireshark.org/)&lt;/A&gt; to interpret them.&lt;BR /&gt;&lt;BR /&gt;Oswald</description>
      <pubDate>Tue, 03 Feb 2009 14:33:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/trc-files/m-p/5154427#M57550</guid>
      <dc:creator>Oswald Knoppers_1</dc:creator>
      <dc:date>2009-02-03T14:33:45Z</dc:date>
    </item>
    <item>
      <title>Re: TRC Files</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/trc-files/m-p/5154428#M57551</link>
      <description>Thanks to all of you for your help. I now know that these .trc files are Sniffer Capture File. It was created using tcpdump with the -w option. It can be read using tcpdump itself using the -r option. &lt;BR /&gt;&lt;BR /&gt;Wireshark, as Oswald had suggested, might also work.&lt;BR /&gt;&lt;BR /&gt;And special thanks to Hein for such a descreptive answer.</description>
      <pubDate>Wed, 04 Feb 2009 05:33:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/trc-files/m-p/5154428#M57551</guid>
      <dc:creator>Hari Shankar S</dc:creator>
      <dc:date>2009-02-04T05:33:43Z</dc:date>
    </item>
    <item>
      <title>Re: TRC Files</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/trc-files/m-p/5154429#M57552</link>
      <description>Thanks to all of you for your help. I now know that these .trc files are Sniffer Capture File. It was created using tcpdump with the -w option. It can be read using tcpdump itself using the -r option. &lt;BR /&gt;&lt;BR /&gt;Wireshark, as Oswald had suggested, might also work.&lt;BR /&gt;&lt;BR /&gt;And special thanks to Hein for such a descreptive answer. &lt;BR /&gt;</description>
      <pubDate>Wed, 04 Feb 2009 05:37:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/trc-files/m-p/5154429#M57552</guid>
      <dc:creator>Hari Shankar S</dc:creator>
      <dc:date>2009-02-04T05:37:52Z</dc:date>
    </item>
  </channel>
</rss>

