aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite_dissectors
diff options
context:
space:
mode:
authorChuck Craft <bubbasnmp@gmail.com>2021-03-07 12:50:26 -0600
committerWireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2021-03-11 07:17:58 +0000
commit63b484c91a7368d1ba1fce4e652d32fe6bddea6e (patch)
treed7f85f4ce6a5048473149671af32e25eac319376 /test/suite_dissectors
parent11b7d179510fdf77dc7f28cc70806bcaf0a1938f (diff)
Qt: Copy->Value - don't zero pad hex values
Closes #17276 Update test scripts and datafiles for corrected output format.
Diffstat (limited to 'test/suite_dissectors')
-rw-r--r--test/suite_dissectors/group_asterix.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/suite_dissectors/group_asterix.py b/test/suite_dissectors/group_asterix.py
index 3943f30c46..a9e095159c 100644
--- a/test/suite_dissectors/group_asterix.py
+++ b/test/suite_dissectors/group_asterix.py
@@ -1648,14 +1648,14 @@ class case_category_048(subprocesstest.SubprocessTestCase):
[0x01, 0x80, 0xff, 0xff, 0xff],
"asterix.048_220",
{
- "asterix.AA": "0x00ffffff"
+ "asterix.AA": "0xffffff"
}
)
validator.add_dissection(
[0x01, 0x80, 0xff, 0xff, 0xff],
"asterix.048_220",
{
- "asterix.AA": "0x00ffffff"
+ "asterix.AA": "0xffffff"
}
)
validator.add_dissection(