Wireshark-commits: [Wireshark-commits] master da3e4f9: Make the snapshot-length member of interface
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 19 Mar 2015 06:38:48 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=da3e4f92d521528369520bdb4593cc591732a27d
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

da3e4f9 by Guy Harris (guy@xxxxxxxxxxxx):

    Make the snapshot-length member of interface_t an int.
    
    That matches what it is in other structures, and eliminates a compiler
    warning.
    
    While we're at it, remove an empty if statement revealed by that change.
    
    Change-Id: I5e8c8f92fdb3567e75800c729443737032a1bcc7
    Reviewed-on: https://code.wireshark.org/review/7752
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  baa8391   Eliminate decode_bitfield_value from "public" use.
    adds  da3e4f9   Make the snapshot-length member of interface_t an int.


Summary of changes:
 capture_opts.h       |    2 +-
 ui/gtk/capture_dlg.c |    2 --
 2 files changed, 1 insertion(+), 3 deletions(-)