summaryrefslogtreecommitdiffstats
path: root/src/lib/dhcp/pkt6.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* [master] Finished merge of trac3618 (truncated packet/option/vendor-option)Francis Dupont2015-06-191-1/+1
|\
| * [3618] missing space in messageFrancis Dupont2015-05-191-1/+1
* | [master] Finished merge of trac3833 (unsigned for indexes)Francis Dupont2015-06-131-1/+1
|\ \
| * | [3833] some signed for loop variables aka #3833Francis Dupont2015-05-121-1/+1
* | | [master] Merge branch 'trac3807'Marcin Siodelski2015-06-101-0/+64
|\ \ \
| * | | [3807] Pkt6::getType now returns all message types, including client side.Marcin Siodelski2015-05-181-0/+28
| * | | [3807] Implemented Pkt6::getLabel and Pkt6::getClientId.Marcin Siodelski2015-05-181-0/+36
| | |/ | |/|
* / | [master] fixed 3 minor bugs in DHCP++ (#3854)Francis Dupont2015-05-201-1/+1
|/ /
* | [3806] Added and/or fixed toText implementations for various options.Marcin Siodelski2015-05-051-2/+2
* | [3806] Type to name conversion in Pkt4 class.Marcin Siodelski2015-05-041-1/+1
|/
* [master] fixed pkt{,4,6}.{h,cc} modesFrancis Dupont2015-04-191-0/+0
* [master] remove '#include <config.h' from include files (#3782)Francis Dupont2015-04-181-0/+2
* [3715] Interfaces in the IfaceMgr stored as pointers.Marcin Siodelski2015-03-131-1/+1
* [trac3706] Clean up some issues from cpp checkShawn Routhier2015-02-271-1/+4
* [3552] Patch by Adam Kalmus (with minor clean-ups)Tomek Mrugalski2015-01-271-1/+36
* [3553] Changes after review:Tomek Mrugalski2015-01-141-5/+5
* [3553] Unit-tests added for getMACFromDocsisModem(), getMACfromDocsisCMTS()Tomek Mrugalski2014-12-311-7/+7
* [3553] MAC extraction from DOCSIS options implemented.Tomek Mrugalski2014-12-311-1/+58
* [3548] Fixes, cleanups and unit-tests in Pkt6::getMACFromDUID()Tomek Mrugalski2014-12-291-22/+37
* [3548] Patch as provided by Adam KalmusTomek Mrugalski2014-12-291-0/+31
* [3551] Minor changes after review.Tomek Mrugalski2014-12-091-4/+13
* [3551] Patch as submitted by David (see comment 4 in ticket 3551)Tomek Mrugalski2014-12-091-0/+17
* [3549] Changes after review:Tomek Mrugalski2014-10-141-2/+2
* [3549] Pkt::getMAC(HWADDR_SOURCE_IPV6_LINK_LOCAL) implemented.Tomek Mrugalski2014-10-091-0/+12
* [3546] Another changes after review:Tomek Mrugalski2014-10-061-17/+22
* [3546] Pkt6::unpack now handles problems with exceptions, not return falseTomek Mrugalski2014-10-061-73/+72
* [3546] Changes after review:Tomek Mrugalski2014-10-061-8/+4
* [3546] Changes after reviewTomek Mrugalski2014-10-031-0/+4
* [3546] Missing pkt.cc added, several more methods moved.Tomek Mrugalski2014-09-261-18/+0
* [3546] Pkt class added.Tomek Mrugalski2014-09-261-53/+11
* [master] Merge branch 'trac3203' (DHCP client classification, part 1)Tomek Mrugalski2014-01-211-0/+11
|\
| * [3203] Client classes in packets added.Tomek Mrugalski2013-12-301-0/+11
* | [1283] Remove toText() calls where IOAddress should be used directlyMukund Sivaraman2014-01-071-2/+2
|/
* [3201] Add support for DHCP options that hold only sub options.Marcin Siodelski2013-10-241-2/+2
* [3200] Fix the bogus processDiscover and processRequest tests.Marcin Siodelski2013-10-211-15/+17
* [3180] Addressed additional review comments.Marcin Siodelski2013-10-101-1/+1
* [3180] Addressed review comments.Marcin Siodelski2013-10-081-0/+3
* [3180] Implemented support for callback functions to parse options.Marcin Siodelski2013-10-041-13/+28
* [2264] Addressed review comments.Thomas Markwalder2013-08-021-1/+1
* [2264] DHCP packet pack methods now throw exceptions on error.Thomas Markwalder2013-07-291-9/+9
* [2898] Second part of changes after reviewTomek Mrugalski2013-05-081-33/+36
* [2898] Support for v6 relayed traffic added.Tomek Mrugalski2013-04-111-0/+81
* [2827] 2 methods in Pkt6 are now const.Tomek Mrugalski2013-04-031-3/+3
* [2827] Changes after reviewTomek Mrugalski2013-04-031-5/+24
* [2827] Pkt6 now supports relays properly.Tomek Mrugalski2013-03-061-46/+42
* [2827] Relay structures, message parsing/transmission implementedTomek Mrugalski2013-02-271-3/+213
* [2637] Merged Option::pack4() and Option::pack6() into single function.Marcin Siodelski2013-01-211-1/+1
* [2637] Cast uint8_t to int when logging them.Marcin Siodelski2013-01-171-2/+2
* [2325] Pkt6::getOptions() implemented.Tomek Mrugalski2012-11-291-10/+16
* [2325] Dhcpv6Srv::serverReceivedPacketName() -> Pkt6::getName()Tomek Mrugalski2012-11-291-0/+46