aboutsummaryrefslogtreecommitdiffstats
path: root/util.h
AgeCommit message (Expand)AuthorFilesLines
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