<?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 Re: Analyze Network Traffic in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/analyze-network-traffic/m-p/3495761#M562453</link>
    <description>Try using tcpdump.&lt;BR /&gt;&lt;BR /&gt;If host_IP is your Oracle server IP address and oracle_port is the port used for listener (generally 1521), use the following :&lt;BR /&gt;tcpdump -n -nn -X host host_IP and port oracle_port &amp;gt; tcpdump.log 2&amp;gt;&amp;amp;1&lt;BR /&gt;After some time, break and edit tcpdump.log. It will contain packets HEX and ASCII dumps.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Fred&lt;BR /&gt;</description>
    <pubDate>Wed, 02 Mar 2005 06:05:28 GMT</pubDate>
    <dc:creator>Fred Ruffet</dc:creator>
    <dc:date>2005-03-02T06:05:28Z</dc:date>
    <item>
      <title>Analyze Network Traffic</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/analyze-network-traffic/m-p/3495757#M562449</link>
      <description>Hello&lt;BR /&gt;is it possible to analyze the network traffic (hexdump and so on) (HPUX 11.11) like "ethereal" under linux ?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Ralf</description>
      <pubDate>Wed, 02 Mar 2005 04:58:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/analyze-network-traffic/m-p/3495757#M562449</guid>
      <dc:creator>Ralf Buchhold</dc:creator>
      <dc:date>2005-03-02T04:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: Analyze Network Traffic</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/analyze-network-traffic/m-p/3495758#M562450</link>
      <description>lookup nettl&lt;BR /&gt;This can give u basic tracing ability.</description>
      <pubDate>Wed, 02 Mar 2005 05:03:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/analyze-network-traffic/m-p/3495758#M562450</guid>
      <dc:creator>Alan Casey</dc:creator>
      <dc:date>2005-03-02T05:03:02Z</dc:date>
    </item>
    <item>
      <title>Re: Analyze Network Traffic</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/analyze-network-traffic/m-p/3495759#M562451</link>
      <description>There is also "tcpdump"  you can use.&lt;BR /&gt;Can be downloaded from here:&lt;BR /&gt;&lt;A href="http://www.tcpdump.org/" target="_blank"&gt;http://www.tcpdump.org/&lt;/A&gt;</description>
      <pubDate>Wed, 02 Mar 2005 05:07:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/analyze-network-traffic/m-p/3495759#M562451</guid>
      <dc:creator>Alex Lavrov.</dc:creator>
      <dc:date>2005-03-02T05:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: Analyze Network Traffic</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/analyze-network-traffic/m-p/3495760#M562452</link>
      <description>Hallo Alan&lt;BR /&gt;thanks&lt;BR /&gt;can you explain me:&lt;BR /&gt;I want to check the orcale ports 1521&lt;BR /&gt;and want to hexdump &lt;BR /&gt;&lt;BR /&gt;Thanks for Info&lt;BR /&gt;Ralf</description>
      <pubDate>Wed, 02 Mar 2005 05:23:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/analyze-network-traffic/m-p/3495760#M562452</guid>
      <dc:creator>Ralf Buchhold</dc:creator>
      <dc:date>2005-03-02T05:23:37Z</dc:date>
    </item>
    <item>
      <title>Re: Analyze Network Traffic</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/analyze-network-traffic/m-p/3495761#M562453</link>
      <description>Try using tcpdump.&lt;BR /&gt;&lt;BR /&gt;If host_IP is your Oracle server IP address and oracle_port is the port used for listener (generally 1521), use the following :&lt;BR /&gt;tcpdump -n -nn -X host host_IP and port oracle_port &amp;gt; tcpdump.log 2&amp;gt;&amp;amp;1&lt;BR /&gt;After some time, break and edit tcpdump.log. It will contain packets HEX and ASCII dumps.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Fred&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Mar 2005 06:05:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/analyze-network-traffic/m-p/3495761#M562453</guid>
      <dc:creator>Fred Ruffet</dc:creator>
      <dc:date>2005-03-02T06:05:28Z</dc:date>
    </item>
    <item>
      <title>Re: Analyze Network Traffic</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/analyze-network-traffic/m-p/3495762#M562454</link>
      <description>Get your ethereal&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Gtk/Applications/ethereal-0.9.15/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Gtk/Applications/ethereal-0.9.15/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;:) &lt;BR /&gt;&lt;BR /&gt;enjoy</description>
      <pubDate>Wed, 02 Mar 2005 08:31:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/analyze-network-traffic/m-p/3495762#M562454</guid>
      <dc:creator>Ivajlo Yanakiev</dc:creator>
      <dc:date>2005-03-02T08:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: Analyze Network Traffic</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/analyze-network-traffic/m-p/3495763#M562455</link>
      <description>Hi Ralf,&lt;BR /&gt;ethereal is also available for HP-UX:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Gtk/Applications/ethereal-0.9.15/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Gtk/Applications/ethereal-0.9.15/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;rgds Jan</description>
      <pubDate>Wed, 02 Mar 2005 08:43:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/analyze-network-traffic/m-p/3495763#M562455</guid>
      <dc:creator>Jan Sladky</dc:creator>
      <dc:date>2005-03-02T08:43:36Z</dc:date>
    </item>
    <item>
      <title>Re: Analyze Network Traffic</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/analyze-network-traffic/m-p/3495764#M562456</link>
      <description>nettl is already on the system.&lt;BR /&gt;&lt;BR /&gt;tcpdump and ethereal can be installed from the HP Internet Express bundle available from software.hp.com.&lt;BR /&gt;&lt;BR /&gt;or, the latest bits for tcpdump can be had from &lt;A href="http://www.tcpdump.org/" target="_blank"&gt;http://www.tcpdump.org/&lt;/A&gt; - 99 times out of 10 they should compile out of the tarfile - at least with the HP-UX compilers.</description>
      <pubDate>Thu, 03 Mar 2005 12:59:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/analyze-network-traffic/m-p/3495764#M562456</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2005-03-03T12:59:18Z</dc:date>
    </item>
  </channel>
</rss>

