|
|
LinkStateRequestPacket (OspfTypes::Version version)
| LinkStateRequestPacket |
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<Ls_request>& get_ls_request ()
| get_ls_request |
string str ()
| str |
[const]
Generate a printable representation of the packet.
Reimplemented from Packet.