aboutsummaryrefslogtreecommitdiffstats
path: root/pcap-util.c
Commit message (Expand)AuthorAgeFilesLines
* 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