Wireshark-commits: [Wireshark-commits] master 89c9d90: snort: rename snort-config to packet-snort-c
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 03 Nov 2019 18:47:50 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=89c9d90980a020eee2223a60a674aa21fedb8aa3
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

89c9d90 by Peter Wu (peter@xxxxxxxxxxxxx):

    snort: rename snort-config to packet-snort-config
    
    I sometimes type too fast and 'epan/dissectors/s<TAB>' ends up into
    'epan/dissectors/snort-config.' which is never intentional.
    
    Change-Id: I5bae7b303bbcc7057f15d5acfa9fa01610cd90ce
    Reviewed-on: https://code.wireshark.org/review/34926
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  8087bcb   HTTP2: fix build without nghttp2
     add  89c9d90   snort: rename snort-config to packet-snort-config


Summary of changes:
 epan/dissectors/CMakeLists.txt                            | 2 +-
 epan/dissectors/{snort-config.c => packet-snort-config.c} | 4 ++--
 epan/dissectors/{snort-config.h => packet-snort-config.h} | 6 +++---
 epan/dissectors/packet-snort.c                            | 2 +-
 4 files changed, 7 insertions(+), 7 deletions(-)
 rename epan/dissectors/{snort-config.c => packet-snort-config.c} (99%)
 rename epan/dissectors/{snort-config.h => packet-snort-config.h} (98%)