Function silc_packet_parse_special
SYNOPSIS
SilcPacketType silc_packet_parse_special(SilcPacketContext *ctx);
DESCRIPTION
Perform special SILC Packet header parsing. This is required to some
packet types that have the data payload encrypted with different key
than the header area plus padding of the packet. Hence, this parses
the header in a way that it does not take the data area into account
and parses the header and padding area only.
|