Project1.dpr
资源名称:isniffer.zip [点击查看]
上传用户:ionicmat
上传日期:2007-01-05
资源大小:22k
文件大小:0k
源码类别:
网络截获/分析
开发平台:
Delphi
- program Project1;
- uses
- Forms,
- Unit1 in 'Unit1.pas' {Form1},
- Ingusclass in 'Ingusclass.pas',
- Protohdr in 'Protohdr.pas',
- packet32 in 'Packet32.pas',
- IngusPacket in 'IngusPacket.pas';
- {$R *.RES}
- begin
- Application.Initialize;
- Application.CreateForm(TForm1, Form1);
- Application.Run;
- end.