summaryrefslogtreecommitdiffstats
path: root/src/lib/dhcp/tests/pkt4_unittest.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* [master] Finished merge of trac3833 (unsigned for indexes)Francis Dupont2015-06-131-15/+15
|\
| * [3833] Improved codingFrancis Dupont2015-06-111-15/+15
| * [3833] some signed for loop variables aka #3833Francis Dupont2015-05-121-7/+7
* | [3794] Changes after review:Tomek Mrugalski2015-06-091-1/+1
* | [3806] Addressed some of the review comments.Marcin Siodelski2015-05-151-1/+14
* | [3806] Added and/or fixed toText implementations for various options.Marcin Siodelski2015-05-051-0/+23
* | [3806] Type to name conversion in Pkt4 class.Marcin Siodelski2015-05-041-0/+46
* | [3806] Shortened the output from the Pkt4::getLabel.Marcin Siodelski2015-05-041-7/+7
|/
* [3743] More review clean up, use ClientId for client info outputThomas Markwalder2015-04-201-2/+2
* [3743] Added label methods to Pkt and Pkt4Thomas Markwalder2015-04-201-0/+38
* [3749] Minor fix in the isRelayed unit test as a result of the review.Marcin Siodelski2015-03-171-1/+2
* [3749] Relayed message with hops=0 is accepted by the DHCPv4 server.Marcin Siodelski2015-03-171-11/+11
* [3554] Changes after review:Tomek Mrugalski2014-12-231-6/+6
* [3546] Compilation fixTomek Mrugalski2014-10-081-6/+6
* [3546] Another changes after review:Tomek Mrugalski2014-10-061-1/+1
* [3546] Changes after review:Tomek Mrugalski2014-10-061-1/+1
* [3546] Initial version of Pkt::getMAC() method implemented.Tomek Mrugalski2014-09-301-0/+26
* [3430] Changes in a bid to avoid a Coverity warningStephen Morris2014-07-281-10/+10
* [master] Merge branch 'trac3203' (DHCP client classification, part 1)Tomek Mrugalski2014-01-211-0/+30
|\
| * [3203] Changes after review:Tomek Mrugalski2014-01-171-8/+12
| * [3203] Client classes in packets added.Tomek Mrugalski2013-12-301-0/+27
* | Merge branch 'trac1283'Mukund Sivaraman2014-01-171-8/+8
|\ \
| * | [1283] Remove toText() calls where IOAddress should be used directlyMukund Sivaraman2014-01-071-8/+8
| |/
* / [3231] Implemented function which checks if the v4 packet is relayed.Marcin Siodelski2014-01-081-0/+23
|/
* [3201] Add support for DHCP options that hold only sub options.Marcin Siodelski2013-10-241-2/+4
* [3180] Implemented support for callback functions to parse options.Marcin Siodelski2013-10-041-177/+275
* [master] Merge branch 'trac2902'Marcin Siodelski2013-05-231-0/+45
|\
| * [2902] Changes as a result of the review.Marcin Siodelski2013-05-211-2/+2
| * [2902] Added data fields storing src/dest HW Address in Pkt4 class.Marcin Siodelski2013-04-291-0/+45
* | [2786] Address review comments.Marcin Siodelski2013-05-151-2/+2
* | [2786] Use OptionString class to represent options with a string.Marcin Siodelski2013-05-131-8/+17
* | [2467] Miscellaneous minor changes as a result of reviewStephen Morris2013-04-301-12/+12
* | [2467] Replace "raw" pointers with scoped pointers in libdhcp testsStephen Morris2013-04-101-83/+57
|/
* [2320] Changes after review.Tomek Mrugalski2013-01-081-0/+1
* [2320] Pkt4::setType() is now implemented properly.Tomek Mrugalski2013-01-081-9/+10
* [2320] Pkt4::delOption() implemented.Tomek Mrugalski2013-01-021-0/+6
* [2320] Missing unittests for hwaddr implemented.Tomek Mrugalski2012-12-271-0/+17
* [2320] HWAddr structure implemented.Tomek Mrugalski2012-12-271-3/+3
* [master] Merge branch 'trac2526'Marcin Siodelski2012-12-171-16/+20
|\
| * [2526] Changes as a result of the code review.Marcin Siodelski2012-12-141-5/+0
| * [2526] Use V4 option definitions when unpacking an option.Marcin Siodelski2012-12-111-16/+25
* | [2546] Address further issues pointed out in reviewStephen Morris2012-12-121-1/+10
|/
* [2475] Put #include directives in correct orderStephen Morris2012-11-161-9/+13
* [master] don't use all of boost namespaceJeremy C. Reed2012-06-121-1/+3
* [1955] Corrections to timestamp unit tests in dhcp::PktN.Marcin Siodelski2012-06-111-3/+4
* [1956] Replaced clock_gettime with posix_time.Marcin Siodelski2012-06-011-5/+20
* [1956] Added timestamp update mechanism to pkt6 and pkt4 classes.Marcin Siodelski2012-05-301-0/+12
* [1528] Memory leaks fixed, more reasonable names, socket is now closed.Tomek Mrugalski2012-02-211-0/+2
* [1230] Changes after review:Tomek Mrugalski2011-12-291-1/+11
* [1230] Implemented tests for DISCOVER and OFFER packet handlingTomek Mrugalski2011-12-221-3/+7