summaryrefslogtreecommitdiff
path: root/common/bpf.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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