wireshark/epan/ftypes
João Valverde e724a4baf6 dfilter: Use ISO8601 as the default time format
Change from a default custom time representation to ISO8601.
All the existing formats are still supported for backward-
compatibility.

Before:

  Filter: frame.time == "2011-07-04 12:34:56"

  Constants:
  00000 PUT_FVALUE	"Jul  4, 2011 12:34:56.000000000" <FT_ABSOLUTE_TIME> -> reg#1
  (...)

After:

  Filter: frame.time == "2011-07-04 12:34:56"

  Constants:
  00000 PUT_FVALUE	"2011-07-04 12:34:56+0100" <FT_ABSOLUTE_TIME> -> reg#1
  (...)
2021-12-31 15:01:41 +00:00
..
.editorconfig ftypes: Remove fvalue_string_repr_len() 2021-11-10 16:02:45 +00:00
CMakeLists.txt Move regex code to wsutil 2021-11-14 21:00:59 +00:00
ftype-bytes.c wsutil: Split ws_regex_matches() into two functions 2021-12-21 00:40:02 +00:00
ftype-double.c epan: Convert to use stdio.h from GLib 2021-12-19 19:29:53 +00:00
ftype-guid.c epan: Convert to use stdio.h from GLib 2021-12-19 19:29:53 +00:00
ftype-ieee-11073-float.c dfilter: Parse character constants in lexer 2021-11-24 08:40:20 +00:00
ftype-integer.c epan: Convert to use stdio.h from GLib 2021-12-19 19:29:53 +00:00
ftype-ipv4.c epan: Convert to use stdio.h from GLib 2021-12-19 19:29:53 +00:00
ftype-ipv6.c epan: Convert to use stdio.h from GLib 2021-12-19 19:29:53 +00:00
ftype-none.c dfilter: Parse character constants in lexer 2021-11-24 08:40:20 +00:00
ftype-protocol.c wsutil: Split ws_regex_matches() into two functions 2021-12-21 00:40:02 +00:00
ftype-string.c wsutil: Split ws_regex_matches() into two functions 2021-12-21 00:40:02 +00:00
ftype-time.c dfilter: Use ISO8601 as the default time format 2021-12-31 15:01:41 +00:00
ftypes-int.h epan: Add header files to Doxygen 2021-11-30 08:46:49 +00:00
ftypes.c epan: Convert to use stdio.h from GLib 2021-12-19 19:29:53 +00:00
ftypes.h Add files with WS_DLL_PUBLIC to Doxygen 2021-11-29 21:27:45 +00:00