summaryrefslogtreecommitdiffstats
path: root/src/lib/dhcp/pkt6.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* [5016] Merged pull request #24 from github24 and squashed it.Marcin Siodelski2016-10-261-2/+3
* [4497] Spelling, no \n at end of .gitignore, etcFrancis Dupont2016-07-081-2/+2
* [4497] Implemented copying options on retrieval from packet.Marcin Siodelski2016-07-081-29/+110
* [4498] Removed support for callback functions unpacking options.Marcin Siodelski2016-05-191-16/+3
* [trac4265] Update copyrights and use HOP_COUNT_LIMIT instead of hardcoded valueShawn Routhier2016-04-061-2/+2
* [trac4265] Add test code, tidy up main codeShawn Routhier2016-04-041-1/+21
* [trac4265] First round of allowing access to v6 relay options via the classif...Shawn Routhier2016-03-311-7/+5
* [master] Merge branch 'trac4236'Marcin Siodelski2015-12-161-11/+3
|\
| * [4236] Replaced license text in all files containing it.Marcin Siodelski2015-12-161-11/+3
* | [4247] Pkt6 MAC extraction now sets HWAddr::source_ to the appropriate valueThomas Markwalder2015-12-151-99/+99
|/
* [4206b] Fixed two typos in the Pkt4 and Pkt6 methods.Marcin Siodelski2015-12-111-1/+1
* [4206b] Pkt{4,6}::getLabel() methods are now exception safe.Tomek Mrugalski2015-12-111-1/+12
* [master] Compilation fixes after 4121 merge.Tomek Mrugalski2015-12-011-1/+1
* [master] Revert only the trac4121 mergeFrancis Dupont2015-11-231-1/+1
* [4121] Cloned LibDHCP::packOptions and improved the v4 versionFrancis Dupont2015-11-131-1/+1
* [4107] Ported changes from fd4o6 (so not finished)Francis Dupont2015-10-311-0/+10
* [3977] Added variants of PktX::makeLabel excluding transaction id.Marcin Siodelski2015-10-211-5/+14
* [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
|/