summaryrefslogtreecommitdiff
path: root/common/bpf.c
Commit message (Expand)AuthorAgeFilesLines
* Fix up NetBSD/alpha build.Ted Lemon2001-02-261-3/+3
* Account for word alignment of buffer returned by bpf.Ted Lemon2000-12-281-2/+2
* Word-align BPF buffers.Ted Lemon2000-11-301-8/+18
* Don't compile in token ring stuff if we don't support it.Ted Lemon2000-10-101-2/+6
* - Do what people expect when they don't declare the subnet to which anTed Lemon2000-09-011-1/+7
* Reference count binding scopes. Align IP headers on output.Ted Lemon2000-07-271-12/+17
* - Fix a mistake that was causing the fallback interface not to be used (thanksTed Lemon2000-06-081-1/+2
* - Fix all the OMAPI objects in the DHCP server and client that weren'tTed Lemon2000-05-161-6/+3
* dhcp_fddi_filter -> bpf_fddi_filterTed Lemon2000-04-141-11/+15
* Fix credits section.Ted Lemon2000-04-061-7/+7
* Add support for a DEC FDDI input filter.Ted Lemon2000-03-241-1/+32
* Go back to the BSD license.Ted Lemon2000-03-171-13/+34
* Add interface deregistration routines (Brian Murrell).Ted Lemon2000-03-061-1/+39
* Fix compilation errors introduced in the last set of checkins.Ted Lemon2000-01-261-2/+2
* struct hardware conversion.Ted Lemon2000-01-051-7/+7
* Fix up args to printf-like functions (thanks to Pedro Ribiero).Ted Lemon1999-10-121-2/+3
* Fix a few more machine-specific signed vs. unsigned pointer bufs.Ted Lemon1999-10-071-2/+2
* Bug fixes courtesy of Brian MurrellTed Lemon1999-09-091-2/+2
* Make interfaces OMAPI objects.Ted Lemon1999-09-081-3/+10
* Support token ring packets.Ted Lemon1999-05-271-1/+14
* Sanitize Solaris build.V3-ALPHA-19990315Ted Lemon1999-03-161-2/+2
* Update license.Ted Lemon1999-03-161-33/+13
* Add interface argument to can_*().Ted Lemon1999-03-131-3/+5
* Add can_receive_unicast_unconfiguredTed Lemon1999-03-131-1/+6
* Sync with 2.0b1pl16. Fix some pool allocation problems.Ted Lemon1999-02-251-6/+12
* Change names of error functions to be more consistent.Ted Lemon1999-02-241-15/+15
* Pull up recent 2.0 changes.Ted Lemon1999-02-141-15/+53
* Don't print startup banner if quiet_interface_discovery is setTed Lemon1997-10-201-15/+17
* size_t -> ssize_t in return values where < 0 == errorTed Lemon1997-06-081-3/+3
* Remove if_enable()Ted Lemon1997-02-261-23/+1
* Restructure to allow interface reinitializationTed Lemon1997-02-191-9/+23
* Use local_port and remote_port instead of server_port and server_port + 1Ted Lemon1997-02-181-2/+2
* Initial merge of Poger dhclient and linux hacksTed Lemon1997-01-021-1/+23
* Improve error messagesTed Lemon1996-09-021-2/+3
* put file version in copyright stringTed Lemon1996-08-271-1/+1
* Put back filter for server portTed Lemon1996-05-221-0/+5
* Don't print interface network name if there's no network structureTed Lemon1996-05-221-2/+4
* update interface configure banner; add from addr to send_packet; don't filter...Ted Lemon1996-05-221-26/+19
* Use distributed Berkeley networking headersTed Lemon1996-05-191-3/+3
* Fix up pointer types; add support for Alpha OSF/1 pfilt, which is only slight...Ted Lemon1996-05-161-3/+22
* Another fussy interface announcement changeTed Lemon1996-05-161-4/+4
* Undo interface attach announcement changesTed Lemon1996-05-161-8/+2
* Don't need to include if_dl anymoreTed Lemon1996-05-161-1/+0
* Move ifdefs so compiles on incompatible systems don't break; print more infor...Ted Lemon1996-05-161-4/+16
* Complete rewrite of Archie Cobbs' bpf codeTed Lemon1996-05-121-10/+264
* Berkeley Packet Filter supportTed Lemon1996-04-111-0/+91