aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
AgeCommit message (Expand)AuthorFilesLines
2024-02-25Fix lots of spellingsMartin Mathieson5-7/+7
2024-02-20Clang-Tidy: Fixup some suppressionsGerald Combs7-12/+10
2024-02-20wsutil: Only copy configuration files that are regular filesJohn Thacker2-2/+24
2024-02-19Add initial Clang-Tidy configuration files and a CI checkGerald Combs6-0/+10
2024-02-08wsutil: Add null checks to wmem_mapGerald Combs2-20/+20
2024-02-05Fix a grab-bag of typos.Darius Davis1-1/+1
2024-02-01wsutil+tools: Version info updatesGerald Combs3-6/+25
2024-01-12Help: on macOS local pages are found in the DATA_DIR of the bundleJaap Keuter1-1/+1
2024-01-12wsutil: Check GLib version for g_spawn Linux bugJohn Thacker1-0/+2
2024-01-01Happy New Year 2024Stig Bjørlykke1-1/+1
2023-12-14plugins: Add a codecs API levelJoão Valverde5-37/+113
2023-12-14Remove version component from plugin pathJoão Valverde4-45/+28
2023-12-12epan: Add plugin get_descriptions callbackJoão Valverde2-3/+9
2023-12-10plugins: Lower a log levelJoão Valverde1-1/+1
2023-12-08Capture: Check to see if the interface name is a Windows Named PipeJohn Thacker2-0/+33
2023-12-08wslua: Add a scope field to lua plugin descriptionJoão Valverde1-0/+1
2023-12-08plugins: Improve build with !HAVE_PLUGINSJoão Valverde2-7/+6
2023-12-08plugins: Remove an assertionJoão Valverde2-4/+3
2023-12-08plugins: Give higher priority to the personal folderJoão Valverde1-17/+35
2023-12-08Plugins: Fix the issue of duplicate scanning of the same directoryHaiyun Liu1-2/+6
2023-12-08plugins: Rename "dfilter" to "dfunction"João Valverde2-3/+3
2023-12-07Qt: Add Install Plugin to Tools menuJoão Valverde2-8/+61
2023-12-07Qt: Replace plugin column "Path" with "Scope" in About dialogJoão Valverde2-6/+17
2023-12-07plugins: Remove unused argument to scan_plugins_dir()João Valverde1-7/+4
2023-12-06Fix wsutil/ws_strptime.c to compile on FreeBSD.Guy Harris1-2/+119
2023-12-05Qt: Add plugin description/homepage fields to About dialogJoão Valverde2-4/+8
2023-12-05Remove plugin license checkJoão Valverde2-21/+2
2023-12-04plugins: Remove unused "min_api_level" fieldJoão Valverde2-10/+11
2023-12-03plugins: Fill in short description fieldJoão Valverde1-0/+2
2023-12-03Refactor plugin registration and add ABI/license checkJoão Valverde2-47/+115
2023-11-29Glib-compat: adding g_array_binary_searchJoakim Karlsson1-0/+62
2023-11-22wsutil: Add wsjson function to get booleanJohn Thacker2-0/+43
2023-11-12Work around macOS running applications in /.Guy Harris1-5/+25
2023-11-09tshark: Escape delimiter separated value in compliant waysJohn Thacker3-11/+70
2023-11-08dfilter: Replace macro UAT config file and update GUIJoão Valverde2-1/+29
2023-11-08wsutil: Make filter lists dynamic and on-demandJoão Valverde2-99/+45
2023-11-07Add support for comments in cfilters/dfiltersJoão Valverde1-0/+6
2023-11-07Remove support for deprecated "filters" configuration fileJoão Valverde2-35/+5
2023-10-31wsutil: Rename inet_netw.[ch]João Valverde3-7/+7
2023-10-31wsutil: Move and consolidate CIDR codeJoão Valverde3-0/+174
2023-10-31wsutil: Consolidate IP address codeJoão Valverde4-116/+81
2023-10-31IPv6: Move IPv6 header definitions to epan/dissectorsJoão Valverde1-61/+0
2023-10-31dfilter: Add IP address pluginJoão Valverde1-0/+5
2023-10-31radiotap: Improve indication of 6 GHz band channelsJohn Thacker2-2/+11
2023-10-30Exported PDU: Add new tag EXP_PDU_TAG_USER_DATA_PDUStig Bjørlykke1-0/+3
2023-10-30plugins: Make flags unsignedJoão Valverde2-23/+23
2023-10-29wsutil/to_str: Deprecate ip_to_str() for endian-explicit versionsJoão Valverde3-5/+60
2023-10-27dfilter: Install plugin headersJoão Valverde1-0/+1
2023-10-27Find: Matching multiple occurrences in Packet BytesJohn Thacker2-0/+3
2023-10-27wsutil: Add a reverse mempbrk functionJohn Thacker2-0/+20