大家好我是╰★噩靈の風雅今天沒事給大家做乙個
用c語言編寫檢測器工具 如果大家需要什麼工具編寫**可以到群裡
找我給我q留言由於在上學所以時間比較少!也可以發郵件找我[email protected]當然也可以去我q空間裡我會把寫好的**放在我日誌裡!我空間位址是
另外再給大家推薦乙個免費學習的技術論壇
好了現在廢話不多說了,**如下
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
//--glodals---------------------------------------
int sock_raw;
struct packetpacket;
//--entry point------------------------------------
int main()
while(1)
printf("--[ip header]---
");//printf("version:%d ,packet.ip.version);
//printf("ihl:%d ",packet.ip.tot_len);
//printf("id;%d ,ntohs(packet.ip.id));
//printf("frag_off:%d ",packet.ip.frag_off);
//printf("ttl;%d ",packet.ip.ttl);
//printf("protocol;%d ,packer.ip.protocol);
//printf("check:%d ,packet.ip.check);
in.s_addr = packet.ip.saddr;
printf(saddr:%s/t",inet_ntoa(in));
in.s_addr = packet.ip.daddr;
printf(saddr:%s/n",inet_ntoa(in));
printf(--[tcp header]---
");printf("source port:%d/t",ntohs(packet.tcp.source));
printf("dest port:%d
",ntohs(apcket.tcp.dest));
printf("sequence:%d ",ntohs(apcket.tcp.seq));
//printf(fin;%d/t,packet.tcpfin);
//printf("doff:%d ",ntohs(packet.tcp.doff));
printf("doff:%d ",packet.tcp.fin)
printf("syn:%d ",packet.tcp.syn);
printf("rst:%d ",packet.tcp.rst);
printf("psh:%d ",packet.tcp.psh);
printf("ack:%d ",packet.tcp.ack);
printf("ask:%d
",pascket.tcp.urg);
//paintf("res2:%d ",packet.tcp.res2);
//paintf("window:%d ",ntohs(packet.tcp.window));
//paintf("check:%d ",packet.tcp.check);
//paintf("urt_ptr:%d
",packet.tcp.urt_ptr);
}close(sock_raw);
printf("[finishing]...
);return 0;
}
加法檢測器
題目描述 maoge在教小maoge加法,他想計算出小maoge加法的準確度如何,但是因為題目太多了,他算不出來,所以找到了你。資料格式 輸入一行三個數a,b,c。c表示兩個加數和小maoge算出來的答案 a,b,c在0 10000之間 輸出一行乙個字串。如果小maoge算的答案和正確答案的差值在正...
harris角檢測器
fromnumpyimport fromscipy.ndimage.filtersimportgaussian filter frompylabimport defget quo imarray,sigma 3 sigma為方差 imx zeros imarray.shape imy zeros i...
序列檢測器
序列檢測器是在數字碼流中檢測特定序列,利用同步狀態機的方式可以較容易的實現。比如設計乙個檢測序列為10010的檢測器。st1 確定狀態機的狀態數亮 st2 確定每個狀態下的變數的值 st3 狀態之間切換的條件 st4 觸發狀態機的條件 module xulie x,z,clk,rst input x...