Wireshark 1.12.0 (32-bit)

Wireshark

Wireshark 1.12.0 (32-bit)

Wireshark.org
開源軟體

Wireshark原名ethereal,是一套開放原始碼的網路協定分析儀,支援廣泛的協定剖析器,目前使用率極為廣泛。

  • 純軟體的網路協定分析儀。
  • 由於社群的力量,讓軟體的功能更臻健全,才有豐富協定剖析器。
  • 本軟體擊敗眾多商業化的收費網路協定分析儀。
  • 支援MPEG2應用層協定。
  • 協定剖析器有IP,TCP,UDP,POP3,telnet,HTTP,SNMP,SMTP等等。
  • 具基礎的報表功能。
  • 是網路工程師、程式設計師作偵錯時的最佳利器之一。

軟體資訊
檔案版本 Wireshark 1.12.0 (32-bit)
檔案名稱 Wireshark-win32-1.12.0.exe
檔案大小 27.10MB
系統 Windows XP 64-bit / Vista 64-bit / Windows 7 64-bit / Windows 8 64-bit / Windows 10 / Windows 10 64-bit
支援語系 Multiple languages
軟體類型 開源軟體
更新日期 2014-08-01
更新日誌

* The following bugs have been fixed:
- "On-the-wire" packet lengths are limited to 65535 bytes.
- "Follow TCP Stream" shows only the first HTTP request and response.
- Files with pcap-ng Simple Packet Blocks can’t be read.
- MPLS-over-PPP isn’t recognized.
* The following features are new or have been significantly updated since version 1.10:
- The Windows installer now uninstalls the previous version of Wireshark silently. You can still run the uninstaller manually beforehand if you wish to run it interactively.
- Expert information is now filterable when the new API is in use.
- The "Number" column shows related packets and protocol conversation spans (Qt only).
- When manipulating packets with editcap using the -C <choplen> and/or -s <snaplen> options, it is now possible to also adjust the original frame length using the -L option.
- You can now pass the -C <choplen> option to editcap multiple times, which allows you to chop bytes from the beginning of a packet as well as at the end of a packet in a single step.
- You can now specify an optional offset to the -C option for editcap, which allows you to start chopping from that offset instead of from the absolute packet beginning or end.
- "malformed" display filter has been renamed to "_ws.malformed". A handful of other filters have been given the "_ws." prefix to note they are Wireshark application specific filters and not dissector filters.
- The Kerberos dissector has been replaced with an auto generated one from ASN1 protocol description, changing a lot of filter names.
* Additionally the Windows installers have an extra component: a preview of the upcoming user interface for Wireshark 2.0.
* The following features are new (or have been significantly updated) since version 1.11.3:
- Transport name resolution is now disabled by default.
- Support has been added for all versions of the DCBx protocol.
- Cleanup of LLDP code, all dissected fields are now navigable.
* The following features are new (or have been significantly updated) since version 1.11.2:
- Qt port:
> The About dialog has been added
> The Capture Interfaces dialog has been added.
> The Decode As dialog has been added. It managed to swallow up the User Specified Decodes dialog as well.
> The Export PDU dialog has been added.
> Several SCTP dialogs have been added.
> The statistics tree (the backend for many Statistics and Telephony menu items) dialog has been added.
> The I/O Graph dialog has been added.
> French translation has updated.
* The following features are new (or have been significantly updated) since version 1.11.1:
- Mac OS X packaging has been improved.
* The following features are new (or have been significantly updated) since version 1.11.0:
- Dissector output may be encoded as UTF-8. This includes TShark output.
- Qt port:
> The Follow Stream dialog now supports packet and TCP stream selection.
> A Flow Graph (sequence diagram) dialog has been added.
> The main window now respects geometry preferences.
* Removed Dissectors
- The ASN1 plugin has been removed as it’s deemed obsolete.
- The GNM dissector has been removed as it was never used.
- The Kerberos hand made dissector has been replaced by one generated from ASN1 code.
* New Protocol Support
- 29West, 802.1AE Secure tag, A21, ACR122, ADB Client-Server, AllJoyn, Apple PKTAP, Aruba Instant AP, ASTERIX, ATN, Bencode, Bluetooth 3DS, Bluetooth HSP, Bluetooth Linux Monitor Transport, Bluetooth Low Energy, Bluetooth Low Energy RF Info, CARP, CFDP, Cisco MetaData, DCE/RPC MDSSVC, DeviceNet, ELF file format, Ethernet Local Management Interface (E-LMI), Ethernet Passive Optical Network (EPON), EXPORTED PDU, FINGER, HDMI, High-Speed LAN Instrument Protocol (HiSLIP), HTTP2, IDRP, IEEE 1722a, ILP, iWARP Direct Data Placement and Remote Direct Memory Access Protocol, Kafka, Kyoto Tycoon, Landis & Gyr Telegyr 8979, LBM, LBMC, LBMPDM, LBMPDM-TCP, LBMR, LBT-RM, LBT-RU, LBT-TCP, Lightweight Mesh (v1.1.1), Link16, Linux netlink, Linux netlink netfilter, Linux netlink sock diag, Linux rtnetlink (route netlink), Logcat, MBIM, Media Agnostic USB (MA USB), MiNT, MP4 / ISOBMFF file format, MQ Telemetry Transport Protocol, MS NLB (Rewrite), Novell PKIS certificate extensions, NXP PN532 HCI, Open Sound Control, OpenFlow, Pathport, PDC, Picture Transfer Protocol Over IP, PKTAP, Private Data Channel, QUIC (Quick UDP Internet Connections), SAE J1939, SEL RTAC (Real Time Automation Controller) EIA-232 Serial-Line Dissection, Sippy RTPproxy, SMB-Direct, SPDY, STANAG 4607, STANAG 5066 DTS, STANAG 5066 SIS, Tinkerforge, Ubertooth, UDT, URL Encoded Form Data, USB Communications and CDC Control, USB Device Firmware Upgrade, VP8, WHOIS, Wi-Fi Display, and ZigBee Green Power profile
* New and Updated Capture File Support
- Netscaler 2.6, STANAG 4607, and STANAG 5066 Data Transfer Sublayer
* Major API Changes
- A more flexible, modular memory manager (wmem) has been added. It was available experimentally in 1.10 but is now mature and has mostly replaced the old emem API (which is deprecated).
- A new API for expert information has been added, replacing the old one.
- The tvbuff API has been cleaned up: tvb_length has been renamed to tvb_captured_length for clarity, and tvb_get_string and tvb_get_stringz have been deprecated in favour of tvb_get_string_enc and tvb_get_stringz_enc.
- dissector_try_heuristic() signature has been changed to return heur_dtbl_entry_t to make it possible to save it and use it in subsequent calls to avoid the overhead of going trough the heuristics list.

作者 Wireshark.org
官網 暫無資訊

  • The 32 bit version will work on your system however. Which operating system type do I have? ... Wireshark 2.2.0 Wireshark 2.2.0 RC2 View more... Advertisement Description Technical Change Log Wireshar...
    Wireshark
    Download Wireshark - FileHippo.com
    http://filehippo.com
  • 2014年8月1日 - Title: Wireshark 1.12.0 (32-bit). Filename: Wireshark-win32-1.12.0.exe ... XP / Vista / Windows 7 / Windows 8 / Windows 10 / Windows 10 64-bit.
    Wireshark
    Download Wireshark - Technical Details - FileHippo.com
    http://filehippo.com
  • Wireshark-pdb-win32-1.8.0rc1.zip, 06-Jun-2012 18:48, 15M. [ ], Wireshark-pdb-win32-1.8.0rc2. .... Wireshark-pdb-win32-1.12.0-rc2.zip, 13-Jun-2014 22:25, 33M.
    Wireshark
    Index of /download/win32/all-versions - Wireshark
    https://www.wireshark.org
  • Wireshark-pdb-win64-1.12.0-rc2.zip, 13-Jun-2014 22:25, 32M. [ ], Wireshark-pdb-win64-1.12.0. ... Wireshark-pdb-win64-1.12.0rc3.zip, 22-Jul-2014 20:18, 32M.
    Wireshark
    Index of /download/win64/all-versions - Wireshark
    https://www.wireshark.org
  • Version 1.12.0, 32 bit (27.10MB) Version 1.12.0, 64 bit (33.89MB) Need help deciding? Which version should I download? If you have a 32 bit operating system: We recommend a 32 bit download. The 64 bit...
    Wireshark
    Wireshark 1.12.0
    http://filehippo.com
  • WireShark 2.0.10 (32-bit) Requirements: Mac OS X 10.5 or later User Rating: Click to vote Author / Product: Wireshark Foundation / Wireshark for Mac (32-bit) Old Versions: Filename: Wireshark 1.12.0 I...
    Wireshark
    WireShark 1.12.0 (32-bit) Download for Mac / FileHorse.com
    http://mac.filehorse.com
  • Download Wireshark 1.12.0 (32-bit) Screenshots Related Downloads Wireshark 2.2.4 (32-bit) Wireshark 2.2.4 (64-bit) Similar Software NetDrive NetDrive 2.6.12 Build 928 XYplorerFree XYplorerFree 17.40.0...
    Wireshark
    Wireshark 1.12.0 (32-bit) Download for Windows / FileHorse.com
    http://www.filehorse.com
  • Wireshark helps network administrators to solve protocol issues by diagnosing the ... Wireshark 1.12.0 (32-bit) RC3 Wireshark.org - 27.1 MB ( Open Source).
    Wireshark
    Wireshark 1.12.0 (32-bit) RC3 download for Windows - FileSoul.com
    http://www.filesoul.com
  • Learn how to remove Wireshark 1.12.0 (32-bit) Version 1.12.0 from your computer. Advanced Uninstaller PRO Home Download Buy Screenshots Affiliate Banners Publishers Contact Wireshark 1.12.0 (32-bit) H...
    Wireshark
    Wireshark 1.12.0 (32-bit) version 1.12.0 by The Wireshark developer community, http://www.wireshark.
    http://www.advanceduninstaller
  • Wireshark 1.12.0 (64-bit) Join our mailing list Stay up to date with latest software releases, news, software discounts, deals and more Free Download ...
    Wireshark
    Wireshark 1.12.0 (64-bit) Download for Windows / FileHorse.com
    http://www.filehorse.com
  • Wireshark 1.12.0 RC3. By Wireshark.org (Open Source). User Rating. FileHippo Safety Guarantee Secured by Avira logo Avira. Download 32 bit (27.10MB).
    Wireshark
    Wireshark 1.12.0 RC3 - FileHippo.com
    http://filehippo.com
  • Version 1.12.1, 32 bit (27.11MB) Version 1.12.1, 64 bit (33.89MB) Need help deciding? Which version should I download? If you have a 32 bit operating system ...
    Wireshark
    Wireshark 1.12.1
    http://filehippo.com
  • Download Wireshark 1.12.1 (32-bit) Screenshots Related Downloads Wireshark 2.2.4 (32-bit) Wireshark 2.2.4 (64-bit) Similar Software mHotspot mHotspot 7.8.8.0 XYplorer XYplorer 17.50.0200 NoMachine NoM...
    Wireshark
    Wireshark 1.12.1 (32-bit) Download for Windows / FileHorse.com
    http://www.filehorse.com
  • 2015年5月14日 - The Ethereal network protocol analyzer has changed its name to Wireshark. The name might be new, but the software is the same. Wireshark&#39;s&nbsp;...
    Wireshark
    Wireshark 1.12.5 (32-bit) Download for Windows / FileHorse.com
    http://www.filehorse.com
  • Wireshark (32-bit) 2017 full offline installer setup for PC The Ethereal network protocol analyzer has changed its name to Wireshark. ... HJSplit HJSplit 3.0 Acrylic Wi-Fi Acrylic Wi-Fi Home 3.1.6117....
    Wireshark
    Wireshark 2.2.4 (32-bit) Download for Windows / FileHorse.com
    http://www.filehorse.com
  • Windows Installer (32-bit) Windows PortableApps® (32-bit) macOS 10.6 and later Intel 64-bit .dmg macOS 10.6 and later Intel 32-bit .dmg Source Code Documentation ...
    Wireshark
    Wireshark · Download
    http://www.wireshark.org