aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sync.c
diff options
context:
space:
mode:
authorMartin Mathieson <martin.mathieson@keysight.com>2023-01-30 10:28:24 +0000
committerMartin Mathieson <martin.mathieson@keysight.com>2023-01-30 10:28:24 +0000
commitefe35a4ccc852d5648ffe71393da0d695e913592 (patch)
tree1097f226cfe0ffb1f1ebc36639e8c968cc29845f /epan/dissectors/packet-sync.c
parentd085725bb6782ed282dc29a390daa37cf3d4dc3a (diff)
Fix or suppress more warnings from check_typed_item_calls
Diffstat (limited to 'epan/dissectors/packet-sync.c')
-rw-r--r--epan/dissectors/packet-sync.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-sync.c b/epan/dissectors/packet-sync.c
index 06731d513b..689f6f553e 100644
--- a/epan/dissectors/packet-sync.c
+++ b/epan/dissectors/packet-sync.c
@@ -256,7 +256,7 @@ proto_register_sync(void)
},
{ &hf_sync_payload_crc,
{ "Payload CRC", "sync.payload_crc",
- FT_UINT16, BASE_HEX, NULL, 0x3FF,
+ FT_UINT16, BASE_HEX, NULL, 0x03FF,
NULL, HFILL }
},
{ &hf_sync_length_of_packet,