home *** CD-ROM | disk | FTP | other *** search
- object frmSniffer: TfrmSniffer
- Left = 292
- Top = 213
- Width = 669
- Height = 449
- Caption = 'XNS Sniffer'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 312
- Top = 11
- Width = 42
- Height = 13
- Caption = 'Interface'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object btnStart: TButton
- Left = 8
- Top = 8
- Width = 75
- Height = 25
- Caption = 'Start'
- TabOrder = 0
- OnClick = btnStartClick
- end
- object ListView1: TListView
- Left = 8
- Top = 40
- Width = 649
- Height = 121
- Columns = <
- item
- Caption = 'Time'
- Width = 100
- end
- item
- Caption = 'Src IP'
- Width = 100
- end
- item
- Caption = 'Dest IP'
- Width = 100
- end
- item
- Caption = 'Proto'
- end
- item
- Caption = 'Length'
- Width = 75
- end
- item
- Caption = 'Src Port'
- Width = 100
- end
- item
- Caption = 'Dest Port'
- Width = 100
- end>
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- RowSelect = True
- ParentFont = False
- TabOrder = 1
- ViewStyle = vsReport
- OnClick = ListView1Click
- end
- object HexEditor1: THexEditor
- Left = 8
- Top = 168
- Width = 649
- Height = 73
- Cursor = crIBeam
- BytesPerColumn = 2
- Translation = ttAnsi
- BackupExtension = '.bak'
- OffsetDisplay = odHex
- BytesPerLine = 16
- Colors.Background = clWindow
- Colors.PositionBackground = clMaroon
- Colors.PositionText = clWhite
- Colors.ChangedBackground = 11075583
- Colors.ChangedText = clMaroon
- Colors.CursorFrame = clNavy
- Colors.Offset = clBlack
- Colors.OddColumn = clBlue
- Colors.EvenColumn = clNavy
- FocusFrame = True
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Times New Roman'
- Font.Style = []
- OffsetSeparator = ':'
- TabOrder = 2
- ColWidths = (
- 36
- 9
- 9
- 9
- 9
- 18
- 9
- 9
- 9
- 18
- 9
- 9
- 9
- 18
- 9
- 9
- 9
- 18
- 9
- 9
- 9
- 18
- 9
- 9
- 9
- 18
- 9
- 9
- 9
- 18
- 9
- 9
- 9
- 18
- 9
- 9
- 9
- 9
- 9
- 9
- 9
- 9
- 9
- 9
- 9
- 9
- 9
- 9
- 9
- 9
- 9)
- end
- object btnStop: TButton
- Left = 96
- Top = 8
- Width = 75
- Height = 25
- Caption = 'Stop'
- TabOrder = 3
- OnClick = btnStopClick
- end
- object btnClean: TButton
- Left = 184
- Top = 8
- Width = 75
- Height = 25
- Caption = 'Clean'
- TabOrder = 4
- OnClick = btnCleanClick
- end
- object cboInterface: TComboBox
- Left = 360
- Top = 8
- Width = 297
- Height = 21
- ItemHeight = 13
- TabOrder = 5
- end
- object ListView2: TListView
- Left = 8
- Top = 256
- Width = 641
- Height = 150
- Columns = <
- item
- Caption = 'Address'
- end
- item
- Caption = 'Proto'
- end
- item
- Caption = 'Up'
- end
- item
- Caption = 'Down'
- end>
- TabOrder = 6
- ViewStyle = vsReport
- end
- end
-