|
|
Link State Acknowledgement Packet
LinkStateAcknowledgementPacket (OspfTypes::Version version)
| LinkStateAcknowledgementPacket |
OspfTypes::Type get_type ()
| get_type |
[const]
Reimplemented from Packet.
Packet * decode (uint8_t *ptr, size_t len)
throw(InvalidPacket) | decode |
[const]
Reimplemented from Packet.
bool encode (vector<uint8_t>& pkt)
| encode |
Encode the packet.
Parameters:
pkt | vector into which the packet should be placed. |
Returns: true if the encoding succeeded.
Reimplemented from Packet.
list<Lsa_header>& get_lsa_headers ()
| get_lsa_headers |
string str ()
| str |
[const]
Generate a printable representation of the packet.
Reimplemented from Packet.