Skip to content

Commit

Permalink
catching fragmentation_vid and reporting reception
Browse files Browse the repository at this point in the history
  • Loading branch information
cjac committed Jan 8, 2014
1 parent cb34f7a commit c105159
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/libcharon/sa/ikev2/tasks/ike_vendor.c
Expand Up @@ -122,6 +122,10 @@ METHOD(task_t, process, status_t,
{
DBG1(DBG_IKE, "received 2009 Cisco Systems, Inc. vendor ID");
}
else if(chunk_equals(data, fragmentation_vid))
{
DBG1(DBG_IKE, "received FRAGMENTATION vendor ID");
}
else
{
DBG1(DBG_ENC, "received unknown vendor ID: %#B", &data);
Expand Down

0 comments on commit c105159

Please sign in to comment.