aboutsummaryrefslogtreecommitdiffstats
path: root/util.c
Commit message (Expand)AuthorAgeFilesLines
* Start moving files to ui/ and ui/cli/Jörg Mayer2012-02-171-341/+0
* Make some routines static that aren't used outside the source file inGuy Harris2011-05-171-1/+1
* Simplified a #ifdef __WIN32.Stig Bjørlykke2011-01-101-4/+2
* Only call GetSystemMetrics(SM_REMOTESESSION) if running on MS Windows. Stephen Fisher2010-12-161-0/+4
* Simplify our Remote Desktop session detection.Gerald Combs2010-12-161-15/+8
* From Jan Šafránek via bug 4945:Stig Bjørlykke2010-06-281-4/+28
* Squelch some compiler warnings.Guy Harris2010-03-111-2/+2
* Fix the last(?) of the Win64 compilation problems.Gerald Combs2009-04-161-1/+1
* Fix a typo in a comment.Stig Bjørlykke2008-08-091-1/+1
* Rename a variable to avoid collisions with a global variable, as notedGuy Harris2008-06-231-3/+3
* Fix some of the Errors/warnings detected by checkapi.Anders Broman2008-05-071-5/+5
* Remove:Anders Broman2008-04-091-4/+0
* Fix get_conn_cfilter() such that not an invalid capture filterMichael Tüxen2008-04-071-1/+4
* - Remove GLIB1 codeStephen Fisher2008-04-071-1/+0
* Rewrote to use g_strlcpy and g_strlcat.Stig Bjørlykke2008-03-021-2/+3
* More rewrite of prohibited APIs (sprintf, strcpy, strcat).Stig Bjørlykke2008-02-031-3/+3
* some more path fixes for g_ascii_strcasecmp.hRonnie Sahlberg2007-11-281-1/+1
* strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaGuy Harris2007-11-271-4/+8
* From Sebastien Tandel:Stephen Fisher2007-02-131-0/+1
* When parsing DISPLAY, mirror what __X11TransConnectDisplay() does - andGuy Harris2007-01-241-17/+141
* Use SESSIONNAME instead of CLIENTNAME to try to detect RDP sessions.Gerald Combs2006-09-151-4/+16
* 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