aboutsummaryrefslogtreecommitdiffstats
path: root/util.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* In Tethereal, allow capture filters and read filters either to beGuy Harris2000-02-221-1/+41
* Integrate Ed Meaney's <emeaney@altiga.com> changes for using libpcapGilbert Ramirez2000-02-091-1/+29
* Add a semicolon in a win32 block of code.Gilbert Ramirez2000-01-311-2/+2
* Just pass the return value of "getuid()" directly on to "getpwuid()";Guy Harris2000-01-291-4/+2
* Fix #ifndef line whose symbol had been omitted.Guy Harris2000-01-291-2/+2
* Don't put "get_home_dir()" inside #ifdef HAVE_LIBPCAP/#endif.Guy Harris2000-01-291-10/+26
* Remove instances of getenv("HOME") and provide a get_home_dir() functionGilbert Ramirez2000-01-291-1/+30
* In Win32, treat both '/' and '\' as pathname separators.Guy Harris2000-01-261-8/+16
* Provide a "get_dirname()" routine, that takes a pathname and returnsGuy Harris2000-01-251-8/+54
* Encapsulate the code to take a pointer to a pathname and return aGuy Harris2000-01-251-1/+38
* Move the routine to get a list of the network interfaces on the systemGuy Harris2000-01-161-1/+209
* Merge in the final code to make Ethereal run on Win32, compiledGilbert Ramirez2000-01-151-1/+5
* Some initial changes for win32 support, but not all.Gilbert Ramirez2000-01-101-1/+6
* Move the GTK+ implementations of various UI utilities out of "util.c"Guy Harris1999-12-091-131/+1
* A "character encoding" variable is now set per packet. The existenceGilbert Ramirez1999-11-221-71/+83
* Add ASCII/EBCDIC conversion to TCP Follow window. Also add Close buttonGilbert Ramirez1999-10-191-1/+101
* In "try_tempfile()", if the buffer is too short for the temporary fileGuy Harris1999-09-241-1/+5
* Fix the calculation of the temporary file name length inGuy Harris1999-09-231-2/+2
* The Single UNIX Specification doesn't say that "mkstemp()" creates theGuy Harris1999-08-231-2/+22
* Small change to create_tempfile, initializing static vars.Gilbert Ramirez1999-08-181-7/+8
* Make a "create_tempfile()" routine that constructs the template to beGuy Harris1999-08-181-1/+87
* Added the ability to create a read-only ethereal, i.e., one thatGilbert Ramirez1999-07-091-2/+2
* Improve the alert boxes put up for file open/read/write errors. (SomeGuy Harris1999-06-121-70/+1
* Capturing packets from ethereal now saves the capture in an "anonymous" buffe...Gilbert Ramirez1999-04-061-1/+78
* Get rid of include of <strings.h> from "util.c", as it's not needed, andGuy Harris1999-04-051-2/+1
* Move the bitfield-decoding routines to "packet.h", along with otherGuy Harris1999-03-311-86/+1
* Removed all references to gtk objects from packet*.[ch] files. They nowGilbert Ramirez1999-03-231-2/+4
* Added #include <sys/types.h> for compilation under gtk-1.1.11Gilbert Ramirez1999-01-011-1/+5
* * Added Joerg Mayer's Vines patchGerald Combs1998-12-291-1/+82
* Stopped the "TCP Follow" screen from producing an error when usingGilbert Ramirez1998-12-221-1/+2
* * Aligned the icon with the top edge of the dialog.Gerald Combs1998-10-281-9/+9