URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2d8ec49ffad14a1f1ea7a71c99e617bbfd0767a9
Submitter: Stephen Fisher (sfisher@xxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
2d8ec49 by Stephen Fisher (sfisher@xxxxxxx):
Move twelve show_version() functions from the varoius programs and
Wireshark UI files into a single one in wsutil.
Change-Id: I0a64f0cc8106bd681bd185289c36272c4c43baad
Reviewed-on: https://code.wireshark.org/review/6026
Reviewed-by: Stephen Fisher <sfisher@xxxxxxx>
Actions performed:
from 45daef6 Put a C comment in dummy.cpp so the user knows where dummy.cpp came from if it is ever created during the build process.
adds 2d8ec49 Move twelve show_version() functions from the varoius programs and Wireshark UI files into a single one in wsutil.
Summary of changes:
capinfos.c | 17 +----------------
captype.c | 17 +----------------
dumpcap.c | 16 +---------------
editcap.c | 17 +----------------
mergecap.c | 17 +----------------
rawshark.c | 17 +----------------
reordercap.c | 17 +----------------
text2pcap.c | 17 +----------------
tfshark.c | 17 +----------------
tshark.c | 17 +----------------
ui/gtk/main.c | 16 +---------------
ui/qt/main.cpp | 17 +----------------
wsutil/ws_version_info.c | 18 ++++++++++++++++++
wsutil/ws_version_info.h | 2 ++
14 files changed, 32 insertions(+), 190 deletions(-)