aboutsummaryrefslogtreecommitdiffstats
path: root/util.c
AgeCommit message (Expand)AuthorFilesLines
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
2000-09-28More EPAN-related code movements. Get rid of usage of #include "globals.h"gram1-77/+1
2000-09-17libpcap unconditionally includes <net/if.h> on UNIX systems, as that is,guy1-2/+2
2000-09-10Compute and display negative relative and delta time stamps correctly,guy1-1/+45
2000-09-07Always use "g_free()" to free "ifc.ifc_buf"; it's set to a valueguy1-2/+2
2000-08-31The interface list will now be get into an dynamic growing buffer and notgirlich1-14/+33
2000-08-11Miscellaneous code cleaningdeniel1-6/+1
2000-07-31Add a routine to check whether a file is a directory or not.guy1-1/+46
2000-03-21Paul Welchinski's changes to, on Win32 systems:guy1-14/+35
2000-03-14On Windows, when getting the user's home directory, don't look at theguy1-18/+56
2000-02-22In Tethereal, allow capture filters and read filters either to beguy1-1/+41
2000-02-09Integrate Ed Meaney's <emeaney@altiga.com> changes for using libpcapgram1-1/+29
2000-01-31Add a semicolon in a win32 block of code.gram1-2/+2
2000-01-29Just pass the return value of "getuid()" directly on to "getpwuid()";guy1-4/+2
2000-01-29Fix #ifndef line whose symbol had been omitted.guy1-2/+2
2000-01-29Don't put "get_home_dir()" inside #ifdef HAVE_LIBPCAP/#endif.guy1-10/+26
2000-01-29Remove instances of getenv("HOME") and provide a get_home_dir() functiongram1-1/+30
2000-01-26In Win32, treat both '/' and '\' as pathname separators.guy1-8/+16
2000-01-25Provide a "get_dirname()" routine, that takes a pathname and returnsguy1-8/+54
2000-01-25Encapsulate the code to take a pointer to a pathname and return aguy1-1/+38
2000-01-16Move the routine to get a list of the network interfaces on the systemguy1-1/+209
2000-01-15Merge in the final code to make Ethereal run on Win32, compiledgram1-1/+5
2000-01-10Some initial changes for win32 support, but not all.gram1-1/+6
1999-12-09Move the GTK+ implementations of various UI utilities out of "util.c"guy1-131/+1
1999-11-22A "character encoding" variable is now set per packet. The existencegram1-71/+83
1999-10-19Add ASCII/EBCDIC conversion to TCP Follow window. Also add Close buttongram1-1/+101
1999-09-24In "try_tempfile()", if the buffer is too short for the temporary fileguy1-1/+5
1999-09-23Fix the calculation of the temporary file name length inguy1-2/+2
1999-08-23The Single UNIX Specification doesn't say that "mkstemp()" creates theguy1-2/+22
1999-08-18Small change to create_tempfile, initializing static vars.gram1-7/+8
1999-08-18Make a "create_tempfile()" routine that constructs the template to beguy1-1/+87
1999-07-09Added the ability to create a read-only ethereal, i.e., one thatgram1-2/+2
1999-06-12Improve the alert boxes put up for file open/read/write errors. (Someguy1-70/+1
1999-04-06Capturing packets from ethereal now saves the capture in an "anonymous" buffe...gram1-1/+78
1999-04-05Get rid of include of <strings.h> from "util.c", as it's not needed, andguy1-2/+1
1999-03-31Move the bitfield-decoding routines to "packet.h", along with otherguy1-86/+1
1999-03-23Removed all references to gtk objects from packet*.[ch] files. They nowgram1-2/+4
1999-01-01Added #include <sys/types.h> for compilation under gtk-1.1.11gram1-1/+5
1998-12-29* Added Joerg Mayer's Vines patchgerald1-1/+82
1998-12-22Stopped the "TCP Follow" screen from producing an error when usinggram1-1/+2
1998-10-28* Aligned the icon with the top edge of the dialog.gerald1-9/+9
1998-10-16* Copied in the correct GNU license (I'm such a goober)gerald1-5/+23
1998-10-13Squelch a number of "-Wall" errors by:guy1-1/+10
1998-10-12- Added match_strval function to packet.cgerald1-2/+12
1998-09-27Merged in a _huge_ patch from Guy Harris. It adds a time stap column,gerald1-1/+3
1998-09-16Added ID tags to the beginning of each source file.gerald1-0/+2