ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] master 8d6e8f6: RFC 7468 is PEM-inspired, but it's not PEM.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 01 Aug 2018 07:02:44 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8d6e8f649894611dbe2feced7ae8eb3de863ff4b
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

8d6e8f6 by Guy Harris (guy@xxxxxxxxxxxx):

    RFC 7468 is PEM-inspired, but it's not PEM.
    
    Do some renaming.
    
    Change-Id: If8fa85370014f9618df38d97048dd1c52a4c389f
    Reviewed-on: https://code.wireshark.org/review/28918
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  75d4fac   No need to tell the BER dissector the file name for RFC 7468 files.
    adds  8d6e8f6   RFC 7468 is PEM-inspired, but it's not PEM.


Summary of changes:
 wiretap/CMakeLists.txt       |  2 +-
 wiretap/file_access.c        |  8 ++++----
 wiretap/{pem.c => rfc7468.c} | 28 ++++++++++++++--------------
 wiretap/{pem.h => rfc7468.h} |  4 ++--
 wiretap/wtap.h               |  2 +-
 5 files changed, 22 insertions(+), 22 deletions(-)
 rename wiretap/{pem.c => rfc7468.c} (80%)
 rename wiretap/{pem.h => rfc7468.h} (81%)