URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=74d8c025d5627f737b31695d8333e4c09210c394
Submitter: Bill Meier (wmeier@xxxxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark
Commits:
74d8c02 by Bill Meier (wmeier@xxxxxxxxxxx):
    packet-mausb.c: proto-reg-handoff() fixes
    
    - proto_reg_handoff...():
        Fix handling of tcp port pref change;
        Rename 'gPORT_PREF' to 'mausb_tcp_port_pref';
        Do 'dissector_add_uint("llc.mausb_pid",..)' only once;
    
    Change-Id: Ic4498560f61d0ce95f8109c3a1bb3c407221269b
    Reviewed-on: https://code.wireshark.org/review/3854
    Reviewed-by: Bill Meier <wmeier@xxxxxxxxxxx>
    (cherry picked from commit f4b135c147497f168bafa77910fb819166e8dd81)
    Reviewed-on: https://code.wireshark.org/review/3878
    
Actions performed:
    from  57c2e5a   CAPWAP : Fix wrong offset for AC Name with Priority
    adds  74d8c02   packet-mausb.c: proto-reg-handoff() fixes
Summary of changes:
 epan/dissectors/packet-mausb.c |   14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)