Use the much better #.REGISTER directive instead of the #.PDU directive
[obnox/wireshark/wip.git] / pcap-util.c
2004-09-11 guyUse _WIN32 rather than WIN32 to determine if we're...
2004-07-19 guyPull the address (and port and circuit type) stuff...
2004-07-19 guyRevert the IPv6 code, as we did with the IPv4 code...
2004-07-18 guy"struct sockaddr_in"s and "struct sockaddr_in6"s are...
2004-07-18 guyJust because AF_INET6 is defined, that doesn't mean...
2004-07-18 guyAdd support for IPv6 addresses for interfaces.
2004-07-18 guyGet IPv4 addresses and the loopback flag if we don...
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-07-17 ulflif using the get_interface_list function, try to get...
2004-02-24 guySquelch a compiler warning.
2003-12-21 ulflremoved some MSVC warnings (moved pcap.h before glib.h)
2003-11-26 guyFrom Jaime Fournier: fix a typo.
2003-11-21 guyMaybe the problem is that the compilers used on AIX...
2003-11-21 guyPass "strncmp()" the right number of arguments. (Why...
2003-11-01 guyBased on a patch from Brian Fundakowski Feldman, add...
2003-10-10 guyUse "pcap_findalldevs()" if present.
2003-09-10 guyFix a compile error on Windows.
2003-09-10 guyHave "get_interface_list()" return a list of "if_info_t...
2003-09-08 guyFrom Nathan Jennings:
2003-07-06 guyFrom Nathan Jennings: "g_list_remove_link()" doesn...
2003-06-13 guyFix by Gerald Combs to a braino of mine.
2003-06-10 guyHandle the case of an empty interface list on Windows...
2003-03-25 guyAIX's BPF, and thus its tcpdump, appears to use 24...
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-08-02 jmayerReplace the types from sys/types.h and netinet/in.h...
2002-06-27 geraldUpdate tethereal to handle the "<description> : <device...
2002-05-18 geraldIn the Windows capture dialog, place the interface...
2002-04-25 guyPut in incomplete definitions of "struct mbuf" and...
2002-04-01 guyFrom Andrew Feren: on Windows, in the drop-down list...
2002-03-31 guyFrom Joerg Mayer: mark function arguments as unused.
2001-11-09 guyFixes from Kazushi Sugyo:
2001-11-09 guyPut in an XXX note indicating that if we conclude we...
2001-11-09 guyWrap calls to "pcap_datalink()" in a routine that attem...