URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c1f30471caebea3e7954cc4fbf876b2eae1045e4
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
c1f3047 by Guy Harris (guy@xxxxxxxxxxxx):
Move the version_info.c stuff to wsutil/ws_version_info.c.
Change-Id: I3a5c7e219974bfb924819b43b4d445eaf00e5bde
Reviewed-on: https://code.wireshark.org/review/6153
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 4eeb440 Remove proto_tree_add_text from packet-dcerpc-pn-io.c
adds c1f3047 Move the version_info.c stuff to wsutil/ws_version_info.c.
Summary of changes:
CMakeLists.txt | 8 ---
Makefile.common | 23 ++----
Makefile.nmake | 4 +-
capinfos.c | 2 -
captype.c | 2 -
dumpcap.c | 1 -
echld/echld-int.h | 1 -
editcap.c | 2 -
epan/print.c | 3 +-
mergecap.c | 2 -
rawshark.c | 1 -
reordercap.c | 2 -
text2pcap.c | 1 -
tfshark.c | 1 -
tshark.c | 1 -
ui/decode_as_utils.c | 3 +-
ui/gtk/main.c | 1 -
ui/qt/follow_stream_dialog.cpp | 3 +-
ui/qt/main.cpp | 1 -
ui/qt/main_welcome.cpp | 2 +-
version_info.c | 156 ----------------------------------------
version_info.h | 71 ------------------
wsutil/ws_version_info.c | 113 ++++++++++++++++++++++++++++-
wsutil/ws_version_info.h | 23 ++++++
24 files changed, 148 insertions(+), 279 deletions(-)
delete mode 100644 version_info.c
delete mode 100644 version_info.h