aboutsummaryrefslogtreecommitdiffstats
path: root/version_info.c
AgeCommit message (Collapse)AuthorFilesLines
2008-03-05Don't add newline before LIBCAP, as this is done correct in end_string().stig1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24563 f5534014-38df-0310-8fa8-9805f1628bb7
2008-03-04Add a POSIX capabilities blurb to get_compiled_version_info().gerald1-1/+16
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24561 f5534014-38df-0310-8fa8-9805f1628bb7
2008-01-15Bump datestig1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24096 f5534014-38df-0310-8fa8-9805f1628bb7
2007-11-30first steps to support MSVC 2008 Express Editionulfl1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23691 f5534014-38df-0310-8fa8-9805f1628bb7
2007-11-10Add MacOS X version next to the Darwin version in version outputs.sfisher1-1/+28
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23418 f5534014-38df-0310-8fa8-9805f1628bb7
2007-09-29We don't use NetSNMP any more.guy1-4/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23021 f5534014-38df-0310-8fa8-9805f1628bb7
2007-09-15Add routines under Windows to check if npf.sys is running, and togerald1-0/+30
fetch the major OS version. If we're running Windows >= 6 (Vista) _and_ npf.sys isn't running, warn the user in Wireshark and TShark. Add a recent prefs item to disable the warning in Wireshark. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22877 f5534014-38df-0310-8fa8-9805f1628bb7
2007-08-26libsmi was missing from the CFLAGSlego1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22676 f5534014-38df-0310-8fa8-9805f1628bb7
2007-08-26Fix a typoetxrab1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22675 f5534014-38df-0310-8fa8-9805f1628bb7
2007-08-26Minor tweeks.etxrab1-6/+10
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22674 f5534014-38df-0310-8fa8-9805f1628bb7
2007-02-06From Eric Hall to fix bug 1289:morriss1-2/+2
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1289 Rename 'svnversion' to 'wireshark_svnversion' to resolve a symbol conflict with GTK 2.10.6 (hmm, shouldn't GTK not be exporting that symbol or at least naming it so as to prevent such collisions? Well, so should we, so...) From Andreas Fink: change #ifdef for size_t in airdcap_interop.h to fix compile on MacOS X. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20726 f5534014-38df-0310-8fa8-9805f1628bb7
2007-01-26A few more ethereal --> wiresharkwmeier1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20559 f5534014-38df-0310-8fa8-9805f1628bb7
2007-01-18Fix version_info.c compilationlego1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20478 f5534014-38df-0310-8fa8-9805f1628bb7
2007-01-18the version string stated "without Lua" regardless or not Lua support was ↵lego1-2/+2
indeed built. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20468 f5534014-38df-0310-8fa8-9805f1628bb7
2007-01-04Bump datejake1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20307 f5534014-38df-0310-8fa8-9805f1628bb7
2006-12-22Take out UCD-SNMP message since we no longer use itmorriss1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20199 f5534014-38df-0310-8fa8-9805f1628bb7
2006-12-09Fix the display of whether the program was built with Net-SNMP, now thatguy1-20/+1
we no longer support UCD SNMP and no longer define HAVE_SOME_SNMP. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20084 f5534014-38df-0310-8fa8-9805f1628bb7
2006-10-20MS usually calls this a build number, not a patch (e.g. see the system ↵ulfl1-2/+2
version info) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19643 f5534014-38df-0310-8fa8-9805f1628bb7
2006-10-20Do the word-wrapping in end_string(), once the string is completelyguy1-70/+38
constructed. Clean up the insertion of ", ". Put the runtime libpcap version into the runtime version info. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19625 f5534014-38df-0310-8fa8-9805f1628bb7
2006-10-20Make dumpcap complile again and other minor improvements.jake1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19624 f5534014-38df-0310-8fa8-9805f1628bb7
2006-10-19Remove an extra space.gerald1-2/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19621 f5534014-38df-0310-8fa8-9805f1628bb7
2006-10-19Rename get_epan_and_portaudio_version_info() to get_gui_compiled_info()gerald1-4/+11
and add version info for AirPcap. Add a corresponding get_gui_runtime_info(). Fix up whitespace. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19620 f5534014-38df-0310-8fa8-9805f1628bb7
2006-10-19Clean up the word wrap stuff a bit. (Arguably, that should be done inguy1-58/+58
the code that displays it - we might, for example, be able to have the About dialog word-wrap to the appropriate size, and word-wrap text printed to the standard output to the terminal width if it's going to a terminal and to 80 or whatever columns otherwise.) Don't report anything in dumpcap about libraries not used by dumpcap. (It was printing a blank, which looked a bit weird.) Fix the handling of _MSC_VER as per Gerald's fix for _MSC_FULL_VER. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19618 f5534014-38df-0310-8fa8-9805f1628bb7
2006-10-19Fix the MSVC++ compiler information. Put a blank line before the "Built"gerald1-17/+17
info. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19616 f5534014-38df-0310-8fa8-9805f1628bb7
2006-10-19Fix a comment.guy1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19614 f5534014-38df-0310-8fa8-9805f1628bb7
2006-10-19Fix up the changes to put the Portaudio information at the end of theguy1-12/+80
version string, so the information comes out right for applications that don't use Portaudio. Get rid of an extra "with" in the version string for dumpcap. Get rid of an extra blank after the libpcap version string, and get rid of an extra newline before it. Attempt to add more compiler version information and to prettify the MSVC++ version information (both untested). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19613 f5534014-38df-0310-8fa8-9805f1628bb7
2006-10-17Add compiler information.gerald1-0/+11
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19584 f5534014-38df-0310-8fa8-9805f1628bb7
2006-10-10Don't let PortAudio skip the queue on the about dialog ;)jake1-4/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19478 f5534014-38df-0310-8fa8-9805f1628bb7
2006-09-22Slightly reshape the version text: Bring the OS info above the WinPcap text ↵ulfl1-3/+7
- this just makes more sense IMHO git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19294 f5534014-38df-0310-8fa8-9805f1628bb7
2006-09-22Add support for reading from stdin under Windows. Based on a patch sentgerald1-1/+1
in last year by Gianluca Varenni. Add partial support for reading from named pipes (currently disabled). Move utf_8to16() and utf_16to8() to a separate module (unicode-utils.[ch]) so that we don't have to cut and paste code in dumpcap.c. Fix up whitespace. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19291 f5534014-38df-0310-8fa8-9805f1628bb7
2006-09-12Move the PortAudio stuff to from version_info.c to gtk/main.c, so it canguy1-29/+0
use Pa_GetVersionText(). (The word-wrapping stuff appears to work.) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19222 f5534014-38df-0310-8fa8-9805f1628bb7
2006-09-12tshark wouldn't link any more, as it doesn't link againstjmayer1-0/+7
libportaudio, but version_info.c with libportaudio >= 19 needs to link against this. FIXME: Just print out >= 19 instead of real version string until someone finds a proper solution. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19219 f5534014-38df-0310-8fa8-9805f1628bb7
2006-09-12Makefile.nmakejmayer1-3/+15
config.h.win32 - Use HAVE_LIBPORTAUDIO instead of HAVE_PORTAUDIO to make sure we use the same var everywhere (including sources and autofoo stuff). - Use PORTAUDIO_API_1 everywhere version_info.c - Include <portaudio.h> - Add some , and breaks when printing version infos. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19218 f5534014-38df-0310-8fa8-9805f1628bb7
2006-09-12add version output (e.g. in the About box) for the following libraries:ulfl1-0/+67
-GnuTLS -Gcrypt -Kerberos (no version, only if compiled with MIT/HEIMDAL or without any kerberos) -PortAudio (version number only for V>=19, maybe need some fixing) Don't know how to use the line breaking stuff, if someone could help me here ... git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19217 f5534014-38df-0310-8fa8-9805f1628bb7
2006-08-17Include strutil.h.gerald1-2/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18942 f5534014-38df-0310-8fa8-9805f1628bb7
2006-08-13another place missing a call to utf_16to8(), the about box was showing ↵ulfl1-1/+1
"Windows XP S", where it should be "Windows XP Service Pack 2" dumpcap uses this too, so I had to duplicate utf_16to8 there :-( git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18891 f5534014-38df-0310-8fa8-9805f1628bb7
2006-05-28Ethereal->Wiresharketxrab1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18235 f5534014-38df-0310-8fa8-9805f1628bb7
2006-05-22ethereal->wireshark updatessahlberg1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18206 f5534014-38df-0310-8fa8-9805f1628bb7
2006-05-21name changesahlberg1-3/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18197 f5534014-38df-0310-8fa8-9805f1628bb7
2006-03-01Add Lua support by default for Win32. Fix some compilation problems.gerald1-0/+13
Add Lua information to the version paragraph. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17440 f5534014-38df-0310-8fa8-9805f1628bb7
2006-02-17remove dependencies to pcap.h, so getting an idea what needs to be done by ↵ulfl1-4/+5
dumpcap in addition to the things already done now various dumpcap related code cleanup: mainly #include's and capture engine related stuff git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17327 f5534014-38df-0310-8fa8-9805f1628bb7
2006-02-17we don't need pcap.h here (any longer)ulfl1-10/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17324 f5534014-38df-0310-8fa8-9805f1628bb7
2006-01-12we have 2006 in the meantime ...ulfl1-1/+1
I've also added "and contributors" to the copyright string git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17018 f5534014-38df-0310-8fa8-9805f1628bb7
2005-12-21Provide not only copyright information, but a GPL blurb, in all theguy1-1/+29
version/usage messages. Put newlines at the end of various version strings. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16870 f5534014-38df-0310-8fa8-9805f1628bb7
2005-12-06rename pcap-....c/.h files to capture-pcap-....c/.hulfl1-1/+1
this way, the capture prefix will "logically" group the files together and file browsers will also group them we may want to move the files into a subdir capture later git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16691 f5534014-38df-0310-8fa8-9805f1628bb7
2005-10-04Grr. Without the right version of the SDK, we can't even compile codeguy1-12/+8
to *use* the shiny new features. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16102 f5534014-38df-0310-8fa8-9805f1628bb7
2005-10-04Cope with NT 6.0, and with the x86-64 version of XP being NT 5.2 ratherguy1-1/+26
than NT 5.1. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16100 f5534014-38df-0310-8fa8-9805f1628bb7
2005-08-16Move SVNVERSION handling into version_info. That way, we won't havejmayer1-0/+9
to recompile tethereal.o etc each time the svn version has changed, relinking is sufficient. I'm not sure what to do about mergecap, as it currently doesn't link against version_info, so it's "overhead" either way. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15371 f5534014-38df-0310-8fa8-9805f1628bb7
2004-12-29Make the tone of the error messages a bit less formal, by usingguy1-1/+1
contractions. (Safari does, at least when you're trying to open a file to which you don't have read access.) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12852 f5534014-38df-0310-8fa8-9805f1628bb7
2004-09-11Use _WIN32 rather than WIN32 to determine if we're compiling on Win32;guy1-2/+2
according to Gisle Vanem, WIN32 isn't a built-in in MSVC, but _WIN32 is. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11972 f5534014-38df-0310-8fa8-9805f1628bb7