URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=dcfbf927055bb3e9a27fdcb78d8bd819c871a98e
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
dcfbf92 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>
Actions performed:
from 1618114 sctp_graph_dlg: fix Expression 'tsn->secs >= min_secs' is always true. Unsigned type value is always >= 0
adds dcfbf92 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(-)