summaryrefslogtreecommitdiff
path: root/docbook
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-03-18 22:17:42 +0000
committerGerald Combs <gerald@wireshark.org>2013-03-18 22:17:42 +0000
commit6bc16a77b0e2fa26f7aae595706ba05cb9ad3225 (patch)
tree4bb71cc22a1ffebf03216902d1a65d4da6ff664d /docbook
parenta46de56e38ac2f90c19d676e29aa20702c30ccf2 (diff)
downloadwireshark-6bc16a77b0e2fa26f7aae595706ba05cb9ad3225.tar.gz
Add a wireshark-version:[] replacement and --sort-and-group-- block
definition to asciidoc.conf. Add support for asciidoc.conf to make-version.pl. Set some SVN keywords. Fill in the new protocol list. svn path=/trunk/; revision=48405
Diffstat (limited to 'docbook')
-rw-r--r--docbook/asciidoc.conf30
-rw-r--r--docbook/release-notes.asciidoc61
2 files changed, 89 insertions, 2 deletions
diff --git a/docbook/asciidoc.conf b/docbook/asciidoc.conf
index d69db4c6ef..f9c7bd0d79 100644
--- a/docbook/asciidoc.conf
+++ b/docbook/asciidoc.conf
@@ -1,3 +1,10 @@
+# AsciiDoc configuration for Wireshark
+# $Id$
+
+[replacements]
+
+# Yes, this is a fake macro.
+wireshark-version:\[\]=1.9.2
[macros]
@@ -33,3 +40,26 @@ ifdef::backend-html4,backend-html5,backend-xhtml11[]
<a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-{target}">CVE-{target}</a>
endif::backend-html4,backend-html5,backend-xhtml11[]
+
+
+# Given a list of items, sort and comma-separate them. Blank lines are stripped.
+# Case is ignored. For example,
+#
+# --sort-and-group--
+# One
+# two
+# red
+#
+# blue
+# Fish
+#
+# --sort-and-group--
+#
+# produces
+#
+# blue, Fish, One, red, two
+[blockdef-sort-and-group]
+delimiter=^--sort-and-group--$
+style=default
+filter=sort --ignore-case
+default-style=template="paragraph",filter='sort --ignore-case | sed -e "/^$/d" -e "$ s/^/and /" -e "$ ! s/$/,/"'
diff --git a/docbook/release-notes.asciidoc b/docbook/release-notes.asciidoc
index 3a946d7a5d..5a8e82b96e 100644
--- a/docbook/release-notes.asciidoc
+++ b/docbook/release-notes.asciidoc
@@ -1,4 +1,4 @@
-= Wireshark 1.9.1 Release Notes
+= Wireshark wireshark-version:[] Release Notes
// $Id$
== What is Wireshark?
@@ -31,6 +31,7 @@ and removal.
* It is now possible to compare two fields in a display filter (for
example: udp.srcport != udp.dstport). The two fields must be of the same
type for this to work.
+* USB type and product name support has been improved.
* The main welcome screen and status bar now display file sizes using
strict SI prefixes instead of old-style binary prefixes.
* Capinfos now prints human-readable statistics with SI suffixes by
@@ -38,7 +39,63 @@ default.
=== New Protocol Support
-No new protocols
+--sort-and-group--
+
+Amateur Radio BPQ
+Amateur Radio NET/ROM
+Amateur Radio AX.25
+America Online (AOL)
+AR Drone
+Automatic Position Reporting System (APRS)
+AX.25 KISS
+AX.25 no Layer 3
+Bitcoin Protocol
+Bluetooth Attribute Protocol
+Bluetooth AVDTP Protocol
+Bluetooth AVRCP Profile
+Bluetooth AVCTP Protocol
+Bluetooth BNEP Protocol
+Bluetooth HCI USB Transport
+Bluetooth HCRP Profile
+Bluetooth HID Profile
+Bluetooth MCAP Protocol
+Bluetooth SAP Profile
+Bluetooth SBC Codec
+Bluetooth Security Manager Protocol
+Cisco GED-125 Protocol
+Clique Reliable Multicast Protocol (CliqueRM)
+D-Bus
+Digital Transmission Content Protection over IP
+DVB-S2 Baseband
+FlexNet
+Forwarding and Control Element Separation Protocol (ForCES)
+Foundry Discovery Protocol (FDP)
+Gearman Protocol
+GEO-Mobile Radio (1) RACH
+HoneyPot Feeds Protocol (HPFEEDS)
+LTE Positioning Protocol Extensions (LLPe)
+Media Resource Control Protocol Version 2 (MRCPv2)
+MIDI System Exclusive (SYSEX)
+Media-Independent Handover (MIH)
+MPLS-TP Fault-Management
+MPLS-TP Lock-Instruct
+Mojito DHT
+OpenVPN Protocol
+Pseudo-Wire OAM
+RPKI-Router Protocol
+Skype
+SEL Fast Message
+Smart Message Language (SML)
+SPNEGO Extended Negotiation Security Mechanism (NEGOEX)
+Simple Packet Relay Transport (SPRT)
+USB Audio
+USB Video
+v.150.1 State Signaling Event (SSE)
+VNTAG
+WebRTC Datachannel Protocol (RTCDC)
+WiMAX OFDMA PHY SAP
+
+--sort-and-group--
=== Updated Protocol Support