aboutsummaryrefslogtreecommitdiffstats
path: root/util.c
AgeCommit message (Expand)AuthorFilesLines
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
2003-03-12Change the version messages to put the "compiled with" stuff on aGuy Harris1-10/+19
2003-03-08If we have <windows.h>, we need to include it to declare OSVERSIONINFO.Guy Harris1-4/+8
2003-03-08Put the code to get version numbers of various libraries with whichGuy Harris1-1/+223
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-6/+6
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-5/+1
2002-04-08More static-ization. In util.c, I commented out the ASCII-to-EBCDICGilbert Ramirez1-1/+3
2001-11-09Wrap calls to "pcap_datalink()" in a routine that attempts to compensateGuy Harris1-302/+2
2001-10-26Fix the rest of the signed/unsigned comparison warnings.Gilbert Ramirez1-2/+2
2001-08-21On Windows, use the directory in which the binary resides as theGuy Harris1-48/+2
2001-04-02"get_home_dir()", in "epan/filesystem.c", usesGuy Harris1-92/+1
2001-03-22Throw in a cast to squelch a complaint from Visual C++ 6.0.Guy Harris1-2/+2
2001-01-28There's no need for a member of a "capture_file" structure holding aGuy Harris1-1/+3
2000-12-23On Linux, try to open the "any" device and, if we can open it, add it toGuy Harris1-1/+18
2000-10-11Fix it to build on Windows.Guy Harris1-2/+2
2000-09-28More EPAN-related code movements. Get rid of usage of #include "globals.h"Gilbert Ramirez1-77/+1
2000-09-17libpcap unconditionally includes <net/if.h> on UNIX systems, as that is,Guy Harris1-2/+2
2000-09-10Compute and display negative relative and delta time stamps correctly,Guy Harris1-1/+45
2000-09-07Always use "g_free()" to free "ifc.ifc_buf"; it's set to a valueGuy Harris1-2/+2
2000-08-31The interface list will now be get into an dynamic growing buffer and notUwe Girlich1-14/+33
2000-08-11Miscellaneous code cleaningLaurent Deniel1-6/+1
2000-07-31Add a routine to check whether a file is a directory or not.Guy Harris1-1/+46
2000-03-21Paul Welchinski's changes to, on Win32 systems:Guy Harris1-14/+35
2000-03-14On Windows, when getting the user's home directory, don't look at theGuy Harris1-18/+56
2000-02-22In Tethereal, allow capture filters and read filters either to beGuy Harris1-1/+41
2000-02-09Integrate Ed Meaney's <emeaney@altiga.com> changes for using libpcapGilbert Ramirez1-1/+29
2000-01-31Add a semicolon in a win32 block of code.Gilbert Ramirez1-2/+2
2000-01-29Just pass the return value of "getuid()" directly on to "getpwuid()";Guy Harris1-4/+2
2000-01-29Fix #ifndef line whose symbol had been omitted.Guy Harris1-2/+2