| Commit message (Expand) | Author | Age | Files | Lines |
* | Start moving files to ui/ and ui/cli/ | Jörg Mayer | 2012-02-17 | 1 | -341/+0 |
* | Make some routines static that aren't used outside the source file in | Guy Harris | 2011-05-17 | 1 | -1/+1 |
* | Simplified a #ifdef __WIN32. | Stig Bjørlykke | 2011-01-10 | 1 | -4/+2 |
* | Only call GetSystemMetrics(SM_REMOTESESSION) if running on MS Windows. | Stephen Fisher | 2010-12-16 | 1 | -0/+4 |
* | Simplify our Remote Desktop session detection. | Gerald Combs | 2010-12-16 | 1 | -15/+8 |
* | From Jan Šafránek via bug 4945: | Stig Bjørlykke | 2010-06-28 | 1 | -4/+28 |
* | Squelch some compiler warnings. | Guy Harris | 2010-03-11 | 1 | -2/+2 |
* | Fix the last(?) of the Win64 compilation problems. | Gerald Combs | 2009-04-16 | 1 | -1/+1 |
* | Fix a typo in a comment. | Stig Bjørlykke | 2008-08-09 | 1 | -1/+1 |
* | Rename a variable to avoid collisions with a global variable, as noted | Guy Harris | 2008-06-23 | 1 | -3/+3 |
* | Fix some of the Errors/warnings detected by checkapi. | Anders Broman | 2008-05-07 | 1 | -5/+5 |
* | Remove: | Anders Broman | 2008-04-09 | 1 | -4/+0 |
* | Fix get_conn_cfilter() such that not an invalid capture filter | Michael Tüxen | 2008-04-07 | 1 | -1/+4 |
* | - Remove GLIB1 code | Stephen Fisher | 2008-04-07 | 1 | -1/+0 |
* | Rewrote to use g_strlcpy and g_strlcat. | Stig Bjørlykke | 2008-03-02 | 1 | -2/+3 |
* | More rewrite of prohibited APIs (sprintf, strcpy, strcat). | Stig Bjørlykke | 2008-02-03 | 1 | -3/+3 |
* | some more path fixes for g_ascii_strcasecmp.h | Ronnie Sahlberg | 2007-11-28 | 1 | -1/+1 |
* | strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delenda | Guy Harris | 2007-11-27 | 1 | -4/+8 |
* | From Sebastien Tandel: | Stephen Fisher | 2007-02-13 | 1 | -0/+1 |
* | When parsing DISPLAY, mirror what __X11TransConnectDisplay() does - and | Guy Harris | 2007-01-24 | 1 | -17/+141 |
* | Use SESSIONNAME instead of CLIENTNAME to try to detect RDP sessions. | Gerald Combs | 2006-09-15 | 1 | -4/+16 |
* | 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 |