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