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