aboutsummaryrefslogtreecommitdiffstats
path: root/docbook
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2014-06-05 16:19:22 -0700
committerGerald Combs <gerald@wireshark.org>2014-06-05 23:48:32 +0000
commita537b3f745b5520792afbaf0b32d2df95b9abf16 (patch)
tree5fdf272d0a1d53de611590db5b8c6b52e1e036c5 /docbook
parent17b98ad42090d364c1c46834116314e04caf24b8 (diff)
Windows packaging and release note updates.
For now, use "Wireshark" and "Wireshark 2 Preview" instead of "Wireshark (GTK+)" and "Wireshark (Qt)" respectively to match the 1.12 installer. Shorten the descriptions of the command line tools. Warn against (but don't prohibit) installing on XP. Change-Id: Ica37ffa5b04eb48cadf41842b6fb9b1431c69803 Reviewed-on: https://code.wireshark.org/review/1988 Reviewed-by: Gerald Combs <gerald@wireshark.org> (cherry picked from commit 25bb29a1d65896959bc3f73bcf20b400fe0d32dd) Reviewed-on: https://code.wireshark.org/review/1989
Diffstat (limited to 'docbook')
-rw-r--r--docbook/release-notes.asciidoc109
1 files changed, 1 insertions, 108 deletions
diff --git a/docbook/release-notes.asciidoc b/docbook/release-notes.asciidoc
index 6b709bac33..49fc9aaee9 100644
--- a/docbook/release-notes.asciidoc
+++ b/docbook/release-notes.asciidoc
@@ -90,103 +90,12 @@ since version 1.10:
* The Kerberos dissector has been replaced with an auto generated one from ASN1
protocol description, changing a lot of filter names.
-=== Removed dissectors
+=== 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
--sort-and-group--
-
-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
-Ethernet Local Management Interface (E-LMI)
-Ethernet Passive Optical Network (EPON)
-ELF file format
-EXPORTED PDU
-FINGER
-GDB Remote Serial Protocol
-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 rtnetlink (route netlink)
-Linux netlink sock diag
-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
-OpenFlow
-Open Sound Control
-PDC
-Pathport
-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
-ZigBee Green Power profile
-
--sort-and-group--
=== Updated Protocol Support
@@ -196,28 +105,12 @@ Too many protocols have been updated to list here.
=== New and Updated Capture File Support
--sort-and-group--
-
-Netscaler 2.6
-STANAG 4607
-STANAG 5066 Data Transfer Sublayer
-
--sort-and-group--
=== Major API Changes
The libwireshark API has undergone some major 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.
== Getting Wireshark