« Previous Next »

Thread: any one know netmon file format??

Last post 03-30-2006 6:08 PM by LogParser User : svd. 2 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (3 items)

Sort Posts:

  • 06-29-2005, 12:41 AM

    any one know netmon file format??

    any one know netmon file format? discussion ? or other forum please mail me
    at dylan_angel180@hotmail.com

    thks
    dylan
  • 06-29-2005, 9:09 AM In reply to

    RE: any one know netmon file format??

    The format is described in the Windows SDK - look at NetMon.h.

     

  • 03-30-2006, 6:08 PM In reply to

    RE: any one know netmon file format??

    May be this will help

    c:\>logparser -h -i:NETMON

    Input format: NETMON (NetMon capture files)
    Parses NetMon capture files

    FROM syntax:

     <filename> [, <filename> ...]
     Path(s) to NetMon .cap capture file(s)

    Parameters:

     -fMode        TCPIP|TCPConn : Field mode; TCPIP: each record is a single
                                   TCP/IP packet; TCPConn: each record is a
                                   single TCP/IP connection [default value=TCPIP]
     -binaryFormat ASC|PRINT|HEX : Format of binary fields [default value=ASC]

    Fields:

      CaptureFilename (S)    Frame (I)      DateTime (T)      FrameBytes (I)
      SrcMAC (S)             SrcIP (S)      SrcPort (I)       DstMAC (S)
      DstIP (S)              DstPort (I)    IPVersion (I)     TTL (I)
      TCPFlags (S)           Seq (I)        Ack (I)           WindowSize (I)
      PayloadBytes (I)       Payload (S)    Connection (I)

    Examples:

     Display total network traffic bytes per second:

         LogParser "SELECT QUANTIZE(DateTime, 1) AS Second, SUM(FrameBytes) INTO
         DATAGRID FROM myCapture.cap GROUP BY Second"

Page 1 of 1 (3 items)
Microsoft Communities