URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=bfd49879dd6d0eed66c266572d6fa467cf2e9ea6
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
bfd4987 by Nicolas Cavallari (nicolas.cavallari@xxxxxxxxxxxxxxxxxxxxxxx):
dbus dissector: Handle alignments of basic types.
The D-Bus Specifications states that all basic types have alignment
constraints. Padding must be added before the value and not after.
Bug: 11758
Change-Id: I3c56689f47e1e385880dcea04506fe33b60670d3
Reviewed-on: https://code.wireshark.org/review/11994
Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from ed0cc43 DNS: Chain Query requests
adds bfd4987 dbus dissector: Handle alignments of basic types.
Summary of changes:
epan/dissectors/packet-dbus.c | 33 +++++++++++++++++++++++++++++++--
1 file changed, 31 insertions(+), 2 deletions(-)