aboutsummaryrefslogtreecommitdiffstats
path: root/util.h
AgeCommit message (Expand)AuthorFilesLines
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-02-12Move create_tempfile() to tempfile.c out of util.c. This means dumpcapGuy Harris1-8/+0
2005-12-05enhance the commentsUlf Lamping1-7/+25
2005-08-06Last set of char -> const char trivial warning fixes.Jörg Mayer1-1/+1
2004-10-01Get rid of warnings about shadowed variables (code was ok)Jörg Mayer1-1/+1
2004-09-10Move the base-64 routines to "epan/base64.c".Guy Harris1-2/+0
2004-09-10Move the stuff to handle ASCII <-> EBCDIC conversions toGuy Harris1-5/+0
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-05-10As noted by Thomas Anders, the Heimdal libroken library has a base64_decode()Olivier Biot1-2/+2
2004-01-11Rename DISSECTOR_HELPER_{SRC,OBJECTS} toGuy Harris1-13/+1
2003-11-18Check the environment variables SSH_CONNECTION, SSH_CLIENT, REMOTEHOST,Gerald Combs1-1/+4
2003-05-23Move the base64_decode() function somewhere where other dissectors canTim Potter1-1/+3
2003-03-12Change the version messages to put the "compiled with" stuff on aGuy Harris1-3/+9
2003-03-08Put the code to get version numbers of various libraries with whichGuy Harris1-1/+7
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-4/+4
2001-11-09Wrap calls to "pcap_datalink()" in a routine that attempts to compensateGuy Harris1-13/+1
2001-08-21On Windows, use the directory in which the binary resides as theGuy Harris1-35/+2
2001-04-02"get_home_dir()", in "epan/filesystem.c", usesGuy Harris1-5/+1
2000-10-11Fix it to build on Windows.Guy Harris1-1/+8
2000-09-10Compute and display negative relative and delta time stamps correctly,Guy Harris1-1/+4
2000-07-31Add a routine to check whether a file is a directory or not.Guy Harris1-1/+14
2000-02-22In Tethereal, allow capture filters and read filters either to beGuy Harris1-1/+7
2000-01-29Remove instances of getenv("HOME") and provide a get_home_dir() functionGilbert Ramirez1-1/+5
2000-01-25Provide a "get_dirname()" routine, that takes a pathname and returnsGuy Harris1-1/+11
2000-01-25Encapsulate the code to take a pointer to a pathname and return aGuy Harris1-1/+3
2000-01-16Move the routine to get a list of the network interfaces on the systemGuy Harris1-1/+13
1999-12-09Move the GTK+ implementations of various UI utilities out of "util.c"Guy Harris1-17/+1
1999-11-22A "character encoding" variable is now set per packet. The existenceGilbert Ramirez1-1/+3
1999-10-19Add ASCII/EBCDIC conversion to TCP Follow window. Also add Close buttonGilbert Ramirez1-1/+4
1999-08-18Make a "create_tempfile()" routine that constructs the template to beGuy Harris1-1/+3
1999-06-12Improve the alert boxes put up for file open/read/write errors. (SomeGuy Harris1-7/+1
1999-04-06Capturing packets from ethereal now saves the capture in an "anonymous" buffe...Gilbert Ramirez1-1/+7
1999-03-31Move the bitfield-decoding routines to "packet.h", along with otherGuy Harris1-11/+1
1999-03-23Removed all references to gtk objects from packet*.[ch] files. They nowGilbert Ramirez1-2/+1
1998-12-29* Added Joerg Mayer's Vines patchGerald Combs1-1/+10
1998-10-16* Copied in the correct GNU license (I'm such a goober)Gerald Combs1-2/+2
1998-10-12- Added match_strval function to packet.cGerald Combs1-2/+8
1998-09-27Merged in a _huge_ patch from Guy Harris. It adds a time stap column,Gerald Combs1-3/+1
1998-09-16Added ID tags to the beginning of each source file.Gerald Combs1-0/+2
1998-09-16Initial revisionGerald Combs1-0/+49