ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] master 25f950e: Add tshark -G dissector-tables to dump a lis

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 17 Nov 2014 02:27:00 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=25f950eca945dde38bdbeb96c2c5dc4e9ea72029
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

25f950e by Guy Harris (guy@xxxxxxxxxxxx):

    Add tshark -G dissector-tables to dump a list of dissector tables.
    
    That list doesn't show the entries in the dissector tables, just
    information about the tables themselves.
    
    Clean up some tshark man page issues while we're at it.
    
    Change-Id: I70beee34110f5c0d58105944dd71105a8400f5ca
    Reviewed-on: https://code.wireshark.org/review/5360
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  57b7227   Eliminate proto_tree_add_text by formatting field hf_opcua_ByteString in a few places.
    adds  25f950e   Add tshark -G dissector-tables to dump a list of dissector tables.


Summary of changes:
 doc/tshark.pod |   14 +++++++---
 epan/packet.c  |   78 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 epan/packet.h  |    4 +++
 tfshark.c      |    3 +++
 tshark.c       |    3 +++
 5 files changed, 99 insertions(+), 3 deletions(-)