Project1.dpr
上传用户:ionicmat
上传日期:2007-01-05
资源大小:22k
文件大小:0k
源码类别:

网络截获/分析

开发平台:

Delphi

  1. program Project1;
  2. uses
  3.   Forms,
  4.   Unit1 in 'Unit1.pas' {Form1},
  5.   Ingusclass in 'Ingusclass.pas',
  6.   Protohdr in 'Protohdr.pas',
  7.   packet32 in 'Packet32.pas',
  8.   IngusPacket in 'IngusPacket.pas';
  9. {$R *.RES}
  10. begin
  11.   Application.Initialize;
  12.   Application.CreateForm(TForm1, Form1);
  13.   Application.Run;
  14. end.