Wireshark-commits: [Wireshark-commits] master-2.0 b83a7c4: ERF: Add basic no-break support for ERF_

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

Commits:

b83a7c4 by Anthony Coddington (anthony.coddington@xxxxxxxxxx):

    ERF: Add basic no-break support for ERF_TYPE_META.
    
    Update erf_open heuristic to not break when ERF_TYPE_META records are present.
    Remove check for maximum non-pad ERF type and add defines for reserved types.
    No dissection in this commit beyond record type name, this will come later.
    
    Change-Id: Ib64e450e26b2878b5519fb6afeafa2ce9477ac85
    Reviewed-on: https://code.wireshark.org/review/12708
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    (cherry picked from commit dcfbf927055bb3e9a27fdcb78d8bd819c871a98e)
    Reviewed-on: https://code.wireshark.org/review/12726
    

Actions performed:

    from  e56437e   Qt UI: use a default (and minimum) value of 2 for the number of files in a ring buffer.
    adds  b83a7c4   ERF: Add basic no-break support for ERF_TYPE_META.


Summary of changes:
 epan/dissectors/packet-erf.c |    6 ++++++
 wiretap/erf.c                |    6 +-----
 wiretap/erf.h                |   20 ++++++++++++++++++++
 3 files changed, 27 insertions(+), 5 deletions(-)