Wireshark-commits: [Wireshark-commits] master b157a5d: capinfos: Ensure empty columns are written i

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 19 Mar 2017 16:25:39 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b157a5d80c683da26e242eab398109b9b4ef785b
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

b157a5d by Jim Young (jyoung@xxxxxxx):

    capinfos: Ensure empty columns are written in -T reports.
    
    When using capinfo's -T report insure that proper placeholders are written
    to the records if any of the optional pcapng SHB block values are missing
    so as to maintain column alignment with the header record.
    
    Augment the comments about the potential silliness regarding the dumping
    of pcapng comments in capinfos -T reports.
    
    Change-Id: I43df4aeed2235f7ed9c67519c249361ab00680f1
    Reviewed-on: https://code.wireshark.org/review/20613
    Petri-Dish: Jim Young <jim.young.ws@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  dfed842   dissector: fix typo identifer -> identifier
    adds  b157a5d   capinfos: Ensure empty columns are written in -T reports.


Summary of changes:
 capinfos.c |   35 +++++++++++++++++++++++++----------
 1 file changed, 25 insertions(+), 10 deletions(-)