URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e3a04bb392824781b8a3ef6ec98a37ef96c6c827
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
e3a04bb by Michael Mann (mmann78@xxxxxxxxxxxx):
Ensure dissector data parameter is used instead of pinfo->private_data when passing data between dissectors using the "media_type" subdissector.
Change-Id: I82cbfed770b41404bc42cb6a4413db07d04dffdc
Reviewed-on: https://code.wireshark.org/review/5462
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 7f22ce7 pre-commit tools: Add arg option to specify the commit id to be checked
adds e3a04bb Ensure dissector data parameter is used instead of pinfo->private_data when passing data between dissectors using the "media_type" subdissector.
Summary of changes:
epan/dissectors/packet-http.c | 20 +++-----------------
epan/dissectors/packet-imf.c | 8 +-------
epan/dissectors/packet-isup.c | 6 +++---
epan/dissectors/packet-jxta.c | 11 +++--------
epan/dissectors/packet-msrp.c | 5 +----
epan/dissectors/packet-multipart.c | 17 +++++++----------
epan/dissectors/packet-sip.c | 8 ++------
epan/dissectors/packet-spdy.c | 20 +++-----------------
8 files changed, 23 insertions(+), 72 deletions(-)