URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1d92195de847a30e570ca690ab0a2034cb3a51d3
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
1d92195 by Guy Harris (guy@xxxxxxxxxxxx):
Have individual programs get libpcap and libz version info.
That way, the code that constructs the runtime version string doesn't
itself have to call libpcap and libz, and could be usable in programs
that don't call them.
While we're at it, add "with" to the run-time version information for
GnuTLS and libgcrypt, to match the compile-time version information, and
add the version information from libwireshark to TShark.
Change-Id: I3726a027d032270b032292da9314c1cec535dcd2
Reviewed-on: https://code.wireshark.org/review/2587
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from dd7134d Initialize whole buffer in GPRS Mobility and Session Management dissector
adds 1d92195 Have individual programs get libpcap and libz version info.
Summary of changes:
capture-pcap-util.h | 16 ++++++++--------
dumpcap.c | 19 ++++++++++++++++++-
epan/epan.c | 4 ++--
tshark.c | 24 +++++++++++++++++++++++-
ui/gtk/main.c | 20 ++++++++++++++++++--
ui/qt/main.cpp | 22 +++++++++++++++++-----
version_info.c | 9 ---------
7 files changed, 86 insertions(+), 28 deletions(-)