aboutsummaryrefslogtreecommitdiffstats
path: root/src/libimcv/seg
Commit message (Collapse)AuthorAgeFilesLines
* Fixed the implemention of the IF-M segmentation protocolAndreas Steffen2015-08-184-11/+21
| | | | | | | The first segment only fit if the segmentation envelope attribute was preceded by a Max Attribute Size Response attribute. The improved implementation fills up the first PA-TNC message with the first segment up to the maximum message size.
* seg-env: Destroy base attribute if segmentation is not possibleTobias Brunner2015-03-031-0/+1
|
* Fixed a memory leak in the attribute segmentation codeAndreas Steffen2015-02-272-2/+2
|
* libimcv: Fix Doxygen comments after merging libpts into libimcvTobias Brunner2014-10-133-5/+5
|
* Support of multiple directed segmentation contractsAndreas Steffen2014-10-114-8/+88
|
* Added add_segment() method to TCG/PTS attributesAndreas Steffen2014-10-051-5/+0
|
* Implemented add_segment method for PA-TNC attributesAndreas Steffen2014-10-053-58/+140
|
* Merged libpts into libimcvAndreas Steffen2014-10-052-4/+2
|
* Implemented IF-M segmentationAndreas Steffen2014-10-056-0/+1086