URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b01ff09eb9e7550aa77e397178007333f94935b4
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
b01ff09 by Enrico Jorns (ejo@xxxxxxxxxxxxxx):
canopen: Fixed tree expansion
Previously the COB-ID and Type subtree also used the main ett_canopen
variable. This made control of subtree expansion impossible as both
parent and subtree nodes shared the same state.
Change-Id: I3dabf7f399e83bfcfbf78bc0e633e3696776c043
Reviewed-on: https://code.wireshark.org/review/5480
Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Actions performed:
from c39776c Remove unused ui_simple_dialog.h from qt Makefile.common
adds b01ff09 canopen: Fixed tree expansion
Summary of changes:
epan/dissectors/packet-canopen.c | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)