aboutsummaryrefslogtreecommitdiffstats
path: root/src/libimcv/seg/seg_env.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixed the implemention of the IF-M segmentation protocolAndreas Steffen2015-08-181-4/+11
| | | | | | | 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-271-1/+1
|
* Added add_segment() method to TCG/PTS attributesAndreas Steffen2014-10-051-5/+0
|
* Implemented add_segment method for PA-TNC attributesAndreas Steffen2014-10-051-40/+91
|
* Merged libpts into libimcvAndreas Steffen2014-10-051-2/+1
|
* Implemented IF-M segmentationAndreas Steffen2014-10-051-0/+261