Wireshark-commits: [Wireshark-commits] master-1.12 bf25bf9: ERF: Add basic no-break support for ERF

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

Commits:

bf25bf9 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: Ib2e77edeec5b28234577dede1d8ba51e3c7ddb44
    Reviewed-on: https://code.wireshark.org/review/12727
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  640846b   Report an error if the IP total length is bigger than the containing length.
    adds  bf25bf9   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(-)