Wireshark-commits: [Wireshark-commits] master e00f585: Fix another incorrect message for WTAP_ERR_U

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

Commits:

e00f585 by Guy Harris (guy@xxxxxxxxxxxx):

    Fix another incorrect message for WTAP_ERR_UNSUPPORTED.
    
    WTAP_ERR_FILE_UNKNOWN_FORMAT is reported if the file is in a format that
    libwiretap doesn't know about (either because it's not a capture file at
    all or because it's a capture file in a format it doesn't support).
    WTAP_ERR_UNSUPPORTED is for files in a *known* format that are using
    features or file format elements (record type, link-layer header type,
    etc.) that libwireshark doesn't support.  Fix another copy-and-pasteo
    causing WTAP_ERR_UNSUPPORTED to be reported with a message appropriate
    for WTAP_ERR_FILE_UNKNOWN_FORMAT.
    
    Change-Id: Ib35e2a6b6c62517887e0386f0fed1795db335439
    Reviewed-on: https://code.wireshark.org/review/5810
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  97cc005   Artnet3 and OEM Codes Update  - Improved handling of status bits  - Using bitfields where applicable  - Unified capitalization of hex values  - Using TFS instead of bits for status flags  - Added universe ID calculation from Address/Net/Port  - Added RDM PID decoding (values in packet-rdm.c)  - Added Poll/PollReply/Toc/Rdm support for Artnet3 (15bit universe)  - Updated manufacturer list from ESTA website  - Updated OEM codes from Art-Net SDK
    adds  e00f585   Fix another incorrect message for WTAP_ERR_UNSUPPORTED.


Summary of changes:
 file.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)