Wireshark-commits: [Wireshark-commits] master eaf59eb: Move definitions of value_string tables into
      
      
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=eaf59eb4729007cbeb3f37e264ef509b35685e0f
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
eaf59eb by Guy Harris (guy@xxxxxxxxxxxx):
    Move definitions of value_string tables into packet-ncp.c.
    
    Make most of them static; make the ones used in more than one file
    public, and declare them in packet-ncp-int.h.
    
    Change-Id: If3df3bda33239d1ad3145b10d375ed76d632d4a9
    Reviewed-on: https://code.wireshark.org/review/13202
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    
Actions performed:
    from  3c37c8d   Fix indentation.
    adds  eaf59eb   Move definitions of value_string tables into packet-ncp.c.
Summary of changes:
 epan/dissectors/packet-ncp-int.h |  188 +-------------------------------------
 epan/dissectors/packet-ncp.c     |  185 +++++++++++++++++++++++++++++++++++++
 2 files changed, 188 insertions(+), 185 deletions(-)