Wireshark-commits: [Wireshark-commits] master 29d9114: Make load_cap_file() just return a success/f
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 20 Sep 2014 19:17:08 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=29d9114b3f0ef4951755581589e0989b4353d649
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

29d9114 by Guy Harris (guy@xxxxxxxxxxxx):

    Make load_cap_file() just return a success/fail indication.
    
    We don't care *why* it fails; it's printed a message to indicate that.
    Just have it indicate whether it succeeded or not.
    
    Change-Id: I98160999baa5f25ea03ef803b7dbf77dff1518de
    Reviewed-on: https://code.wireshark.org/review/4213
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  22a0d65   Free err_info on WTAP_ERR_DECOMPRESS.
    adds  29d9114   Make load_cap_file() just return a success/fail indication.


Summary of changes:
 rawshark.c |   12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)