Wireshark 抓包分析工具由大眼仔旭发布。Wireshark(前称 Ethereal)是一个软件开发人员经常用到的网络封包分析软件。Wireshark 中文版网络封包分析软件的功能是撷取网络封包,并尽可能显示出最为详细的网络封包资料。当然网站上也有其它的网络抓包工具也非常好用,比如 Fiddler 汉化版等等。
什么是 Wireshark?
Wireshark® 是一种网络协议分析器。 它使您可以捕获并以交互方式浏览计算机网络上运行的流量。 它拥有丰富而强大的功能集,是世界上最受欢迎的同类工具。 它可以在大多数计算平台上运行,包括 Windows、macOS、Linux 和 UNIX。 世界各地的网络专业人员、安全专家、开发人员和教育工作者经常使用它。
Wireshark 中文便携版使用 WinPCAP 作为接口,直接与网卡进行数据报文交换。网络封包分析软件的功能可想像成 “电工技师使用电表来量测电流、电压、电阻” 的工作 – 只是将场景移植到网络上,并将电线替换成网络线。
在过去,网络封包分析软件 Wireshark 非常昂贵,或是专门属于营利用的软件。Ethereal 的出现改变了这一切。在 GNUGPL 通用许可证的保障范围底下,使用者可以以免费的代价取得软件与其源代码,并拥有针对其源代码修改及客制化的权利。Ethereal 是目前全世界最广泛的网络封包分析软件之一。
Wireshark 中文版是世界上最流行的网络分析工具。这个强大的工具可以捕捉网络中的数据,并为用户提供关于网络和上层协议的各种信息。与很多其他网络工具一样,Wireshark 也使用 pcap network library 来进行封包捕捉。可免费局域网内QQ、邮箱、msn、账号等的密码!
Wireshark 中文版的原名是 Ethereal,新名字是 2006 年起用的。当时 Ethereal 的主要开发者决定离开他原来供职的公司,并继续开发这个软件。但由于 Ethereal 这个名称的使用权已经被原来那个公司注册,Wireshark 这个新名字也就应运而生了。
在成功运行 Wireshark 之后,我们就可以进入下一步,更进一步了解这个强大的工具。
Wireshark 使用目的
网络管理员使用 Wireshark 来检测网络问题,网络安全工程师使用 Wireshark 来检查资讯安全相关问题,开发者使用 Wireshark 来为新的通讯协定除错,普通使用者使用 Wireshark 来学习网络协定的相关知识。当然,有的人也会“居心叵测”的用它来寻找一些敏感信息……
Wireshark 不是入侵侦测系统(Intrusion Detection System,IDS)。对于网络上的异常流量行为,Wireshark 不会产生警示或是任何提示。然而,仔细分析 Wireshark 撷取的封包能够帮助使用者对于网络行为有更清楚的了解。Wireshark 不会对网络封包产生内容的修改,它只会反映出目前流通的封包资讯。 Wireshark本身也不会送出封包至网络上。
Wireshark 是否适用于旧版本的 Windows,例如 Windows 7?
Wireshark 的每个主要版本分支都支持在该分支的“.0”版本发布时其产品生命周期内的 Windows 版本。 例如,Wireshark 3.2.0 于 2019 年 12 月发布,就在 Windows 7 于 2020 年 1 月终止其扩展支持之前不久。因此,即使在 2020 年 1 月之后,Wireshark 3.2.x 的每个版本都支持 Windows 7。请参见 有关更多详细信息,请参阅用户指南的 Microsoft Windows 部分和发布生命周期 wiki 页面的生命周期结束计划部分。
Npcap 在 Windows 8 及更早版本上可能无法正常工作,因此您可能需要安装 WinPcap。
Wireshark 许可证
它作为开源免费提供,并在 GNU 通用公共许可证第 2 版下发布。Wireshark 是“自由软件”; 您可以下载它而无需支付任何许可费。 您下载的 Wireshark 版本不是“演示”版本,“完整”版本中没有这些限制; 这是完整版。
Wireshark 所依据的许可证是 GNU 通用公共许可证版本 2。有关更多信息,请参阅 GNU GPL 常见问题解答。
我可以将 Wireshark 用作我的商业产品的一部分吗?
如前所述,Wireshark 根据 GNU 通用公共许可证第 2 版获得许可。 GPL 对您在自己的产品中使用 GPL 代码提出了条件;例如,您不能通过修改从 Wireshark 制作“衍生作品”,然后出售由此产生的衍生作品,并且不允许接收者赠送产生的作品。您还必须使您对 Wireshark 源所做的更改可供修改版本的所有收件人使用;这些更改也必须根据 GPL 的条款获得许可。有关更多详细信息,请参阅 GPL 常见问题解答;特别是,请注意关于修改 GPL 程序并将其商业销售的问题的答案,以及关于将 GPL 代码与其他代码链接以制作专有程序的问题的答案。
您可以将 GPL 程序(例如 Wireshark)与商业程序结合起来,只要它们按照 GPL 常见问题中的这一项目“保持距离”即可。
我们建议将 Wireshark 和您的产品完全分开,通过套接字或管道进行通信。如果您将 Wireshark 的任何部分作为 DLL 加载,您可能做错了。
注意:
Wireshark 4.0 以后版本不再支持 32 位系统,如果您仍在使用 32 位系统,请下载最后支持的 Wireshark 3.6.8 版本:点击下载
What’s new in Wireshark 4.4.2
Nov 20, 2024
Bug Fixes:
The following vulnerabilities have been fixed:
wnpa-sec-2024-14 FiveCo RAP dissector infinite loop. Issue 20176.
wnpa-sec-2024-15 ECMP dissector crash. Issue 20214.
The following bugs have been fixed:
CIP I/O is not detected by “enip” filter anymore. Issue 19517.
Fuzz job issue: fuzz-2024-09-03-7550.pcap. Issue 20041.
OSS-Fuzz 71476: wireshark:fuzzshark_ip_proto-udp: Index-out-of-bounds in DOFObjectID_Create_Unmarshal. Issue 20065.
JA4_c hashes an empty field to e3b0c44298fc when it should be 000000000000. Issue 20066.
Opening Wireshark 4.4.0 on macOS 15.0 disconnects iPhone Mirroring. Issue 20082.
PTP analysis loses track of message associations in case of sequence number resets. Issue 20099.
USB CCID: response packet in case SetParameters command is unsupported is flagged as malformed. Issue 20107.
dumpcap crashes when run from TShark with a capture filter. Issue 20108.
SRT dissector: The StreamID (SID) in the handshake extension is displayed without regarding the control characters and with NUL as terminating. Issue 20113.
Ghost error message on POP3 packets. Issue 20124.
Building against c-ares 1.34 fails. Issue 20125.
D-Bus is not optional anymore. Issue 20126.
macOS Intel DMGs aren’t fully notarized. Issue 20129.
Incorrect name for MLD Capabilities and Operations Present flag in dissection of MLD Capabilities for MLO wifi-7 capture. Issue 20134.
CQL Malformed Packet v4 S → C Type RESULT: Prepared[Malformed Packet] Issue 20142.
Wi-Fi: 256 Block Ack (BA) is not parsed properly. Issue 20156.
BACnet ReadPropertyMultiple request Maximum allowed recursion depth reached. Issue 20159.
Statistics→I/O Graph crashes when using simple moving average. Issue 20163.
HTTP2 body decompression fails on DATA with a single padded frame. Issue 20167.
Compiler warning for ui/tap-rtp-common.c (ignoring return value) Issue 20169.
SIP dissector bug due to “be-route” param in VIA header. Issue 20173.
Coredump after trying to open ‘Follow TCP stream’ Issue 20174.
Protobuf JSON mapping error. Issue 20182.
Display filter “!stp.pvst.origvlan in { vlan.id }” causes a crash (Version 4.4.1) Issue 20183.
Extcap plugins shipped with Wireshark Portable are not found in version 4.4.1. Issue 20184.
IEEE 802.11be: Wrong regulatory info in HE Operation IE in Beacon frame. Issue 20187.
Wireshark 4.4.1 does not decode RTCP packets. Issue 20188.
Qt: Display filter sub-menu can only be opened on the triangle, not the full name. Issue 20190.
Qt: Changing the display filter does not update the Conversations or Endpoints dialogs. Issue 20191.
MODBUS Dissector bug. Issue 20192.
Modbus dissector bug – Field Occurence and Layer Operator modbus.bitval field. Issue 20193.
Wireshark crashes when a field is dragged from packet details towards the find input. Issue 20204.
Lua DissectorTable(“”) : set (“10,11”) unexpected behavior in locales with comma as decimal separator. Issue 20216.
New and Updated Features:
The TShark syntax for dumping only fields with a certain prefix has changed from -G fields prefix to -G fields,prefix. This allows tshark -G fields to again support also specifying the configuration profile to use.
https://www.wireshark.org/docs/relnotes/wireshark-4.4.1.html
资源:1419.rar
解压密码:www.dayanzai.me
转载请保留出处,谢谢合作~
点击下载(提取码:536766)
点击下载(提取码:5r9b)
点击下载(提取码:536766)
点击下载(提取码:xwpu)
文章名称:《网络封包分析工具 Wireshark 4.4.2 x64 中文多语免费版》
文章固定链接:https://www.dayanzai.me/wireshark.html
本站资源仅供个人学习交流,请于下载后 24 小时内删除,不允许用于商业用途,否则法律问题自行承担。
猜你喜欢
相关推荐
- 2024-10-24恶意广告程序清除工具 Malwarebytes AdwCleaner 8.5.0 中文多语免费版
- 2024-08-22安卓气象预报和天气数据分析 Windy 42.5.3 中文多语免费版
- 2020-03-14简单小巧的 U 盘启动制作工具 ISO to USB 1.6 绿色汉化版
- 2022-05-11苹果在 20 年后停产 iPod 多功能数字多媒体播放器
- 2024-06-26英特尔推出全新 AI Lunar Lake 芯片能改变游戏规则吗?
- 可以换一个网盘吗,目前大容量不限速的网盘一抓一大堆,可你却选择了两个最慢的