aboutsummaryrefslogtreecommitdiffstats
path: root/util.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-16Fix the last(?) of the Win64 compilation problems.Gerald Combs1-1/+1
2008-08-09Fix a typo in a comment.Stig Bjørlykke1-1/+1
2008-06-23Rename a variable to avoid collisions with a global variable, as notedGuy Harris1-3/+3
2008-05-07Fix some of the Errors/warnings detected by checkapi.Anders Broman1-5/+5
2008-04-09Remove:Anders Broman1-4/+0
2008-04-07Fix get_conn_cfilter() such that not an invalid capture filterMichael Tüxen1-1/+4
2008-04-07- Remove GLIB1 codeStephen Fisher1-1/+0
2008-03-02Rewrote to use g_strlcpy and g_strlcat.Stig Bjørlykke1-2/+3
2008-02-03More rewrite of prohibited APIs (sprintf, strcpy, strcat).Stig Bjørlykke1-3/+3
2007-11-28some more path fixes for g_ascii_strcasecmp.hRonnie Sahlberg1-1/+1
2007-11-27strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaGuy Harris1-4/+8
2007-02-13From Sebastien Tandel:Stephen Fisher1-0/+1
2007-01-24When parsing DISPLAY, mirror what __X11TransConnectDisplay() does - andGuy Harris1-17/+141
2006-09-15Use SESSIONNAME instead of CLIENTNAME to try to detect RDP sessions.Gerald Combs1-4/+16
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-02-12Move create_tempfile() to tempfile.c out of util.c. This means dumpcapGuy Harris1-121/+0
2005-12-16If "CLIENTNAME" is set (which indicates that we're using RDP) useGerald Combs1-4/+2
2005-12-07Clear up const vs. non-const warnings.Guy Harris1-1/+1
2005-11-07as mkstemp makes trouble and is only used once in util.c, move definition fro...Ulf Lamping1-0/+9
2005-11-06replace *a lot* of file related calls by their GLib counterparts. This is nec...Ulf Lamping1-16/+3
2005-08-08various code cleanup:Ulf Lamping1-5/+1
2005-08-06"setup_tmpdir()" either returns the const string passed to it, or itGuy Harris1-7/+7
2005-08-06Last set of char -> const char trivial warning fixes.Jörg Mayer1-2/+2
2004-12-30Add a "get_addr_name()" routine that takes an "address *" and attemptsGuy Harris1-0/+1
2004-09-11Use _WIN32 rather than WIN32 to determine if we're compiling on Win32;Guy Harris1-3/+3
2004-09-10Move the base-64 routines to "epan/base64.c".Guy Harris1-33/+0
2004-09-10Move the stuff to handle ASCII <-> EBCDIC conversions toGuy Harris1-113/+0
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anGuy Harris1-1/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-06-25Fix automagically generated filters in case of remote login via IPv6.Jörg Mayer1-10/+12
2004-05-22Fix the other place where we construct temporary path names to useGuy Harris1-4/+4
2004-05-10As noted by Thomas Anders, the Heimdal libroken library has a base64_decode()Olivier Biot1-2/+2
2004-03-12Don't automatically set a capture filter if DISPLAY or REMOTEHOST areGerald Combs1-5/+12
2004-02-07Use G_DIR_SEPARATOR_S rather than "/" as the pathname separator whenGuy Harris1-2/+2
2004-01-11Rename DISSECTOR_HELPER_{SRC,OBJECTS} toGuy Harris1-302/+1
2003-12-21removed some MSVC warnings (moved pcap.h before glib.h)Ulf Lamping1-5/+5
2003-12-06From Olivier BiotGilbert Ramirez1-1/+35
2003-12-01Don't automatically fill in a capture filter if CLIENTNAME is set toGerald Combs1-3/+5
2003-11-18Check the environment variables SSH_CONNECTION, SSH_CLIENT, REMOTEHOST,Gerald Combs1-1/+50
2003-11-02From Gisle Vanem:Gerald Combs1-8/+8
2003-10-31Include <windows.h> so that OSVERSIONINFO and the like are defined onGuy Harris1-1/+11
2003-10-10Get the version number of the libpcap/WinPcap with which we're runningGuy Harris1-46/+5
2003-08-18From Gisle Vanem: MingW declares "rint()" in <math.h> and defines it inGuy Harris1-2/+4
2003-07-11From smhuang [AT] pcs.csie.nctu.edu.tw: fix a "g_string_append()" call.Guy Harris1-2/+2
2003-06-13Fixes to get it to compile on Win32.Guy Harris1-8/+6
2003-06-13On Win32, say "without WinPcap" rather than "without libpcap" (althoughGuy Harris1-1/+5
2003-06-13Do run-time word-wrapping on the "Compiled with" message, rather thanGuy Harris1-14/+78
2003-06-13Put in a missing comma.Guy Harris1-2/+2
2003-05-26Add ADNS to the "Compiled with" list. Wrap at the SNMP library part sinceGerald Combs1-4/+10
2003-05-23Move the base64_decode() function somewhere where other dissectors canTim Potter1-1/+34