URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e50095c60094e9fa76f07e3c91154d1508e0d42c
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
e50095c by Michael Mann (mmann78@xxxxxxxxxxxx):
Remove use of pinfo->private_data (which doesn't appear to be used anyway) and pass it as dissector data.
Some other minor cleanup while in the neighborhood.
Change-Id: I1b0c0567488fa350c14d21c5f5e4cb9746177af1
Reviewed-on: https://code.wireshark.org/review/5447
Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from e908804 Update symbol list.
adds e50095c Remove use of pinfo->private_data (which doesn't appear to be used anyway) and pass it as dissector data.
Summary of changes:
plugins/irda/irda-appl.h | 2 +-
plugins/irda/packet-ircomm.c | 75 ++++++++++++++++++++----------------------
plugins/irda/packet-irda.c | 16 ++++-----
3 files changed, 44 insertions(+), 49 deletions(-)