mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-08 00:02:03 -04:00
description changed
This commit is contained in:
parent
0063dae55a
commit
63b200abaa
@ -1,8 +1,10 @@
|
|||||||
/**
|
/**
|
||||||
* @file ike_header.c
|
* @file ike_header.c
|
||||||
*
|
*
|
||||||
* @brief Definition of the encoding rules used when parsing or generating
|
* @brief Declaration of the class ike_header_t.
|
||||||
* an IKEv2-Header
|
*
|
||||||
|
* An object of this type represents an ike header and is used to
|
||||||
|
* generate and parse ike headers.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -1,9 +1,10 @@
|
|||||||
/**
|
/**
|
||||||
* @file ike_header.h
|
* @file ike_header.h
|
||||||
*
|
*
|
||||||
* @brief Declaration of the data struct ike_header_t.
|
* @brief Declaration of the class ike_header_t.
|
||||||
*
|
*
|
||||||
* The data of a parsed header are stored in a struct of this type.
|
* An object of this type represents an ike header and is used to
|
||||||
|
* generate and parse ike headers.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user