Wireshark-commits: [Wireshark-commits] master b585c72: file-jpeg.c - Pacify pre-commit hooks by rem
      
      
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b585c7275bb0d9e5dafb4e3ae2f057ce6d333d5c
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
b585c72 by Michael Mann (mmann78@xxxxxxxxxxxx):
    file-jpeg.c - Pacify pre-commit hooks by removing macro
    
    IMG_JFIF was trying to be a macro for all display and expert info filters.
    This messed with the pre-commit scripts ability to ensure protocol
    filter name was being used as the prefix for display and expert info
    filters.  So replaced IMG_JFIF with the proper prefix - "image-jfif"
    
    Change-Id: I1fe3dc8797529c9d17f75c511bc279824e7e69b0
    Reviewed-on: https://code.wireshark.org/review/19253
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    
Actions performed:
    from  f41e3bf   cmake: add semicolon to file list.
    adds  b585c72   file-jpeg.c - Pacify pre-commit hooks by removing macro
Summary of changes:
 epan/dissectors/file-jpeg.c |  108 +++++++++++++++++++++----------------------
 1 file changed, 53 insertions(+), 55 deletions(-)