doc: Keep dissection options alphabetized

Keep the list of dissection options alphabetized, which
commit af0691342b upset.
This commit is contained in:
John Thacker 2023-08-09 05:42:38 -04:00
parent da690738a1
commit 7cffcbfdec
1 changed files with 12 additions and 12 deletions

View File

@ -44,6 +44,12 @@ See the xref:tshark.html#decode_as[tshark](1) manual page for more examples.
--
// end::decode_as[]
--disable-all-protocols::
+
--
Disable dissection of all protocols.
--
--disable-protocol <proto_name>[,<proto_name>,...]::
+
--
@ -73,18 +79,6 @@ temporarily disable all protocols but a list of exceptions.
Example: *--disable-protocol ALL --enable-protocol eth,ip*
--
--only-protocols <protocols>::
+
--
Only enable dissection of these protocols, comma separated. Disable everything else.
--
--disable-all-protocols::
+
--
Disable dissection of all protocols.
--
--enable-heuristic <short_name>::
+
--
@ -145,6 +139,12 @@ network, possibly leading to dropped packets.
// end::tshark[]
--
--only-protocols <protocols>::
+
--
Only enable dissection of these protocols, comma separated. Disable everything else.
--
-t (a|ad|adoy|d|dd|e|r|u|ud|udoy)[.[N]]|.[N]::
+
--