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