| Commit message (Expand) | Author | Age | Files | Lines |
* | Make the tone of the error messages a bit less formal, by using | Guy Harris | 2004-12-29 | 1 | -1/+1 |
* | Use _WIN32 rather than WIN32 to determine if we're compiling on Win32; | Guy Harris | 2004-09-11 | 1 | -1/+1 |
* | Pull the address (and port and circuit type) stuff out of | Guy Harris | 2004-07-19 | 1 | -2/+2 |
* | Revert the IPv6 code, as we did with the IPv4 code, and use INET6 as an | Guy Harris | 2004-07-19 | 1 | -2/+7 |
* | "struct sockaddr_in"s and "struct sockaddr_in6"s are sufficient to serve | Guy Harris | 2004-07-18 | 1 | -2/+4 |
* | Just because AF_INET6 is defined, that doesn't mean "struct | Guy Harris | 2004-07-18 | 1 | -10/+3 |
* | Add support for IPv6 addresses for interfaces. | Guy Harris | 2004-07-18 | 1 | -6/+23 |
* | Get IPv4 addresses and the loopback flag if we don't have | Guy Harris | 2004-07-18 | 1 | -29/+35 |
* | Set the svn:eol-style property on all text files to "native", so that | Guy Harris | 2004-07-18 | 1 | -410/+410 |
* | if using the get_interface_list function, try to get the IP addresses too | Ulf Lamping | 2004-07-17 | 1 | -363/+410 |
* | Squelch a compiler warning. | Guy Harris | 2004-02-24 | 1 | -2/+6 |
* | removed some MSVC warnings (moved pcap.h before glib.h) | Ulf Lamping | 2003-12-21 | 1 | -3/+3 |
* | From Jaime Fournier: fix a typo. | Guy Harris | 2003-11-26 | 1 | -2/+2 |
* | Maybe the problem is that the compilers used on AIX weren't defining | Guy Harris | 2003-11-21 | 1 | -4/+4 |
* | Pass "strncmp()" the right number of arguments. (Why hasn't anybody | Guy Harris | 2003-11-21 | 1 | -4/+4 |
* | Based on a patch from Brian Fundakowski Feldman, add support for setting | Guy Harris | 2003-11-01 | 1 | -1/+126 |
* | Use "pcap_findalldevs()" if present. | Guy Harris | 2003-10-10 | 1 | -357/+19 |
* | Fix a compile error on Windows. | Guy Harris | 2003-09-10 | 1 | -2/+2 |
* | Have "get_interface_list()" return a list of "if_info_t" structures | Guy Harris | 2003-09-10 | 1 | -51/+100 |
* | From Nathan Jennings: | Guy Harris | 2003-09-08 | 1 | -2/+1 |
* | From Nathan Jennings: "g_list_remove_link()" doesn't free the list item | Guy Harris | 2003-07-06 | 1 | -9/+5 |
* | Fix by Gerald Combs to a braino of mine. | Guy Harris | 2003-06-13 | 1 | -2/+2 |
* | Handle the case of an empty interface list on Windows the same way we | Guy Harris | 2003-06-10 | 1 | -11/+14 |
* | AIX's BPF, and thus its tcpdump, appears to use 24 as the link-layer | Guy Harris | 2003-03-25 | 1 | -1/+14 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -39/+39 |
* | Replace the types from sys/types.h and netinet/in.h by their glib.h | Jörg Mayer | 2002-08-02 | 1 | -5/+1 |
* | Update tethereal to handle the "<description> : <device ID>" interface | Gerald Combs | 2002-06-27 | 1 | -2/+9 |
* | In the Windows capture dialog, place the interface description before the | Gerald Combs | 2002-05-18 | 1 | -32/+41 |
* | Put in incomplete definitions of "struct mbuf" and "struct rtentry" to | Guy Harris | 2002-04-25 | 1 | -1/+6 |
* | From Andrew Feren: on Windows, in the drop-down list for the "Interface" | Guy Harris | 2002-04-01 | 1 | -2/+45 |
* | From Joerg Mayer: mark function arguments as unused. | Guy Harris | 2002-03-31 | 1 | -3/+7 |
* | Fixes from Kazushi Sugyo: | Guy Harris | 2001-11-09 | 1 | -2/+5 |
* | Put in an XXX note indicating that if we conclude we're using the AIX | Guy Harris | 2001-11-09 | 1 | -1/+7 |
* | Wrap calls to "pcap_datalink()" in a routine that attempts to compensate | Guy Harris | 2001-11-09 | 1 | -0/+439 |