Wireshark-commits: [Wireshark-commits] master d7cbea9: TShark: Add a "-E bom=" option.
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 11 May 2016 17:30:51 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d7cbea94282099405e0754ff927ec3a5a79dcb9d
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

d7cbea9 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    TShark: Add a "-E bom=" option.
    
    Add an option to print the UTF-8 BOM.
    
    Change-Id: I3d30c67852b9b89d1548b0f957d97fd8e8741049
    Reviewed-on: https://code.wireshark.org/review/15318
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Jaap Keuter <jaap.keuter@xxxxxxxxx>
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  bca12ba   Run checkAPIs in epan/ftypes/ .
    adds  d7cbea9   TShark: Add a "-E bom=" option.


Summary of changes:
 doc/tshark.pod         |    3 +++
 epan/print.c           |   21 +++++++++++++++++++++
 tshark.c               |    1 +
 wsutil/utf8_entities.h |    3 +++
 4 files changed, 28 insertions(+)