aboutsummaryrefslogtreecommitdiffstats
path: root/util.c
Commit message (Expand)AuthorAgeFilesLines
* name changeRonnie Sahlberg2006-05-211-2/+2
* Move create_tempfile() to tempfile.c out of util.c. This means dumpcapGuy Harris2006-02-121-121/+0
* If "CLIENTNAME" is set (which indicates that we're using RDP) useGerald Combs2005-12-161-4/+2
* Clear up const vs. non-const warnings.Guy Harris2005-12-071-1/+1
* as mkstemp makes trouble and is only used once in util.c, move definition fro...Ulf Lamping2005-11-071-0/+9
* replace *a lot* of file related calls by their GLib counterparts. This is nec...Ulf Lamping2005-11-061-16/+3
* various code cleanup:Ulf Lamping2005-08-081-5/+1
* "setup_tmpdir()" either returns the const string passed to it, or itGuy Harris2005-08-061-7/+7
* Last set of char -> const char trivial warning fixes.Jörg Mayer2005-08-061-2/+2
* Add a "get_addr_name()" routine that takes an "address *" and attemptsGuy Harris2004-12-301-0/+1
* Use _WIN32 rather than WIN32 to determine if we're compiling on Win32;Guy Harris2004-09-111-3/+3
* Move the base-64 routines to "epan/base64.c".Guy Harris2004-09-101-33/+0
* Move the stuff to handle ASCII <-> EBCDIC conversions toGuy Harris2004-09-101-113/+0
* From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anGuy Harris2004-08-061-1/+1
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* Fix automagically generated filters in case of remote login via IPv6.Jörg Mayer2004-06-251-10/+12
* Fix the other place where we construct temporary path names to useGuy Harris2004-05-221-4/+4
* As noted by Thomas Anders, the Heimdal libroken library has a base64_decode()Olivier Biot2004-05-101-2/+2
* Don't automatically set a capture filter if DISPLAY or REMOTEHOST areGerald Combs2004-03-121-5/+12
* Use G_DIR_SEPARATOR_S rather than "/" as the pathname separator whenGuy Harris2004-02-071-2/+2
* Rename DISSECTOR_HELPER_{SRC,OBJECTS} toGuy Harris2004-01-111-302/+1
* removed some MSVC warnings (moved pcap.h before glib.h)Ulf Lamping2003-12-211-5/+5
* From Olivier BiotGilbert Ramirez2003-12-061-1/+35
* Don't automatically fill in a capture filter if CLIENTNAME is set toGerald Combs2003-12-011-3/+5
* Check the environment variables SSH_CONNECTION, SSH_CLIENT, REMOTEHOST,Gerald Combs2003-11-181-1/+50
* From Gisle Vanem:Gerald Combs2003-11-021-8/+8
* Include <windows.h> so that OSVERSIONINFO and the like are defined onGuy Harris2003-10-311-1/+11
* Get the version number of the libpcap/WinPcap with which we're runningGuy Harris2003-10-101-46/+5
* From Gisle Vanem: MingW declares "rint()" in <math.h> and defines it inGuy Harris2003-08-181-2/+4
* From smhuang [AT] pcs.csie.nctu.edu.tw: fix a "g_string_append()" call.Guy Harris2003-07-111-2/+2
* Fixes to get it to compile on Win32.Guy Harris2003-06-131-8/+6
* On Win32, say "without WinPcap" rather than "without libpcap" (althoughGuy Harris2003-06-131-1/+5
* Do run-time word-wrapping on the "Compiled with" message, rather thanGuy Harris2003-06-131-14/+78
* Put in a missing comma.Guy Harris2003-06-131-2/+2
* Add ADNS to the "Compiled with" list. Wrap at the SNMP library part sinceGerald Combs2003-05-261-4/+10
* Move the base64_decode() function somewhere where other dissectors canTim Potter2003-05-231-1/+34
* Change the version messages to put the "compiled with" stuff on aGuy Harris2003-03-121-10/+19
* If we have <windows.h>, we need to include it to declare OSVERSIONINFO.Guy Harris2003-03-081-4/+8
* Put the code to get version numbers of various libraries with whichGuy Harris2003-03-081-1/+223
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-6/+6
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-5/+1
* More static-ization. In util.c, I commented out the ASCII-to-EBCDICGilbert Ramirez2002-04-081-1/+3
* Wrap calls to "pcap_datalink()" in a routine that attempts to compensateGuy Harris2001-11-091-302/+2
* Fix the rest of the signed/unsigned comparison warnings.Gilbert Ramirez2001-10-261-2/+2
* On Windows, use the directory in which the binary resides as theGuy Harris2001-08-211-48/+2
* "get_home_dir()", in "epan/filesystem.c", usesGuy Harris2001-04-021-92/+1
* Throw in a cast to squelch a complaint from Visual C++ 6.0.Guy Harris2001-03-221-2/+2
* There's no need for a member of a "capture_file" structure holding aGuy Harris2001-01-281-1/+3
* On Linux, try to open the "any" device and, if we can open it, add it toGuy Harris2000-12-231-1/+18
* Fix it to build on Windows.Guy Harris2000-10-111-2/+2