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