summaryrefslogtreecommitdiffstats
path: root/usr.sbin/dhcrelay/packet.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rework the packet.c code for decoding and assembling DHCP messages.reyk2017-04-051-58/+89
* Switch from old errwarn.c logging to shiny new log.[ch].krw2017-02-131-6/+7
* Clean up function prototypes: use a single struct to hold all addressrzalamena2016-12-081-27/+31
* Eliminate #include inside *.h files and include only needed headers inkrw2016-02-071-2/+14
* be very careful accepting packets via bpf. First check that thekrw2016-02-031-7/+28
* Variables to count seen packets should be unsigned.sthen2016-02-021-10/+10
* Nuke local #define ETHER_HEADER_SIZE and use the identical value'dsthen2016-02-021-6/+4
* Remove unused (a.k.a. always passed NULL) parameter 'data' fromsthen2016-02-021-23/+22
* "Check UDP length for short as well as long values" - apply the fix fromsthen2016-01-131-2/+2
* Remove unnecessary netinet/in_systm.h include.lteo2014-10-251-2/+1
* merge dhcpd's packet.c revision 1.7:tobias2014-07-281-3/+4
* Add support for "DHCP-over-IPsec" by implementing RFC 3046 (DHCP Relayreyk2009-09-031-3/+22
* get rid of the -p switch, use fixed values for server and client ports,canacar2004-04-201-12/+5
* initial cut at split out dhcrelay, whacked from usr.sbin/dhcp/ and sbin/dhclienthenning2004-04-121-0/+255