In drag_and_drop.c use accessor functions for GtkSelectionData. In
[metze/wireshark/wip.git] / util.c
2011-05-17 Guy HarrisMake some routines static that aren't used outside...
2011-01-10 Stig BjørlykkeSimplified a #ifdef __WIN32.
2010-12-16 Stephen FisherOnly call GetSystemMetrics(SM_REMOTESESSION) if running...
2010-12-16 Gerald CombsSimplify our Remote Desktop session detection.
2010-06-28 Stig BjørlykkeFrom Jan Šafránek via bug 4945:
2010-03-11 Guy HarrisSquelch some compiler warnings.
2009-04-16 Gerald CombsFix the last(?) of the Win64 compilation problems.
2008-08-09 Stig BjørlykkeFix a typo in a comment.
2008-06-23 Guy HarrisRename a variable to avoid collisions with a global...
2008-05-07 Anders BromanFix some of the Errors/warnings detected by checkapi.
2008-04-09 Anders BromanRemove:
2008-04-07 Michael TüxenFix get_conn_cfilter() such that not an invalid capture...
2008-04-07 Stephen Fisher- Remove GLIB1 code
2008-03-02 Stig BjørlykkeRewrote to use g_strlcpy and g_strlcat.
2008-02-03 Stig BjørlykkeMore rewrite of prohibited APIs (sprintf, strcpy, strcat).
2007-11-28 Ronnie Sahlbergsome more path fixes for g_ascii_strcasecmp.h
2007-11-27 Guy Harrisstrcasecmp(), strncasecmp(), g_strcasecmp(), and g_strn...
2007-02-13 Stephen FisherFrom Sebastien Tandel:
2007-01-24 Guy HarrisWhen parsing DISPLAY, mirror what __X11TransConnectDisp...
2006-09-15 Gerald CombsUse SESSIONNAME instead of CLIENTNAME to try to detect...
2006-05-21 Ronnie Sahlbergname change
2006-02-12 Guy HarrisMove create_tempfile() to tempfile.c out of util.c...
2005-12-16 Gerald CombsIf "CLIENTNAME" is set (which indicates that we're...
2005-12-07 Guy HarrisClear up const vs. non-const warnings.
2005-11-07 Ulf Lampingas mkstemp makes trouble and is only used once in util...
2005-11-06 Ulf Lampingreplace *a lot* of file related calls by their GLib...
2005-08-08 Ulf Lampingvarious code cleanup:
2005-08-06 Guy Harris"setup_tmpdir()" either returns the const string passed...
2005-08-06 Jörg MayerLast set of char -> const char trivial warning fixes.
2004-12-30 Guy HarrisAdd a "get_addr_name()" routine that takes an "address...
2004-09-11 Guy HarrisUse _WIN32 rather than WIN32 to determine if we're...
2004-09-10 Guy HarrisMove the base-64 routines to "epan/base64.c".
2004-09-10 Guy HarrisMove the stuff to handle ASCII <-> EBCDIC conversions to
2004-08-06 Guy HarrisFrom Albert Chin: rename resolv.{ch} to addr_resolv...
2004-07-18 Guy HarrisSet the svn:eol-style property on all text files to...
2004-06-25 Jörg MayerFix automagically generated filters in case of remote...
2004-05-22 Guy HarrisFix the other place where we construct temporary path...
2004-05-10 Olivier BiotAs noted by Thomas Anders, the Heimdal libroken library...
2004-03-12 Gerald CombsDon't automatically set a capture filter if DISPLAY...
2004-02-07 Guy HarrisUse G_DIR_SEPARATOR_S rather than "/" as the pathname...
2004-01-11 Guy HarrisRename DISSECTOR_HELPER_{SRC,OBJECTS} to
2003-12-21 Ulf Lampingremoved some MSVC warnings (moved pcap.h before glib.h)
2003-12-06 Gilbert RamirezFrom Olivier Biot
2003-12-01 Gerald CombsDon't automatically fill in a capture filter if CLIENTN...
2003-11-18 Gerald CombsCheck the environment variables SSH_CONNECTION, SSH_CLI...
2003-11-02 Gerald CombsFrom Gisle Vanem:
2003-10-31 Guy HarrisInclude <windows.h> so that OSVERSIONINFO and the like...
2003-10-10 Guy HarrisGet the version number of the libpcap/WinPcap with...
2003-08-18 Guy HarrisFrom Gisle Vanem: MingW declares "rint()" in <math...
2003-07-11 Guy HarrisFrom smhuang [AT] pcs.csie.nctu.edu.tw: fix a "g_string...
2003-06-13 Guy HarrisFixes to get it to compile on Win32.
2003-06-13 Guy HarrisOn Win32, say "without WinPcap" rather than "without...
2003-06-13 Guy HarrisDo run-time word-wrapping on the "Compiled with" messag...
2003-06-13 Guy HarrisPut in a missing comma.
2003-05-26 Gerald CombsAdd ADNS to the "Compiled with" list. Wrap at the...
2003-05-23 Tim PotterMove the base64_decode() function somewhere where other...
2003-03-12 Guy HarrisChange the version messages to put the "compiled with...
2003-03-08 Guy HarrisIf we have <windows.h>, we need to include it to declar...
2003-03-08 Guy HarrisPut the code to get version numbers of various librarie...
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...
next