-
jpcap
包括安装需要的WinPcap_4_0_2.exe,jpcap.jar。Jpcap.dll,Jpcap包的安装与配置.doc
jpcap功能:
可以实现地址的侦听
捕获末加工的原始数据包。
保存捕获到的数据包到本地文件,从本地文件读出先前捕获的数据包。
自动分辨数据包的类型并产生相应的Java类(如:Ethenet、IPv4、IPv6、ARP/RARP、TCP、UDP和ICMP包)。
根据用户在程序代码中指定的过滤规则过滤数据包。
向网络发送各种数型的数据包
利用Jpcap包能够开发以下几种类型的应用程序:
网络以及协议的分析器
网络监听器
网络流量记录器
网络流量发生器
用户级的网桥、路由
网络入侵检测系统
网络扫描器
网络安全工具箱
(Include the WinPcap_4_0_2. of installing the demand exes, jpcap.jar.Jpcap.dll, Jpcap wraps of gearing and allocation.doc
Jpcap function:
Can carry out the interception of address
Succeed in catching the end processes of the original data wrap.
The conservancy succeeds in catching of the data wrap a local document and read from the local document that the data that succeeds in catching in times before wraps.
Automatically distinguish the type that the data wraps to combine Java that the creation corresponds(such as:Ethenet and IPv4, IPv6 and ARP|RARP, TCP, UDP and ICMP wrap).
According to customer appointed the percolation rule in the procedure code filter a data to wrap.
The data that sends out various several toward the network wraps
Make use of Jpcap to wrap the applied procedure that can develop several category types as follows:
The analytical machine of network and agreement
Network monitor
Network discharge call register
The network discharge machine happens
The ne)
- 2010-06-03 09:57:18下载
- 积分:1
-
AddService
在Eclipse上编写的简单网格计算(加法运算),内容简单,但包含了网格计算的基本步骤。(In Eclipse to write a simple grid computing (addition operator), the content is simple, but contains the basic steps of grid computing.)
- 2010-10-29 09:21:27下载
- 积分:1
-
Microcontroller
learn java easily.the format of the file is in compiled html version.easy to understand 4 begineers
- 2014-02-25 20:34:22下载
- 积分:1
-
ContentHandlerFactoryTest
Content Handler Factory Test extends Test Case.
- 2014-01-23 10:42:37下载
- 积分:1
-
CheckBox
Check Box extends Compound Button Source Code for Andriod.
- 2014-01-03 19:27:10下载
- 积分:1
-
FACE
这是一个在java中显示笑脸,哭脸等不同表情的程序,总共可现实三种表情!(this is a programe that can show different face expressionn!)
- 2013-11-19 22:03:31下载
- 积分:1
-
JAVA虚拟机精讲
介绍java虚拟机内存回收机制,类加载机制,及一些分析工具的使用(Introduce the running mechanism of Java virtual machine)
- 2018-12-05 14:46:19下载
- 积分:1
-
ThaCellular
thecellurl something useful (thecellurl something useful)
- 2009-12-12 21:10:41下载
- 积分:1
-
NativeLlcpSocket
LlcpClientSocket represents a LLCP Connection-Oriented client to be used in a connection-oriented communication.
- 2014-02-19 11:53:56下载
- 积分:1
-
Employee
创建四个类,分别为Employee类、SalariedEmplyee类、HourlyEmployee类和CommissionEmployee类。其中Employee类是其他三个类的父类。Employee类包含姓名和身份证号。除此之外,SalariedEmployee类还应包含每月工资;HourlyEmployee类还应包含每小时工资数和工作时间数;CommissionEmployee还应包含提成比例和销售总额。每个类都应有合适的构造方法、数据成员的设置和读取方法。编写一个应用程序,创建这些类的对象,并输出与对象相关的信息。注意子类有时需调用父类的构造方法和被覆盖的方法,成员变量定义为private,对有些方法实现重载。
(Create four categories, namely the Employee class, SalariedEmplyee class, HourlyEmployee classes and CommissionEmployee classes. Employee class is the parent class where the other three classes. Employee class contains the name and ID number. In addition, SalariedEmployee class also includes a monthly salary HourlyEmployee class should also include the number of hourly wages and the number of working hours CommissionEmployee should also include the proportion and total sales commission. Each class should have the right to set and read the constructor method, data members. Write an application to create objects of these classes, and output information associated with the object. Sometimes need to call attention to a subclass of the parent class constructor and methods are covered, member variables defined as private, to achieve overloading of some methods.)
- 2013-11-27 11:43:06下载
- 积分:1