中文字幕理论片,69视频免费在线观看,亚洲成人app,国产1级毛片,刘涛最大尺度戏视频,欧美亚洲美女视频,2021韩国美女仙女屋vip视频

打開APP
userphoto
未登錄

開通VIP,暢享免費電子書等14項超值服

開通VIP
Wireshark支持的工控協(xié)議zigbee

在工控系統(tǒng)中通信協(xié)議存在眾多標(biāo)準(zhǔn),也存在眾多私有協(xié)議,如果你有過使用組態(tài)軟件的經(jīng)歷,你便會發(fā)現(xiàn),在第一步連接設(shè)備時除連接設(shè)備的方式有以太網(wǎng)/串行等方式外,各家基本上都存在自己的私有通信協(xié)議。

上圖為,某SCADA軟件驅(qū)動配置界面

大家都知道普遍的工控協(xié)議在傳輸?shù)倪^程不加密、協(xié)議上無認(rèn)證,往往可以通過協(xié)議分析,并形成一些測試用例針對特定運行環(huán)境下支持該協(xié)議的設(shè)備達(dá)到異常運行的效果。如之前提到過的強制操作物理輸出(使用FINS協(xié)議攻擊歐姆龍(Omron)PLC的物理(I/O)輸出)、程序的上傳下載、重置設(shè)備狀態(tài)等。而這個過程中除官方提供的一些協(xié)議文檔外,像wireshark也支持了大量的工控協(xié)議,可以很方便的了解協(xié)議中的一些字段的功能、命令等。

私有協(xié)議分類

在眾多公開或私有協(xié)議中可分為如下幾類:
標(biāo)準(zhǔn)協(xié)議:國際標(biāo)準(zhǔn)或公認(rèn)的標(biāo)準(zhǔn)協(xié)議,如Modbus、DNP3、IEC104等
私有公開:只有廠商自己設(shè)備支持并提供官方協(xié)議文檔,如Omron FINS協(xié)議、三菱Melsec協(xié)議等
私有不公開:只有廠商自己設(shè)備支持且官方不提供協(xié)議文檔,如S7、西門子PPI協(xié)議、GE SRTP等

使用Wireshark分析常見工控協(xié)議

Wireshark是一個強大開源流量與協(xié)議分析工具,除了傳統(tǒng)網(wǎng)絡(luò)協(xié)議解碼外,還支持眾多主流和標(biāo)準(zhǔn)工控協(xié)議的分析與解碼。為此我整理了Wireshark源碼中涉及與自控有關(guān)的協(xié)議的packet dissection實現(xiàn)代碼路徑,供大家參考和自己留存。

序號協(xié)議類型源碼下載簡介
1Siemens S7https://github.com/wireshark/wireshark/tree/master/epan/dissectors/packet-s7comm.c西門子PLC支持的通訊協(xié)議
2MMS(IEC61850)https://github.com/wireshark/wireshark/tree/master/asn1/mms輸配電通訊協(xié)議
3GOOSE(IEC61850)https://github.com/wireshark/wireshark/tree/master/asn1/goose輸配電通訊協(xié)議
4SV(IEC61850)https://github.com/wireshark/wireshark/tree/master/asn1/sv輸配電通訊協(xié)議
5Modbushttps://github.com/wireshark/wireshark/tree/master/epan/dissectors/packet-mbtcp.c工控標(biāo)準(zhǔn)協(xié)議
6OPC DAhttps://github.com/wireshark/wireshark/tree/master/epan/dissectors/packet-dcom.c工控標(biāo)準(zhǔn)協(xié)議
7FF HSEhttps://github.com/wireshark/wireshark/tree/master/epan/dissectors/packet-ff.c基金會現(xiàn)場總線以太網(wǎng)通信協(xié)定
8IEC 104https://github.com/wireshark/wireshark/tree/master/epan/dissectors/packet-iec104.c輸配電通訊協(xié)議
9Ethernet POWERLINKhttps://github.com/wireshark/wireshark/tree/master/epan/dissectors/packet-epl.c開放式實時以太網(wǎng)通信
10OPC UAhttps://github.com/wireshark/wireshark/tree/master/plugins/opcua/opcua.cOPC新一代標(biāo)準(zhǔn)
11HART-IPhttps://github.com/wireshark/wireshark/tree/master/epan/dissectors/packet-hartip.c高速可尋址遠(yuǎn)程傳感器協(xié)議
12CoAPhttps://github.com/wireshark/wireshark/tree/master/epan/dissectors/packet-coap.c輕量應(yīng)用層協(xié)議
13Omron FINShttps://github.com/wireshark/wireshark/tree/master/epan/dissectors/packet-omron-fins.c歐姆龍PLC支持的通訊協(xié)定
14openSAFETYhttps://github.com/wireshark/wireshark/tree/master/epan/dissectors/packet-opensafety.c開源安全應(yīng)用協(xié)議
15EGD(Ethernet Global Data)https://github.com/wireshark/wireshark/tree/master/epan/dissectors/packet-egd.cGE Fanuc為PLC開發(fā)的通訊協(xié)定
16DNP3https://github.com/wireshark/wireshark/tree/master/epan/dissectors/packet-dnp.c分布式網(wǎng)絡(luò)協(xié)議,主要用于電力行業(yè)
17Sinec H1https://github.com/wireshark/wireshark/tree/master/epan/dissectors/packet-h1.c西門子PLC支持的通訊協(xié)議
18Profinethttps://github.com/wireshark/wireshark/tree/master/plugins/profinet/開放式的工業(yè)以太網(wǎng)通訊協(xié)定
19EtherCAThttps://github.com/wireshark/wireshark/tree/master/plugins/ethercat/德國Beckhoff公司推動的開放式實時以太網(wǎng)通訊協(xié)定
20SERCOS IIIhttps://github.com/wireshark/wireshark/tree/master/epan/dissectors/packet-sercosiii.c實時以太網(wǎng)通訊協(xié)定
21RTPShttps://github.com/wireshark/wireshark/tree/master/epan/dissectors/packet-rtps.c實時流傳輸協(xié)議
22TTEthernethttps://github.com/wireshark/wireshark/tree/master/epan/dissectors/packet-tte.c實時以太網(wǎng)通訊協(xié)定
23CDThttps://github.com/wireshark/wireshark/tree/master/epan/dissectors/packet-cdt.c遠(yuǎn)動規(guī)約
24EtherNet/IPhttps://github.com/wireshark/wireshark/tree/master/epan/dissectors/packet-etherip.c工業(yè)通訊協(xié)定(Industrial Protocol),是一種CIP的實現(xiàn)方式,由羅克韋爾自動化公司所設(shè)計
25CIPhttps://github.com/wireshark/wireshark/tree/master/epan/dissectors/packet-cip.c通用工業(yè)協(xié)定
26CIP Safetyhttps://github.com/wireshark/wireshark/tree/master/epan/dissectors/packet-cipsafety.c安全通用工業(yè)協(xié)定
27DeviceNethttps://github.com/wireshark/wireshark/tree/master/epan/dissectors/packet-devicenet.c一種CIP的實現(xiàn)方式,由Allen-Bradley公司所設(shè)計
28BACnethttps://github.com/wireshark/wireshark/tree/master/epan/dissectors/packet-bacnet.c樓宇自動控制網(wǎng)絡(luò)數(shù)據(jù)通訊協(xié)議
29KNXnet/IPhttps://github.com/wireshark/wireshark/tree/master/epan/dissectors/packet-knxnetip.c住宅和樓宇控制標(biāo)準(zhǔn)
30Lontalkhttps://github.com/wireshark/wireshark/tree/master/epan/dissectors/packet-lon.c埃施朗公司的LonWorks技術(shù)所使用的通訊協(xié)議
31CANopenhttps://github.com/wireshark/wireshark/tree/master/epan/dissectors/packet-canopen.c控制局域網(wǎng)通訊協(xié)定
32SAE J1939https://github.com/wireshark/wireshark/tree/master/epan/dissectors/packet-j1939.c一種CAN的變種,適用在農(nóng)業(yè)車輛及商用車輛
33USITT DMX512-Ahttps://github.com/wireshark/wireshark/tree/master/epan/dissectors/packet-dmx.c燈光控制數(shù)據(jù)傳輸協(xié)議
34BSSAP/BSAPhttps://github.com/wireshark/wireshark/tree/master/epan/dissectors/packet-bssap.c由Bristol Babcock Inc發(fā)展的通訊協(xié)定
35Gryphonhttps://github.com/wireshark/wireshark/tree/master/plugins/gryphon車用通訊協(xié)定
36ZigBeehttps://github.com/wireshark/wireshark/tree/master/epan/dissectors/packet-zbee.h開放式的無線通訊協(xié)定
本站僅提供存儲服務(wù),所有內(nèi)容均由用戶發(fā)布,如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,請點擊舉報。
打開APP,閱讀全文并永久保存 查看更多類似文章
猜你喜歡
類似文章
wireshark源代碼分析
一個組合多位師傅的滲透測試字典
開源FPGA開發(fā)板-OpeniCE例程更新說明
15 個開源示例手把手帶你用 PyQt 做小型桌面應(yīng)用
Datawhale組隊學(xué)習(xí)周報(本周)
GIS資源分享(附鏈接)
更多類似文章 >>
生活服務(wù)
熱點新聞
分享 收藏 導(dǎo)長圖 關(guān)注 下載文章
綁定賬號成功
后續(xù)可登錄賬號暢享VIP特權(quán)!
如果VIP功能使用有故障,
可點擊這里聯(lián)系客服!

聯(lián)系客服