Apparently bit 0x80 of a SAMR domain handle is the permission to look
[metze/wireshark/wip.git] / util.c
2002-08-28 Jörg MayerRemoved trailing whitespaces from .h and .c files using the
2002-08-02 Jörg MayerReplace the types from sys/types.h and netinet/in.h...
2002-04-08 Gilbert RamirezMore static-ization. In util.c, I commented out the...
2001-11-09 Guy HarrisWrap calls to "pcap_datalink()" in a routine that attem...
2001-10-26 Gilbert RamirezFix the rest of the signed/unsigned comparison warnings.
2001-08-21 Guy HarrisOn Windows, use the directory in which the binary resid...
2001-04-02 Guy Harris"get_home_dir()", in "epan/filesystem.c", uses
2001-03-22 Guy HarrisThrow in a cast to squelch a complaint from Visual...
2001-01-28 Guy HarrisThere's no need for a member of a "capture_file" struct...
2000-12-23 Guy HarrisOn Linux, try to open the "any" device and, if we can...
2000-10-11 Guy HarrisFix it to build on Windows.
2000-09-28 Gilbert RamirezMore EPAN-related code movements. Get rid of usage...
2000-09-17 Guy Harrislibpcap unconditionally includes <net/if.h> on UNIX...
2000-09-10 Guy HarrisCompute and display negative relative and delta time...
2000-09-07 Guy HarrisAlways use "g_free()" to free "ifc.ifc_buf"; it's set...
2000-08-31 Uwe GirlichThe interface list will now be get into an dynamic...
2000-08-11 Laurent DenielMiscellaneous code cleaning
2000-07-31 Guy HarrisAdd a routine to check whether a file is a directory...
2000-03-21 Guy HarrisPaul Welchinski's changes to, on Win32 systems:
2000-03-14 Guy HarrisOn Windows, when getting the user's home directory...
2000-02-22 Guy HarrisIn Tethereal, allow capture filters and read filters...
2000-02-09 Gilbert RamirezIntegrate Ed Meaney's <emeaney@altiga.com> changes...
2000-01-31 Gilbert RamirezAdd a semicolon in a win32 block of code.
2000-01-29 Guy HarrisJust pass the return value of "getuid()" directly on...
2000-01-29 Guy HarrisFix #ifndef line whose symbol had been omitted.
2000-01-29 Guy HarrisDon't put "get_home_dir()" inside #ifdef HAVE_LIBPCAP...
2000-01-29 Gilbert RamirezRemove instances of getenv("HOME") and provide a get_ho...
2000-01-26 Guy HarrisIn Win32, treat both '/' and '\' as pathname separators.
2000-01-25 Guy HarrisProvide a "get_dirname()" routine, that takes a pathnam...
2000-01-25 Guy HarrisEncapsulate the code to take a pointer to a pathname...
2000-01-16 Guy HarrisMove the routine to get a list of the network interface...
2000-01-15 Gilbert RamirezMerge in the final code to make Ethereal run on Win32...
2000-01-10 Gilbert RamirezSome initial changes for win32 support, but not all.
1999-12-09 Guy HarrisMove the GTK+ implementations of various UI utilities...
1999-11-22 Gilbert RamirezA "character encoding" variable is now set per packet...
1999-10-19 Gilbert RamirezAdd ASCII/EBCDIC conversion to TCP Follow window. Also...
1999-09-24 Guy HarrisIn "try_tempfile()", if the buffer is too short for...
1999-09-23 Guy HarrisFix the calculation of the temporary file name length in
1999-08-23 Guy HarrisThe Single UNIX Specification doesn't say that "mkstemp...
1999-08-18 Gilbert RamirezSmall change to create_tempfile, initializing static...
1999-08-18 Guy HarrisMake a "create_tempfile()" routine that constructs...
1999-07-09 Gilbert RamirezAdded the ability to create a read-only ethereal, i...
1999-06-12 Guy HarrisImprove the alert boxes put up for file open/read/write...
1999-04-06 Gilbert RamirezCapturing packets from ethereal now saves the capture...
1999-04-05 Guy HarrisGet rid of include of <strings.h> from "util.c", as...
1999-03-31 Guy HarrisMove the bitfield-decoding routines to "packet.h",...
1999-03-23 Gilbert RamirezRemoved all references to gtk objects from packet*...
1999-01-01 Gilbert RamirezAdded #include <sys/types.h> for compilation under...
1998-12-29 Gerald Combs* Added Joerg Mayer's Vines patch
1998-12-22 Gilbert RamirezStopped the "TCP Follow" screen from producing an error...
1998-10-28 Gerald Combs* Aligned the icon with the top edge of the dialog.
1998-10-16 Gerald Combs* Copied in the correct GNU license (I'm such a goober)
1998-10-13 Guy HarrisSquelch a number of "-Wall" errors by:
1998-10-12 Gerald Combs- Added match_strval function to packet.c
1998-09-27 Gerald CombsMerged in a _huge_ patch from Guy Harris. It adds...
1998-09-16 Gerald CombsAdded ID tags to the beginning of each source file.
1998-09-16 Gerald CombsInitial revision