aboutsummaryrefslogtreecommitdiffstats
path: root/util.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* More EPAN-related code movements. Get rid of usage of #include "globals.h"Gilbert Ramirez2000-09-281-77/+1
* libpcap unconditionally includes <net/if.h> on UNIX systems, as that is,Guy Harris2000-09-171-2/+2
* Compute and display negative relative and delta time stamps correctly,Guy Harris2000-09-101-1/+45
* Always use "g_free()" to free "ifc.ifc_buf"; it's set to a valueGuy Harris2000-09-071-2/+2
* The interface list will now be get into an dynamic growing buffer and notUwe Girlich2000-08-311-14/+33
* Miscellaneous code cleaningLaurent Deniel2000-08-111-6/+1
* Add a routine to check whether a file is a directory or not.Guy Harris2000-07-311-1/+46
* Paul Welchinski's changes to, on Win32 systems:Guy Harris2000-03-211-14/+35
* On Windows, when getting the user's home directory, don't look at theGuy Harris2000-03-141-18/+56