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