URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=962fa218ef44593d29f12cab6faf0db02b861ebc
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
962fa21 by Michael Mann (mmann78@xxxxxxxxxxxx):
    Replace uses of proto_get_frame_protocols with proto_is_frame_protocol when only one protocol is desired.
    
    Also use proto_get_frame_protocols in main_menubar.c instead of doing it "manually".
    
    Change-Id: Ie7a365c538700f2cebdd1e3d253f2fd9b189f5cf
    Reviewed-on: https://code.wireshark.org/review/5851
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    
Actions performed:
    from  398c2cee  Skip over the new 'switch' field in xproto/src/xinput.xml so we can re-generate the x11 dissector again without the script breaking.
    adds  962fa21   Replace uses of proto_get_frame_protocols with proto_is_frame_protocol when only one protocol is desired.
Summary of changes:
 epan/dissectors/packet-http.c  |    2 +-
 epan/dissectors/packet-mysql.c |    6 +++---
 ui/gtk/follow_tcp.c            |    2 +-
 ui/gtk/follow_udp.c            |    2 +-
 ui/gtk/main_menubar.c          |   34 ++--------------------------------
 5 files changed, 8 insertions(+), 38 deletions(-)