URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d8be254a51f8c4bfb3a726868c1b03371526a0db
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
d8be254 by Michael Mann (mmann78@xxxxxxxxxxxx):
packet-btatt.c: Use protocol information from dissector handle instead of pinfo data for attributes.
Instead of using a dissector function placed in a dissector table, just use the
protocol information registered with the dissector table to create the desired
dissector tree.
Change-Id: Ic32b15e3c05d73df6e8f69890c47172e991bda6f
Reviewed-on: https://code.wireshark.org/review/19509
Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Martin Kaiser <wireshark@xxxxxxxxx>
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from 2d6f876 OpenFlow (v4/1.3): rename dissect_openflow_payload_v4 to dissect_openflow_message_v4
adds d8be254 packet-btatt.c: Use protocol information from dissector handle instead of pinfo data for attributes.
Summary of changes:
epan/dissectors/packet-btatt.c | 38 +++++++++++++++++++++++++++++++++++++-
1 file changed, 37 insertions(+), 1 deletion(-)