summaryrefslogtreecommitdiff
path: root/lib/libpcap
AgeCommit message (Expand)Author
2002-02-07Generate <>& symbolically.ross
2001-11-05explicitly set to WARNS?=1lukem
2001-10-03Use .Dq for quoting, and fix a (double) typo and duplicate words.wiz
2001-10-03Remove two unnecessary .Pps, and fix a xref.wiz
2001-10-03mdoc'ify pcap.3gmcgarry
2001-06-01compile without INET6. PR 13080itojun
2001-04-29Adapt to (temporary) DLT_PPP_ETHER useage by the pppoe code in treemartin
2001-02-07always write out and read in files using 32bit timeval.itojun
2001-01-19Add VRRP support.kleink
2001-01-06remove redundant declarations.christos
2000-12-28Add names for some ICMP and TCP protocol header offsets:thorpej
2000-12-28Add support for the DLT_RAWAF() data link type.thorpej
2000-11-19re-introduce netbsd fix 1.5 -> 1.6, which was mistakenly removed.itojun
2000-10-10Format string cleanups by sommerfeld.is
2000-10-08we already have all fixes toward 0.4 (v0.4 Sat Jul 25 12:40:09 PDT 1998 -itojun
2000-10-06Add pcap_compile_nopcap() from the most recent libpcap releasethorpej
2000-06-30Add a trailing newlinematt
2000-05-04Change ARCnet link type address format from ':XX' to '$XX'.is
2000-04-14more fallback #define. more friendly message on "ip host ip6only-host"itojun
2000-04-14explicitly parse IPv6 address, to avoid conflict with "ip[2:2]" syntax.itojun
2000-04-14comment fix (less diff with tcpdump.org)itojun
2000-04-14avoid malloc(0). from kame changes, sync with tcpdump.org.itojun
2000-04-13use getifaddrs, instead of SIOCGIFCONF.itojun
2000-04-13sprintf -> snprintfitojun
2000-04-12fix bug in pcap.c, which appeared in LBL libpcap version 0.4 of the followingitojun
2000-03-01fix "ip host foo" or "ip6 host foo" where foo hasitojun
2000-01-13improve message when IPv4 address is not assigned to interfaceitojun
1999-12-13be more pedant. remove unused vars and such.itojun
1999-11-28restrict result from getaddrinfo() by specifying ai_socktype.itojun
1999-10-25Add code to do link level address matching for ARCnet interfaces.is
1999-10-18Limited support for matching on ARCnet payload:is
1999-10-05First part of ARCnet support.is
1999-07-25add several ETHERTYPE_IPV6 case.itojun
1999-07-25support for PPP_IPV6.itojun
1999-07-05quiesce the alpha compilermjacob
1999-07-05add missing include for memset prototypemjacob
1999-07-02upgrade shlib major version for src/lib/libpcap (0.1 -> 1.0).itojun
1999-07-02More trailing white space.simonb
1999-07-02(shlib monor)++ for libpcap.itojun
1999-07-02support IPv6 address and IPv6 protocols.itojun
1999-05-15The only two data link types that support the "inbound" and "outbound"thorpej
1999-05-11Math is hard.thorpej
1999-05-11Handle the new NetBSD PPP data link types.thorpej
1999-03-22Tweak to allow (perfectly legal) single-character host names, or,ross
1999-02-25Add a note to update src/distrib/sets/lists/base/shl.*, and add a missingabs
1998-11-01convert to using LPREFIX and YPREFIXlukem
1998-09-19Switch to the same padding ULTRIX and Digital UNIX use.matt
1998-09-18Don't pad fddi on NetBSDmatt
1998-07-26const poisoning.mycroft
1998-07-26make DLT_HDLC interfaces workexplorer