Wireshark-commits: [Wireshark-commits] master 0457e60: FT_BYTES: fix dissection of FT_BYTES when us
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(-)