URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5876dc241cf15d9b9faedacb63e4f887867ba530
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
327f732 by Alexis La Goutte (alexis.lagoutte@xxxxxxxxx):
MAPI (dcerpc): fix no previous prototype for 'mapi_dissect_struct_request' / 'mapi_dissect_struct_EcDoRpc_MAPI_REQ' [-Wmissing-prototypes]
Change-Id: If5ff7835f931213f1b846776a3ea9dfa6a1952b1
Reviewed-on: https://code.wireshark.org/review/14352
Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: João Valverde <j@xxxxxx>
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
5876dc2 by Chris Brandson (chris.brandson@xxxxxxxxx):
802.15.4 update handling of PAN ID Compression to 802.15.4-2015
Handling of PAN IDs in 802.15.4 has changed dramatically in
802.15.4-2015, particularly with respect to the new Frame Version
2 (0b10) frames. This update streamlines the logic in an attempt
to follow the spec as closely as possible. In doing so it fixes
some logical errors in the previous version
Change-Id: I1a2f112bbcdeb24a605167578201494823485c47
Reviewed-on: https://code.wireshark.org/review/14167
Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from aea4b91 DCERPC: regenerate dissector after change on generator
adds 327f732 MAPI (dcerpc): fix no previous prototype for 'mapi_dissect_struct_request' / 'mapi_dissect_struct_EcDoRpc_MAPI_REQ' [-Wmissing-prototypes]
adds 5876dc2 802.15.4 update handling of PAN ID Compression to 802.15.4-2015
Summary of changes:
epan/dissectors/packet-dcerpc-mapi.c | 6 +-
epan/dissectors/packet-ieee802154.c | 542 +++++++++++++++++--------------
epan/dissectors/pidl/mapi/request.cnf.c | 10 +-
3 files changed, 306 insertions(+), 252 deletions(-)