aboutsummaryrefslogtreecommitdiffstats
path: root/util.c
AgeCommit message (Expand)AuthorFilesLines
2006-05-21name changesahlberg1-2/+2
2006-02-12Move create_tempfile() to tempfile.c out of util.c. This means dumpcapguy1-121/+0
2005-12-16If "CLIENTNAME" is set (which indicates that we're using RDP) usegerald1-4/+2
2005-12-07Clear up const vs. non-const warnings.guy1-1/+1
2005-11-07as mkstemp makes trouble and is only used once in util.c, move definition fro...ulfl1-0/+9
2005-11-06replace *a lot* of file related calls by their GLib counterparts. This is nec...ulfl1-16/+3
2005-08-08various code cleanup:ulfl1-5/+1
2005-08-06"setup_tmpdir()" either returns the const string passed to it, or itguy1-7/+7
2005-08-06Last set of char -> const char trivial warning fixes.jmayer1-2/+2
2004-12-30Add a "get_addr_name()" routine that takes an "address *" and attemptsguy1-0/+1
2004-09-11Use _WIN32 rather than WIN32 to determine if we're compiling on Win32;guy1-3/+3
2004-09-10Move the base-64 routines to "epan/base64.c".guy1-33/+0
2004-09-10Move the stuff to handle ASCII <-> EBCDIC conversions toguy1-113/+0
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anguy1-1/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2004-06-25Fix automagically generated filters in case of remote login via IPv6.jmayer1-10/+12
2004-05-22Fix the other place where we construct temporary path names to useguy1-4/+4
2004-05-10As noted by Thomas Anders, the Heimdal libroken library has a base64_decode()obiot1-2/+2
2004-03-12Don't automatically set a capture filter if DISPLAY or REMOTEHOST aregerald1-5/+12
2004-02-07Use G_DIR_SEPARATOR_S rather than "/" as the pathname separator whenguy1-2/+2
2004-01-11Rename DISSECTOR_HELPER_{SRC,OBJECTS} toguy1-302/+1
2003-12-21removed some MSVC warnings (moved pcap.h before glib.h)ulfl1-5/+5
2003-12-06From Olivier Biotgram1-1/+35
2003-12-01Don't automatically fill in a capture filter if CLIENTNAME is set togerald1-3/+5
2003-11-18Check the environment variables SSH_CONNECTION, SSH_CLIENT, REMOTEHOST,gerald1-1/+50
2003-11-02From Gisle Vanem:gerald1-8/+8
2003-10-31Include <windows.h> so that OSVERSIONINFO and the like are defined onguy1-1/+11
2003-10-10Get the version number of the libpcap/WinPcap with which we're runningguy1-46/+5
2003-08-18From Gisle Vanem: MingW declares "rint()" in <math.h> and defines it inguy1-2/+4
2003-07-11From smhuang [AT] pcs.csie.nctu.edu.tw: fix a "g_string_append()" call.guy1-2/+2
2003-06-13Fixes to get it to compile on Win32.guy1-8/+6
2003-06-13On Win32, say "without WinPcap" rather than "without libpcap" (althoughguy1-1/+5
2003-06-13Do run-time word-wrapping on the "Compiled with" message, rather thanguy1-14/+78
2003-06-13Put in a missing comma.guy1-2/+2
2003-05-26Add ADNS to the "Compiled with" list. Wrap at the SNMP library part sincegerald1-4/+10
2003-05-23Move the base64_decode() function somewhere where other dissectors cantpot1-1/+34
2003-03-12Change the version messages to put the "compiled with" stuff on aguy1-10/+19
2003-03-08If we have <windows.h>, we need to include it to declare OSVERSIONINFO.guy1-4/+8
2003-03-08Put the code to get version numbers of various libraries with whichguy1-1/+223
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-6/+6
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hjmayer1-5/+1
2002-04-08More static-ization. In util.c, I commented out the ASCII-to-EBCDICgram1-1/+3
2001-11-09Wrap calls to "pcap_datalink()" in a routine that attempts to compensateguy1-302/+2
2001-10-26Fix the rest of the signed/unsigned comparison warnings.gram1-2/+2
2001-08-21On Windows, use the directory in which the binary resides as theguy1-48/+2
2001-04-02"get_home_dir()", in "epan/filesystem.c", usesguy1-92/+1
2001-03-22Throw in a cast to squelch a complaint from Visual C++ 6.0.guy1-2/+2
2001-01-28There's no need for a member of a "capture_file" structure holding aguy1-1/+3
2000-12-23On Linux, try to open the "any" device and, if we can open it, add it toguy1-1/+18
2000-10-11Fix it to build on Windows.guy1-2/+2