dect
/
libpcap
Archived
13
0
Fork 0
Commit Graph

20 Commits

Author SHA1 Message Date
assar 0e2f8c8892 add config.h, remove gnuc.h. remove __dead 2000-07-11 00:37:04 +00:00
assar 95cd5942c1 remove non-stdc code
remove unused variable warning
2000-07-01 03:32:50 +00:00
assar 2dffac5060 handle no link-layer
From Darren Reed <darrenr@reed.wattle.id.au>
2000-06-26 05:10:40 +00:00
itojun 299da87b7d -Wall -Werror clean. 2000-06-03 16:29:42 +00:00
itojun eb3914c790 nuke strcpy, one more. 2000-04-27 11:16:54 +00:00
itojun 6abf10866e nuke strcpy() 2000-04-27 11:16:19 +00:00
itojun a906e591fb revert renaming of pcap_nametoaddrinfo to pcap_nametoaddr. this gets
painful when upgrading old libpcap to tcpdump.org pcap (function rename
usually requires shlib major number bump, while api addition only require
minor)
2000-04-27 09:18:57 +00:00
itojun 20d9e08cde do not use sprintf(). always use snprintf().
from NetBSD/OpenBSD src/lib/libpcap.

use freeifaddrs() if exists.
2000-04-27 09:11:11 +00:00
assar 4343a38646 (gen_proto_abbrev): add fallback definition for IPPROTO_IGMP and use
constant
2000-04-01 11:44:59 +00:00
assar c9e00ba444 remove superfluous line for igrp. From Rick Jones <raj@cup.hp.com> 2000-04-01 11:37:45 +00:00
itojun e3ddb0ce0f improve message on ip{,6} host foo failure 2000-03-01 14:07:02 +00:00
itojun d27ad07fae fix "ip host foo" or "ip6 host foo" where foo has both A and AAAA records.
FreeBSD PR: 17083
2000-03-01 03:37:24 +00:00
fenner b04bc7d664 Eliminate duplicated word in comment. 2000-01-29 21:01:27 +00:00
mcr e660fb6947 This adds a new function that allows using the bpf compiler without
having a pcap open.  One could argue that this and the existing
	compiler should be factored in common routines, but I was trying to
	make it clear that this wouldn't break the existing code.
	from Greg Troxel <gdt@ir.bbn.com>
1999-12-08 19:54:03 +00:00
itojun 5b7ead9173 add configure option --disable-protochain, to make Arne happier. 1999-11-01 15:56:40 +00:00
itojun a1c72596a3 fix protochain operator on IPv4/v6. 1999-11-01 13:47:51 +00:00
itojun e66d344350 last-resort def for IPPROTO_NONE. 1999-10-30 05:16:35 +00:00
itojun 3c03d42af2 libpcap fix for non-IPv6 build.
<http://www.sics.se/~assar/tcpdump_patches/1>

From: Assar Westerlund <assar@sics.se>
1999-10-30 04:30:13 +00:00
itojun 7fe3c1111a IPv6 packet filtering code.
./configure --enable-ipv6 (requires getaddrinfo(3) and getnameinfo(3)).

TODO: make it work even without getaddrinfo(3) or getnameinfo(3)
(or, tcpdump/configure.in should provide alternative version by
AC_REPLACE_FUNCS)
TODO: make IPv6 filtering code work by default
TODO: make "protochain" friendly with optimization
1999-10-19 15:18:28 +00:00
mcr b11ddf8a9b Initial revision 1999-10-07 23:46:40 +00:00