Wireshark-commits: [Wireshark-commits] master 5ed7a40: Don't assume we have interface information.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 23 Aug 2015 23:15:06 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5ed7a401bb224d9cacb692115045b24c8febff32
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

5ed7a40 by Guy Harris (guy@xxxxxxxxxxxx):

    Don't assume we have interface information.
    
    Not all capture file formats provide interface information.  Check
    whether we have it, and don't fail if we don't have any.
    
    (Note that the current version of the pcapng specification in the Git
    repository does not require that there be at least one IDB in a file,
    only that there must be an IDB for each interface to which other blocks
    in a file refers.)
    
    Change-Id: Ia796f639ed3a8cb21e1dbe9b2bc6b4b66c7be479
    Reviewed-on: https://code.wireshark.org/review/10220
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  ce38df5   CBOR: get rid of INFINITY and NAN defines
    adds  5ed7a40   Don't assume we have interface information.


Summary of changes:
 capinfos.c |   11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)