aboutsummaryrefslogtreecommitdiffstats
path: root/doc/wireshark-filter.adoc
AgeCommit message (Expand)AuthorFilesLines
2023-11-08dfilter: Add a function-like macro syntaxJoão Valverde1-1/+32
2023-10-31dfilter: Add IP address pluginJoão Valverde1-0/+14
2023-10-31dfilter: Allow writing references without curly bracesJoão Valverde1-1/+5
2023-10-23dfilter: Add "bitand" as an alternative operator keywordJoão Valverde1-1/+1
2023-10-22dfilter: Add time multiplication by scalar floatsJoão Valverde1-3/+3
2023-10-22dfilter: Add time multiplication by scalar integersJoão Valverde1-0/+7
2023-09-26Docs: Fix a few spelling issuesJohn Thacker1-1/+1
2023-09-23Docs: Tweak a sentence to follow from the previous paragraphJoão Valverde1-1/+1
2023-09-23Docs: Add XOR to filter manpageJoão Valverde1-0/+1
2023-09-17Fix some spelling errorsMartin Mathieson1-2/+2
2023-09-08dfilter: Extend support for timezones in filter expressionsJoão Valverde1-4/+9
2023-09-01dfilter: Do not parse booleans as a value stringJoão Valverde1-5/+5
2023-07-07dfilter: Remove limitation using subtractionJoão Valverde1-4/+0
2023-07-05Fix some spelling errorsMartin Mathieson1-1/+1
2023-06-26dfilter: Make string slices a return an FT_STRINGJoão Valverde1-5/+20
2022-11-03WSUG: Document the layer operator.Gerald Combs1-1/+1
2022-10-31dfilter: Add support for raw (bytes) addressing modeJoão Valverde1-0/+20
2022-06-25dfilter: Change boolean string representationJoão Valverde1-6/+9
2022-06-21Docs: Update the ftype description list in wireshark-filter(4).Gerald Combs1-5/+10
2022-06-21Docs: Updates to wireshark-filter manpageJoão Valverde1-7/+37
2022-06-08Docs: Note that display filter layer numbers start at 1.Gerald Combs1-5/+5
2022-06-08Docs: Another display filter regex updateJoão Valverde1-1/+1
2022-06-08Docs: Update display filter manual page to PCRE2João Valverde1-3/+3
2022-05-12docs: adoc migration bolding typos; Windows pipe name syntaxChuck Craft1-1/+1
2022-05-12dfilter: Add support for universal quantifiersJoão Valverde1-0/+10
2022-04-26dfilter: Add syntax to match specific layers in the protocol stackJoão Valverde1-0/+18
2022-04-18dfilter: Add abs() functionJoão Valverde1-0/+1
2022-04-14dfilter: Add max()/min() tests and documentationJoão Valverde1-0/+5
2022-04-08dfilter: Allow grouping arithmetical expressions with { }João Valverde1-2/+12
2022-04-04dfilter: Make logical AND higher precedence than logical ORJoão Valverde1-6/+13
2022-04-01Docs: Add new display filter syntax to the manpage.João Valverde1-5/+33
2022-03-22dfilter: Add bitwise masking of bitsJoão Valverde1-2/+2
2022-03-09dfilter: Deprecate "~=" (any_ne)João Valverde1-2/+0
2022-02-23dfilter: Add support for binary literal constantsJoão Valverde1-1/+2
2021-12-31Docs: Add some content about different equality operatorsJoão Valverde1-4/+11
2021-11-20Update a bunch of GLib documentation links.Gerald Combs1-1/+1
2021-11-18Fix some spelling errors.Martin Mathieson1-1/+1
2021-10-31docs: Update wireshark-filter.adoc for recent filter changes.John Thacker1-35/+62
2021-10-26docs: Update wireshark-filter man page about "!="João Valverde1-39/+17
2021-10-19Docs: Move includes to the top of our man pages.Gerald Combs1-1/+1
2021-10-01Docs+Packaging: Convert our man pages to Asciidoctor.Gerald Combs1-57/+50
2021-10-01Docs: Prep for POD to Asciidoctor conversion.Gerald Combs1-0/+486