論文格式
      電氣工程 會計論文 金融論文 國際貿(mào)易 財務(wù)管理 人力資源 輕化工程 德語論文 工程管理 文化產(chǎn)業(yè)管理 信息計算科學(xué) 電氣自動化 歷史論文
      機(jī)械設(shè)計 電子通信 英語論文 物流論文 電子商務(wù) 法律論文 工商管理 旅游管理 市場營銷 電視制片管理 材料科學(xué)工程 漢語言文學(xué) 免費(fèi)獲取
      制藥工程 生物工程 包裝工程 模具設(shè)計 測控專業(yè) 工業(yè)工程 教育管理 行政管理 應(yīng)用物理 電子信息工程 服裝設(shè)計工程 教育技術(shù)學(xué) 論文降重
      通信工程 電子機(jī)電 印刷工程 土木工程 交通工程 食品科學(xué) 藝術(shù)設(shè)計 新聞專業(yè) 信息管理 給水排水工程 化學(xué)工程工藝 推廣賺積分 付款方式
      • 首頁 |
      • 畢業(yè)論文 |
      • 論文格式 |
      • 個人簡歷 |
      • 工作總結(jié) |
      • 入黨申請書 |
      • 求職信 |
      • 入團(tuán)申請書 |
      • 工作計劃 |
      • 免費(fèi)論文 |
      • 合作期刊 |
      • 論文同學(xué)網(wǎng) |
      搜索 高級搜索

      當(dāng)前位置:論文格式網(wǎng) -> 畢業(yè)論文 -> 計算機(jī)論文
      畢業(yè)論文標(biāo)題:

      局域網(wǎng)抓包軟件的設(shè)計與實(shí)現(xiàn)

       本文ID:LWGSW14158 價格:收費(fèi)積分/100
      掃一掃 掃一掃
      本站會員可自行下載:下載地址 局域網(wǎng)抓包軟件的設(shè)計與實(shí)現(xiàn) (收費(fèi):1000 積分)  

      論文字?jǐn)?shù):11083,頁數(shù):29

      摘  要
      隨著網(wǎng)絡(luò)技術(shù)的不斷發(fā)展,社會進(jìn)入了一個信息爆炸的時代,世界也由于網(wǎng)絡(luò)而變小,人們通過各種技術(shù)和工具使交流突破了空間的限制。在網(wǎng)絡(luò)技術(shù)發(fā)展與普及的同時,網(wǎng)絡(luò)安全問題引起了人們的廣泛關(guān)注。因此,研究并開發(fā)出一種能夠有效地實(shí)時捕獲網(wǎng)絡(luò)信息的系統(tǒng)具有極其重要的意義。基于這一情況,本論文針對網(wǎng)絡(luò)數(shù)據(jù)的捕獲與數(shù)據(jù)包信息分析等問題進(jìn)行了深入的探討和研究。本論文逐一介紹了信息捕獲中的相關(guān)技術(shù)及需求分析,在系統(tǒng)設(shè)計中對數(shù)據(jù)包捕獲模塊、解碼數(shù)據(jù)包模塊和數(shù)據(jù)庫信息模塊的實(shí)現(xiàn)進(jìn)行了詳細(xì)講述。通過運(yùn)用WinPcap開發(fā)包實(shí)現(xiàn)網(wǎng)絡(luò)數(shù)據(jù)包的捕獲,利用TCP/IP 協(xié)議的封裝理論和自下而上的分析實(shí)現(xiàn)了數(shù)據(jù)包信息的分析,并且將分析出來的信息存入數(shù)據(jù)庫。另外,還能實(shí)現(xiàn)一些功能,如對指定的IP地址進(jìn)行數(shù)據(jù)包的捕獲,對捕獲結(jié)果進(jìn)行顯示等。

      關(guān)鍵詞:WinPcap;數(shù)據(jù)捕獲;信息分析;局域網(wǎng)


      The Design and Implementation of LAN Information Capture Software
      Abstract
      As development of the network and technology, the society comes into a age of information explosion. Due to the network, the world has become smaller, and people use all kinds of technologies and tools to break through the limitation of communication. The network security has been widely concerned followed by the development and universal of the network technology. Therefore, it is great significance that an effective real-time interception network information system is studied and developed. Based on this situation, this thesis in-depth studies to capture the network data and so on. Besides, it introduces relative technology and the needs information capture. The realization of the data capture module, data packet decoded module and database information module is displayed for detail in the system's design. The network data packet is captured through WinPcap, some functions has been realized, such as network data packet capture, data packets of information analysis by using TCP / IP protocol encapsulation theory and bottom-up, and will analyze the information stored in the database. Simultaneously, this software would also increases some functions, such as data packet capture by the IP address, make the results and statistics,display the results of data packet capture and so on.

      Key words: WinPcap; data capture; information analysis ; LAN

      目  錄

      1 引言 1
      1.1 課題背景及意義 1
      1.2 本課題研究的相關(guān)技術(shù)及方法 1
      1.3 Visual C++ 6.0 1
      1.4 Winpcap簡介 2
      2 基于信息捕獲的相關(guān)理論基礎(chǔ) 4
      2.1 TCP/IP協(xié)議 4
      2.2 數(shù)據(jù)封裝與分用過程 6
      2.3 IP協(xié)議 7
      3 需求分析 9
      3.1 功能需求 9
      3.2 性能要求 10
      4 局域網(wǎng)信息捕獲器的設(shè)計 10
      4.1 功能概述 10
      4.2 系統(tǒng)功能模塊的設(shè)計 11
      4.2.1 數(shù)據(jù)包捕獲模塊 11
      4.2.2 數(shù)據(jù)分析模塊實(shí)現(xiàn) 13
      4.2.3 數(shù)據(jù)庫模塊的實(shí)現(xiàn) 16
      4.3 用戶界面模塊 19
      5 局域網(wǎng)信息捕獲測試和測試結(jié)果 20
      5.1 測試環(huán)境 20
      5.2 測試結(jié)果 20
      結(jié)    論 22
      參考文獻(xiàn) 23
      致    謝 24
      聲    明 25


      相關(guān)論文
      本論文在計算機(jī)論文欄目,由論文格式網(wǎng)整理,轉(zhuǎn)載請注明來源www.donglienglish.cn,更多論文,請點(diǎn)論文格式范文查看
      上一篇:RSA公鑰密碼算法的一種快速實(shí)現(xiàn) 下一篇:基于局域網(wǎng)的視頻聊天室系統(tǒng)的設(shè)..
      Tags:局域網(wǎng) 軟件 設(shè)計 實(shí)現(xiàn) 【收藏】 【返回頂部】
      最新文章
      熱門文章
      計算機(jī)論文
      推薦文章

      本站部分文章來自網(wǎng)絡(luò),如發(fā)現(xiàn)侵犯了您的權(quán)益,請聯(lián)系指出,本站及時確認(rèn)刪除 E-mail:349991040@qq.com

      論文格式網(wǎng)(www.donglienglish.cn--論文格式網(wǎng)拼音首字母組合)提供計算機(jī)論文畢業(yè)論文格式,論文格式范文,畢業(yè)論文范文

      Copyright@ 2010-2018 LWGSW.com 論文格式網(wǎng) 版權(quán)所有 蜀ICP備09018832號

      感谢您访问我们的网站,您可能还对以下资源感兴趣:

      论文格式网:毕业论文格式范文