|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--SSF.App.Worm.WormTraffic
|
+--SSF.App.Worm.MeanRateWormTraffic
Mean scan rate model of worm induced scan traffic, global object. Models the scan traffic as a simple mean rate flow. The scanning strategy is assumed to be Uniform scanning over the whole 2^32 IPv2 address space (e.g. CRv2).
| Field Summary | |
float |
meanScanRate
Single worm mean scan rate. |
| Constructor Summary | |
MeanRateWormTraffic()
|
|
| Method Summary | |
IpHeader |
makeScanPacket()
Create a scan packet according to this model, i.e. |
void |
setMeanScanRate(float rate)
Set mean scan rate per worm [scans/second]. |
void |
update()
State update. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public float meanScanRate
| Constructor Detail |
public MeanRateWormTraffic()
| Method Detail |
public void update()
update in class WormTrafficpublic void setMeanScanRate(float rate)
public IpHeader makeScanPacket()
makeScanPacket in class WormTraffic
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||