wireshark/epan/ftypes
João Valverde cc5726b63f dfilter: Remove leading colon special meaning
Instead of saying a leading colon will make any token a literal
value, say it is part of the syntax of bytes arrays. This is
useful to write bytes without a separator, and other potentially
ambiguous formats.

The restriction in meaning to bytes and simple numeric values
should make the rules for handling a leading colon (specifically
ommiting it or not) saner without much loss of functionality.
2022-04-07 00:16:07 +01:00
..
.editorconfig Fix EditorConfig settings 2022-02-23 23:37:47 +00:00
CMakeLists.txt Move regex code to wsutil 2021-11-14 21:00:59 +00:00
ftype-bytes.c dfilter: Remove leading colon special meaning 2022-04-07 00:16:07 +01:00
ftype-double.c dfilter: Add remaining arithmetic integer ops 2022-03-31 16:49:42 +01:00
ftype-guid.c dfilter: Add remaining arithmetic integer ops 2022-03-31 16:49:42 +01:00
ftype-ieee-11073-float.c dfilter: Add remaining arithmetic integer ops 2022-03-31 16:49:42 +01:00
ftype-integer.c Fix build on CentOS 7 2022-03-31 19:48:48 +00:00
ftype-ipv4.c dfilter: Add remaining arithmetic integer ops 2022-03-31 16:49:42 +01:00
ftype-ipv6.c dfilter: Add remaining arithmetic integer ops 2022-03-31 16:49:42 +01:00
ftype-none.c dfilter: Add remaining arithmetic integer ops 2022-03-31 16:49:42 +01:00
ftype-protocol.c dfilter: Add remaining arithmetic integer ops 2022-03-31 16:49:42 +01:00
ftype-string.c dfilter: Add remaining arithmetic integer ops 2022-03-31 16:49:42 +01:00
ftype-time.c dfilter: Add remaining arithmetic integer ops 2022-03-31 16:49:42 +01:00
ftypes-int.h dfilter: Add remaining arithmetic integer ops 2022-03-31 16:49:42 +01:00
ftypes.c dfilter: Fix memory leak with leading colon 2022-04-06 18:09:12 +01:00
ftypes.h dfilter: Add remaining arithmetic integer ops 2022-03-31 16:49:42 +01:00