Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master 0457e60: FT_BYTES: fix dissection of FT_BYTES when us

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 01 Nov 2018 06:25:37 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0457e6041942776ecff9d4377fc0ce5a340dbb7a
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

0457e60 by Jeremy Martin (boardermartin@xxxxxxxxx):

    FT_BYTES: fix dissection of FT_BYTES when using SEP_SPACE and "NONE" options
    
    SEP_SPACE and BASE_NONE both default to colon (:).  Fix SEP_SPACE and add SEP_NONE
    
    Bug: 15253
    Change-Id: Ib5db997714414370b08ffb9458c73d4aeef6aacf
    Reviewed-on: https://code.wireshark.org/review/30447
    Reviewed-by: Jeremy Martin <boardermartin@xxxxxxxxx>
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  8b977a4   Move condition logic to dumpcap.c
     add  0457e60   FT_BYTES: fix dissection of FT_BYTES when using SEP_SPACE and "NONE" options


Summary of changes:
 epan/ftypes/ftype-bytes.c | 38 +++++++++++++++++++++++++++++---------
 epan/proto.c              |  3 ++-
 epan/proto.h              | 13 +++++++------
 3 files changed, 38 insertions(+), 16 deletions(-)