URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=dfa50e6bd839641d9d137dcc8771f191e62cc031
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
dfa50e6 by Guy Harris (guy@xxxxxxxxxxxx):
    Use get_ws_vcs_version() to generate the version string.
    
    That's what we do in, for example, dumpcap.
    
    Also, use g_strdup_printf() for the strings, rather than using
    fixed-length arrays.
    
    Change-Id: I36ad201e3eda903ef3a089bafb09df0581efe512
    Reviewed-on: https://code.wireshark.org/review/6284
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    
Actions performed:
    from  a190c93   Remove unnecessary includes from wiretap folder
    adds  dfa50e6   Use get_ws_vcs_version() to generate the version string.
Summary of changes:
 text2pcap.c |   20 +++++++++-----------
 1 file changed, 9 insertions(+), 11 deletions(-)