wireshark/ui/qt/models
Guy Harris 272502790b Add FT_STRINGZTRUNC.
FT_STRINGZPAD is for null-*padded* strings, where the field is in an
area of specified length, and, if the string is shorter than that
length, all bytes past the end of the string are NULs.

FT_STRINGZTRUNC is for null-*truncated* strings, where the field is in
an area of specified length and, if the string is shorter than that
length, there's a null character (which might be more than one byte, for
UCS-2, UTF-16, or UTF-32), and anything after that is not guaranteed to
have any particular value.

Use IS_FT_STRING() in some places rather than enumerating all the string
types, so that those places get automatically changed if the set of
string types changes.
2020-09-12 14:16:12 -07:00
..
astringlist_list_model.cpp Fix build and deprecation warnings with Qt 5.14 2020-01-10 08:42:21 +00:00
astringlist_list_model.h Qt: Rework Resolved Addresses dialog 2019-09-01 09:02:51 +00:00
cache_proxy_model.cpp
cache_proxy_model.h
coloring_rules_delegate.cpp
coloring_rules_delegate.h
coloring_rules_model.cpp UI: Fix compilation with Qt 5.14 2019-12-21 20:25:51 +00:00
coloring_rules_model.h Qt: Fix various LGTM.com reported issues 2019-11-14 22:54:29 +00:00
column_list_model.cpp Qt: Fill in our item delegate editor backgrounds. 2020-03-03 06:19:02 +00:00
column_list_model.h Qt: Consolidate mimedata usage 2019-11-03 15:45:34 +00:00
credentials_model.cpp UI: Fix compilation with Qt 5.14 2019-12-21 20:25:51 +00:00
credentials_model.h Qt: Fix various LGTM.com reported issues 2019-11-14 22:54:29 +00:00
decode_as_delegate.cpp Qt: Add missing breaks. 2020-03-03 22:14:22 +00:00
decode_as_delegate.h
decode_as_model.cpp Add FT_STRINGZTRUNC. 2020-09-12 14:16:12 -07:00
decode_as_model.h Qt: Add copy from another profile for Decode As 2020-07-02 06:13:27 +00:00
dissector_tables_model.cpp Add FT_STRINGZTRUNC. 2020-09-12 14:16:12 -07:00
dissector_tables_model.h
enabled_protocols_model.cpp Qt: Fix some Qt 5.15 deprecation warnings. 2020-06-01 08:20:01 +00:00
enabled_protocols_model.h Qt: Filter enabled/disabled protocols 2019-10-28 19:01:45 +00:00
expert_info_model.cpp Qt: Cleanup space inside parentheses 2019-11-17 20:43:10 +00:00
expert_info_model.h
expert_info_proxy_model.cpp Qt: Cleanup space inside parentheses 2019-11-17 20:43:10 +00:00
expert_info_proxy_model.h
export_objects_model.cpp Qt: Refactor ExportObjectsDialog 2019-11-22 05:10:16 +00:00
export_objects_model.h Qt: Refactor ExportObjectsDialog 2019-11-22 05:10:16 +00:00
fileset_entry_model.cpp Qt: Cleanup space inside parentheses 2019-11-17 20:43:10 +00:00
fileset_entry_model.h
filter_list_model.cpp Qt: Fix profile zip import on Windows 2020-02-29 10:15:29 +00:00
filter_list_model.h Qt: Fix override for FilterModel 2019-10-29 20:22:04 +00:00
info_proxy_model.cpp Qt: Fix some Qt 5.15 deprecation warnings. 2020-06-01 08:20:01 +00:00
info_proxy_model.h
interface_sort_filter_model.cpp Qt: Cleanup space inside parentheses 2019-11-17 20:43:10 +00:00
interface_sort_filter_model.h
interface_tree_cache_model.cpp Qt: Fix some Qt 5.15 deprecation warnings. 2020-06-01 08:20:01 +00:00
interface_tree_cache_model.h
interface_tree_model.cpp Fix reporting of interface-list-fetching errors. 2020-03-16 06:51:50 +00:00
interface_tree_model.h
numeric_value_chooser_delegate.cpp Qt: Cleanup space inside parentheses 2019-11-17 20:43:10 +00:00
numeric_value_chooser_delegate.h
packet_list_model.cpp Qt: Improve status bar messages 2020-07-18 04:02:23 +00:00
packet_list_model.h Qt: Speedup Packetlist 2019-11-19 14:18:11 +00:00
packet_list_record.cpp Qt: Do not display alerts on repeated failed reads 2020-02-28 04:54:15 +00:00
packet_list_record.h Qt: Do not display alerts on repeated failed reads 2020-02-28 04:54:15 +00:00
path_chooser_delegate.cpp Qt: Cleanup space inside parentheses 2019-11-17 20:43:10 +00:00
path_chooser_delegate.h
percent_bar_delegate.cpp
percent_bar_delegate.h
pref_delegate.cpp Qt: Fill in our item delegate editor backgrounds. 2020-03-03 06:19:02 +00:00
pref_delegate.h
pref_models.cpp Set member variables in initialiser list (rather than in CTOR bodies). 2020-06-30 12:11:15 +00:00
pref_models.h Qt: Fix Preference dialog translation 2019-08-09 11:03:07 +00:00
profile_model.cpp Qt: Allow renaming personal profile 2020-04-30 11:19:41 +00:00
profile_model.h Qt: Add Shortcut methods for active profile 2019-10-28 15:06:01 +00:00
proto_tree_model.cpp Qt: Cleanup space inside parentheses 2019-11-17 20:43:10 +00:00
proto_tree_model.h
related_packet_delegate.cpp Qt: improve performance of related packet delegate 2020-05-30 07:50:12 +00:00
related_packet_delegate.h Qt: Fix related packet delegate 2020-01-10 04:59:07 +00:00
resolved_addresses_models.cpp Qt: fix missing IP hosts in Resolved Addresses dialog 2020-02-04 04:12:11 +00:00
resolved_addresses_models.h Qt: Rework Resolved Addresses dialog 2019-09-01 09:02:51 +00:00
sparkline_delegate.cpp Qt: Cleanup space inside parentheses 2019-11-17 20:43:10 +00:00
sparkline_delegate.h
supported_protocols_model.cpp
supported_protocols_model.h
timeline_delegate.cpp
timeline_delegate.h
tree_model_helpers.h
uat_delegate.cpp Qt: Fill in our UAT delegate editor backgrounds. 2020-03-13 04:38:01 +00:00
uat_delegate.h
uat_model.cpp Qt: Fix some Qt 5.15 deprecation warnings. 2020-06-01 08:20:01 +00:00
uat_model.h
url_link_delegate.cpp
url_link_delegate.h
voip_calls_info_model.cpp Qt: Add macro for g_list_next for C++ 2019-08-30 13:37:25 +00:00
voip_calls_info_model.h Qt: Rework VOIP Dialog context menu 2019-08-02 19:14:55 +00:00