From Harald Welte:
[obnox/wireshark/wip.git] / util.h
2008-06-23 guyRename a variable to avoid collisions with a global...
2006-05-21 sahlbergname change
2006-02-12 guyMove create_tempfile() to tempfile.c out of util.c...
2005-12-05 ulflenhance the comments
2005-08-06 jmayerLast set of char -> const char trivial warning fixes.
2004-10-01 jmayerGet rid of warnings about shadowed variables (code...
2004-09-10 guyMove the base-64 routines to "epan/base64.c".
2004-09-10 guyMove the stuff to handle ASCII <-> EBCDIC conversions to
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-05-10 obiotAs noted by Thomas Anders, the Heimdal libroken library...
2004-01-11 guyRename DISSECTOR_HELPER_{SRC,OBJECTS} to
2003-11-18 geraldCheck the environment variables SSH_CONNECTION, SSH_CLI...
2003-05-23 tpotMove the base64_decode() function somewhere where other...
2003-03-12 guyChange the version messages to put the "compiled with...
2003-03-08 guyPut the code to get version numbers of various librarie...
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2001-11-09 guyWrap calls to "pcap_datalink()" in a routine that attem...
2001-08-21 guyOn Windows, use the directory in which the binary resid...
2001-04-02 guy"get_home_dir()", in "epan/filesystem.c", uses
2000-10-11 guyFix it to build on Windows.
2000-09-10 guyCompute and display negative relative and delta time...
2000-07-31 guyAdd a routine to check whether a file is a directory...
2000-02-22 guyIn Tethereal, allow capture filters and read filters...
2000-01-29 gramRemove instances of getenv("HOME") and provide a get_ho...
2000-01-25 guyProvide a "get_dirname()" routine, that takes a pathnam...
2000-01-25 guyEncapsulate the code to take a pointer to a pathname...
2000-01-16 guyMove the routine to get a list of the network interface...
1999-12-09 guyMove the GTK+ implementations of various UI utilities...
1999-11-22 gramA "character encoding" variable is now set per packet...
1999-10-19 gramAdd ASCII/EBCDIC conversion to TCP Follow window. Also...
1999-08-18 guyMake a "create_tempfile()" routine that constructs...
1999-06-12 guyImprove the alert boxes put up for file open/read/write...
1999-04-06 gramCapturing packets from ethereal now saves the capture...
1999-03-31 guyMove the bitfield-decoding routines to "packet.h",...
1999-03-23 gramRemoved all references to gtk objects from packet*...
1998-12-29 gerald* Added Joerg Mayer's Vines patch
1998-10-16 gerald* Copied in the correct GNU license (I'm such a goober)
1998-10-12 gerald- Added match_strval function to packet.c
1998-09-27 geraldMerged in a _huge_ patch from Guy Harris. It adds...
1998-09-16 geraldAdded ID tags to the beginning of each source file.
1998-09-16 geraldInitial revision