| Commit message (Expand) | Author | Age | Files | Lines |
* | name change | Ronnie Sahlberg | 2006-05-21 | 1 | -2/+2 |
* | Move create_tempfile() to tempfile.c out of util.c. This means dumpcap | Guy Harris | 2006-02-12 | 1 | -121/+0 |
* | If "CLIENTNAME" is set (which indicates that we're using RDP) use | Gerald Combs | 2005-12-16 | 1 | -4/+2 |
* | Clear up const vs. non-const warnings. | Guy Harris | 2005-12-07 | 1 | -1/+1 |
* | as mkstemp makes trouble and is only used once in util.c, move definition fro... | Ulf Lamping | 2005-11-07 | 1 | -0/+9 |
* | replace *a lot* of file related calls by their GLib counterparts. This is nec... | Ulf Lamping | 2005-11-06 | 1 | -16/+3 |
* | various code cleanup: | Ulf Lamping | 2005-08-08 | 1 | -5/+1 |
* | "setup_tmpdir()" either returns the const string passed to it, or it | Guy Harris | 2005-08-06 | 1 | -7/+7 |
* | Last set of char -> const char trivial warning fixes. | Jörg Mayer | 2005-08-06 | 1 | -2/+2 |
* | Add a "get_addr_name()" routine that takes an "address *" and attempts | Guy Harris | 2004-12-30 | 1 | -0/+1 |
* | Use _WIN32 rather than WIN32 to determine if we're compiling on Win32; | Guy Harris | 2004-09-11 | 1 | -3/+3 |
* | Move the base-64 routines to "epan/base64.c". | Guy Harris | 2004-09-10 | 1 | -33/+0 |
* | Move the stuff to handle ASCII <-> EBCDIC conversions to | Guy Harris | 2004-09-10 | 1 | -113/+0 |
* | From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that an | Guy Harris | 2004-08-06 | 1 | -1/+1 |
* | Set the svn:eol-style property on all text files to "native", so that | Guy Harris | 2004-07-18 | 1 | -1/+1 |
* | Fix automagically generated filters in case of remote login via IPv6. | Jörg Mayer | 2004-06-25 | 1 | -10/+12 |
* | Fix the other place where we construct temporary path names to use | Guy Harris | 2004-05-22 | 1 | -4/+4 |
* | As noted by Thomas Anders, the Heimdal libroken library has a base64_decode() | Olivier Biot | 2004-05-10 | 1 | -2/+2 |
* | Don't automatically set a capture filter if DISPLAY or REMOTEHOST are | Gerald Combs | 2004-03-12 | 1 | -5/+12 |
* | Use G_DIR_SEPARATOR_S rather than "/" as the pathname separator when | Guy Harris | 2004-02-07 | 1 | -2/+2 |
* | Rename DISSECTOR_HELPER_{SRC,OBJECTS} to | Guy Harris | 2004-01-11 | 1 | -302/+1 |
* | removed some MSVC warnings (moved pcap.h before glib.h) | Ulf Lamping | 2003-12-21 | 1 | -5/+5 |
* | From Olivier Biot | Gilbert Ramirez | 2003-12-06 | 1 | -1/+35 |
* | Don't automatically fill in a capture filter if CLIENTNAME is set to | Gerald Combs | 2003-12-01 | 1 | -3/+5 |
* | Check the environment variables SSH_CONNECTION, SSH_CLIENT, REMOTEHOST, | Gerald Combs | 2003-11-18 | 1 | -1/+50 |
* | From Gisle Vanem: | Gerald Combs | 2003-11-02 | 1 | -8/+8 |
* | Include <windows.h> so that OSVERSIONINFO and the like are defined on | Guy Harris | 2003-10-31 | 1 | -1/+11 |
* | Get the version number of the libpcap/WinPcap with which we're running | Guy Harris | 2003-10-10 | 1 | -46/+5 |
* | From Gisle Vanem: MingW declares "rint()" in <math.h> and defines it in | Guy Harris | 2003-08-18 | 1 | -2/+4 |
* | From smhuang [AT] pcs.csie.nctu.edu.tw: fix a "g_string_append()" call. | Guy Harris | 2003-07-11 | 1 | -2/+2 |
* | Fixes to get it to compile on Win32. | Guy Harris | 2003-06-13 | 1 | -8/+6 |
* | On Win32, say "without WinPcap" rather than "without libpcap" (although | Guy Harris | 2003-06-13 | 1 | -1/+5 |
* | Do run-time word-wrapping on the "Compiled with" message, rather than | Guy Harris | 2003-06-13 | 1 | -14/+78 |
* | Put in a missing comma. | Guy Harris | 2003-06-13 | 1 | -2/+2 |
* | Add ADNS to the "Compiled with" list. Wrap at the SNMP library part since | Gerald Combs | 2003-05-26 | 1 | -4/+10 |
* | Move the base64_decode() function somewhere where other dissectors can | Tim Potter | 2003-05-23 | 1 | -1/+34 |
* | Change the version messages to put the "compiled with" stuff on a | Guy Harris | 2003-03-12 | 1 | -10/+19 |
* | If we have <windows.h>, we need to include it to declare OSVERSIONINFO. | Guy Harris | 2003-03-08 | 1 | -4/+8 |
* | Put the code to get version numbers of various libraries with which | Guy Harris | 2003-03-08 | 1 | -1/+223 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -6/+6 |
* | Replace the types from sys/types.h and netinet/in.h by their glib.h | Jörg Mayer | 2002-08-02 | 1 | -5/+1 |
* | More static-ization. In util.c, I commented out the ASCII-to-EBCDIC | Gilbert Ramirez | 2002-04-08 | 1 | -1/+3 |
* | Wrap calls to "pcap_datalink()" in a routine that attempts to compensate | Guy Harris | 2001-11-09 | 1 | -302/+2 |
* | Fix the rest of the signed/unsigned comparison warnings. | Gilbert Ramirez | 2001-10-26 | 1 | -2/+2 |
* | On Windows, use the directory in which the binary resides as the | Guy Harris | 2001-08-21 | 1 | -48/+2 |
* | "get_home_dir()", in "epan/filesystem.c", uses | Guy Harris | 2001-04-02 | 1 | -92/+1 |
* | Throw in a cast to squelch a complaint from Visual C++ 6.0. | Guy Harris | 2001-03-22 | 1 | -2/+2 |
* | There's no need for a member of a "capture_file" structure holding a | Guy Harris | 2001-01-28 | 1 | -1/+3 |
* | On Linux, try to open the "any" device and, if we can open it, add it to | Guy Harris | 2000-12-23 | 1 | -1/+18 |
* | Fix it to build on Windows. | Guy Harris | 2000-10-11 | 1 | -2/+2 |