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-1.10 2aaed97: Treat CR-LF at the end of a line like L

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 14 Jul 2014 18:31:19 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2aaed971951e1cc3ef62d1d0bad6f58ed641980d
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-1.10
Repository: wireshark

Commits:

2aaed97 by Guy Harris (guy@xxxxxxxxxxxx):

    Treat CR-LF at the end of a line like LF.
    
    That way, if we're reading a Windows-format file on UN*X, we handle it
    the same way we'd handle a UN*X-format file.
    
    This handles bug 10272 for the preference file and the "recent" files;
    there are other configuration files that may need code changes as well.
    
    Change-Id: I94de26d8435ec7c082a12c26aed2076b5fd6fb24
    Reviewed-on: https://code.wireshark.org/review/3044
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  3bc742c   [Automatic manuf, services and enterprise-numbers update for 2014-07-13]
    adds  2aaed97   Treat CR-LF at the end of a line like LF.


Summary of changes:
 epan/prefs.c |   13 +++++++++++++
 1 file changed, 13 insertions(+)