Wireshark-commits: [Wireshark-commits] master a673a50: epan: Rename dissector_filters.c to conversa

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 04 Nov 2019 10:17:23 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a673a50ad88db4bd4ee7d0745bc3dc196b28466e
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

a673a50 by Stig Bjørlykke (stig@xxxxxxxxxxxxx):

    epan: Rename dissector_filters.c to conversation_filter.c
    
    For the same reason as in g89c9d909.
    
    Change-Id: I5e344ebdf8ba05d169484aa32b409d84edc6124f
    Reviewed-on: https://code.wireshark.org/review/34943
    Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  a596d26   TLS: workaround broken TLS reassembly with multiple TLS records
     add  a673a50   epan: Rename dissector_filters.c to conversation_filter.c


Summary of changes:
 epan/CMakeLists.txt                                 | 4 ++--
 epan/{dissector_filters.c => conversation_filter.c} | 4 ++--
 epan/{dissector_filters.h => conversation_filter.h} | 4 ++--
 epan/dissectors/packet-enip.c                       | 2 +-
 epan/dissectors/packet-eth.c                        | 2 +-
 epan/dissectors/packet-f5ethtrailer.c               | 2 +-
 epan/dissectors/packet-ieee802154.c                 | 2 +-
 epan/dissectors/packet-ip.c                         | 2 +-
 epan/dissectors/packet-ipv6.c                       | 2 +-
 epan/dissectors/packet-tcp.c                        | 2 +-
 epan/dissectors/packet-udp.c                        | 2 +-
 epan/dissectors/packet-zbee-nwk.c                   | 2 +-
 epan/epan.c                                         | 2 +-
 plugins/epan/profinet/packet-dcerpc-pn-io.c         | 2 +-
 plugins/epan/profinet/packet-dcom-cba-acco.c        | 2 +-
 ui/qt/conversation_colorize_action.cpp              | 2 +-
 ui/qt/main_window.cpp                               | 2 +-
 ui/qt/main_window_slots.cpp                         | 2 +-
 18 files changed, 21 insertions(+), 21 deletions(-)
 rename epan/{dissector_filters.c => conversation_filter.c} (97%)
 rename epan/{dissector_filters.h => conversation_filter.h} (97%)