ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] master 06e9b20: Treat CR-LF at the end of a line like LF.

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

Commits:

06e9b20 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 cfilter and dfilter file; there are other
    configuration files that may need code changes as well.
    
    While we're at it, don't hand non-ASCII characters to isspace().
    
    Change-Id: I4f5efeaa938bcb2d85737ab136c3ca19ea1ddb5b
    Reviewed-on: https://code.wireshark.org/review/3045
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  338369e   Treat CR-LF at the end of a line like LF.
    adds  06e9b20   Treat CR-LF at the end of a line like LF.


Summary of changes:
 ui/filters.c |   50 +++++++++++++++++++++++++++++++++++++-------------
 1 file changed, 37 insertions(+), 13 deletions(-)