wireshark/epan/ftypes
João Valverde e9e6431d7b dfilter: Change boolean string representation
Use "True" or "TRUE" instead of "true" and remove case insensivity.
Same for false. This should serve to differentiate booleans a bit
more from protocol names, which should be using lower-case.
2022-06-25 13:02:34 +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 Docs: Update the ftype description list in wireshark-filter(4). 2022-06-21 14:33:45 -07:00
ftype-double.c dfilter: Add float multiplication/division 2022-04-18 17:09:05 +01:00
ftype-guid.c ftypes: Make accessor functions type safe 2022-06-20 17:29:57 +00:00
ftype-ieee-11073-float.c Docs: Update the ftype description list in wireshark-filter(4). 2022-06-21 14:33:45 -07:00
ftype-integer.c dfilter: Change boolean string representation 2022-06-25 13:02:34 +01:00
ftype-ipv4.c dfilter: Add abs() function 2022-04-18 17:09:00 +01:00
ftype-ipv6.c ftypes: Make accessor functions type safe 2022-06-20 17:29:57 +00:00
ftype-none.c dfilter: Add abs() function 2022-04-18 17:09:00 +01:00
ftype-protocol.c dfilter: Add support for literal strings with null bytes 2022-06-21 15:10:08 +00:00
ftype-string.c dfilter: Add support for literal strings with null bytes 2022-06-21 15:10:08 +00:00
ftype-time.c dfilter: Add support for literal strings with null bytes 2022-06-21 15:10:08 +00:00
ftypes-int.h dfilter: Add support for literal strings with null bytes 2022-06-21 15:10:08 +00:00
ftypes.c dfilter: Add support for literal strings with null bytes 2022-06-21 15:10:08 +00:00
ftypes.h dfilter: Add support for literal strings with null bytes 2022-06-21 15:10:08 +00:00