aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
AgeCommit message (Expand)AuthorFilesLines
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
2023-10-27wsutil: Add a memrchr implementationJohn Thacker2-0/+41
2023-10-26dfilter: Add display filter pluginsJoão Valverde2-0/+3
2023-10-25plugins: Allow multiple types in descriptionJoão Valverde2-24/+35
2023-10-22wsutil: wmem_strjoinv behavior on empty arrayJohn Thacker2-2/+16
2023-10-19Fixup vcpkg-export-20231017-1Gerald Combs1-2/+2
2023-10-18Revert "plugins: Do not require a "type" subfolder hierarchy"João Valverde1-56/+14
2023-10-18wslog: Add WS_NOT_IMPLEMENTED() macroJoão Valverde1-0/+2
2023-10-17plugins: Add back a (flexible) folder type hierarchyJoão Valverde1-22/+54
2023-10-17plugins: Optimize directory scanningJoão Valverde1-12/+12
2023-10-14tshark: Support --read-file and filter long optsJohn Thacker1-0/+6
2023-10-11wsutil: Rename ws_strcasestr to ws_ascii_strcasestrJohn Thacker2-2/+2
2023-10-12wsutil: Do not use built in strcasestrJohn Thacker2-5/+12
2023-10-11wslog: Omit the file/line/func with ws_info()João Valverde1-4/+5
2023-10-11plugins: Do not require a "type" subfolder hierarchyJoão Valverde1-31/+41
2023-10-11wmem_list: increment count for insert_sortedUli Heilmeier2-0/+5
2023-10-03regex: Accept a subj_offset in ws_regex_matches_posJohn Thacker2-7/+12
2023-10-01wsutil: Optimize memmem some moreJohn Thacker2-7/+12
2023-09-30wsutil: memset mempbrk pattern when compilingJohn Thacker1-0/+3
2023-09-30wslog: Set a GLib default handlerJoão Valverde1-7/+2
2023-09-29Tools: Add constant conversions to convert-glib-typesGerald Combs6-43/+43
2023-09-25wsutil: Clean up some includesGerald Combs3-5/+10
2023-09-24Convert wsutil to C99 typesGerald Combs66-921/+946
2023-09-24CI+Tests: Don't block on failed assertionsJoão Valverde1-3/+2
2023-09-22wsutil: Convert string modules to C99 typesGerald Combs6-364/+365
2023-09-21strptime(wsutil): fix Dead incrementAlexis La Goutte1-1/+0
2023-09-21Call tzset() fewer timesJoão Valverde3-7/+13
2023-09-21CMake: Rework assertions and add dependency on NDEBUGJoão Valverde2-24/+21
2023-09-20Tools: Add format specifiers to convert-glib-typesGerald Combs2-12/+12
2023-09-16Move ws_return macros to ws_assert.hJoão Valverde5-51/+33
2023-09-16wsutil: Rewrite ws_return macrosJoão Valverde3-41/+22
2023-09-15Convert Windows utility code to C99 typesGerald Combs4-37/+37
2023-09-15wsutil: Convert our cryptograpy code to C99 typesGerald Combs11-87/+87
2023-09-14Cast away some warnings from Visual Studio, at least with some compiler flags.Guy Harris1-2/+7
2023-09-13Handle all time stamp precisions in the View menu and recent file.Guy Harris1-0/+4
2023-09-12Get rid of some places that handled specific timestamp resolutions.Guy Harris1-0/+13
2023-09-12wslog: Minor log_write_do_work() rewriteJoão Valverde1-18/+29
2023-09-12Various enhancements and fixes to format_fractional_part_nsecs().Guy Harris2-51/+77
2023-09-11Add a routine to format the fractional part of a time stamp.Guy Harris2-162/+164
2023-09-11Add a routine to format an nstime as an ISO 8601-style date/time.Guy Harris4-0/+180
2023-09-10Have diaplay_epoch_time() take an nstime_t as an argument.Guy Harris2-50/+3
2023-09-11Have diaplay_signed_time() take an nstime_t as an argument.Guy Harris3-35/+94
2023-09-10wslog: Clean up timestamp codeJoão Valverde2-6/+20
2023-09-10strptime: Try to make "%s" code portableJoão Valverde1-13/+15
2023-09-10Change what iso8601_to_nstime() and unix_epoch_to_nstime() return.Guy Harris3-42/+41
2023-09-08dfilter: Extend support for timezones in filter expressionsJoão Valverde2-75/+47
2023-09-06mktime_utc(): handle 1969-12-31 23:59:59.Guy Harris1-12/+40
2023-09-06mktime_utc(): save and restore errno when using timegm().Guy Harris1-3/+25