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