aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-asap+enrp-common.h
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2021-10-04 21:49:58 +0100
committerWireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2021-10-04 21:58:33 +0000
commit79c9e4614422e1da10ae11f9775863292051b6a8 (patch)
tree01536cfd03e3e354776ba6255464f6f379be97c6 /epan/dissectors/packet-asap+enrp-common.h
parentd4c908a57398ae82aaebb958bc17dc07c104082a (diff)
Fix some items where mask was wider than field.
Detected by ./tools/check_typed_item_calls.py --mask Error: epan/dissectors/packet-asterix.c filter= asterix.021_161_TN 0x0fff with len is 4 but type FT_UINT8 indicates max of 2 and extra digits are non-zero (0f) Error: epan/dissectors/packet-capwap.c filter= capwap.control.message_element.ieee80211_station_session_key.flags_a 0x2000 with len is 4 but type FT_BOOLEAN indicates max of 1 and extra digits are non-zero (200) Error: epan/dissectors/packet-capwap.c filter= capwap.control.message_element.ieee80211_station_session_key.flags_c 0x1000 with len is 4 but type FT_BOOLEAN indicates max of 1 and extra digits are non-zero (100) Error: epan/dissectors/packet-cfdp.c filter= cfdp.trans_stat_2_b 0x6000 with len is 4 but type FT_UINT8 indicates max of 2 and extra digits are non-zero (60) Error: epan/dissectors/packet-cfdp.c filter= cfdp.suspension_ind_b 0x8000 with len is 4 but type FT_UINT8 indicates max of 2 and extra digits are non-zero (80) Error: epan/dissectors/packet-ixveriwave.c filter= ixveriwave.tx.factorydebug 0x7f80 with len is 4 but type FT_UINT8 indicates max of 2 and extra digits are non-zero (7f)
Diffstat (limited to 'epan/dissectors/packet-asap+enrp-common.h')
0 files changed, 0 insertions, 0 deletions