Wireshark-commits: [Wireshark-commits] master fd93f54: Clarify the name and description for a link-

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 09 Jan 2019 21:22:02 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=fd93f5490c6a29d01e5cd11f14679641300469f9
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

fd93f54 by Guy Harris (guy@xxxxxxxxxxxx):

    Clarify the name and description for a link-layer encapsulation type.
    
    What we were calling the "name" is actually a description to show to
    users; what were calling the "short name" is just the name to use on the
    command line.
    
    Rename some routines and structure members, and put the name first and
    description second in the table.
    
    Expand some descriptions to give more details (e.g., to be more than
    just a capitalized version of the name).
    
    Fix the CamelCase capitalization of InfiniBand.
    
    Change-Id: I060b8bd86573880efd0fab044401b449469563eb
    Reviewed-on: https://code.wireshark.org/review/31472
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  c8f8720   E1AP: upgrade dissector to v15.2.0
     add  fd93f54   Clarify the name and description for a link-layer encapsulation type.


Summary of changes:
 capinfos.c                               |   6 +-
 editcap.c                                |  10 +-
 epan/dissectors/packet-frame.c           |   2 +-
 epan/wslua/wslua_dumper.c                |   4 +-
 mergecap.c                               |  12 +-
 ui/qt/capture_file_properties_dialog.cpp |   6 +-
 ui/qt/import_text_dialog.cpp             |   2 +-
 wiretap/pcapng.c                         |  10 +-
 wiretap/wtap.c                           | 453 ++++++++++++++++---------------
 wiretap/wtap.h                           |   8 +-
 10 files changed, 257 insertions(+), 256 deletions(-)