Work in progress...
This commit is contained in:
parent
24bad9f3d1
commit
4e010da54b
10 changed files with 231 additions and 257 deletions
|
@ -42,9 +42,9 @@ const char *Packet::verbString(Verb v)
|
|||
case VERB_WHOIS: return "WHOIS";
|
||||
case VERB_RENDEZVOUS: return "RENDEZVOUS";
|
||||
case VERB_FRAME: return "FRAME";
|
||||
case VERB_MULTICAST_LIKE: return "MULTICAST_LIKE";
|
||||
case VERB_MULTICAST_GOT: return "MULTICAST_GOT";
|
||||
case VERB_PROXY_FRAME: return "PROXY_FRAME";
|
||||
case VERB_MULTICAST_FRAME: return "MULTICAST_FRAME";
|
||||
case VERB_MULTICAST_LIKE: return "MULTICAST_LIKE";
|
||||
case VERB_NETWORK_MEMBERSHIP_CERTIFICATE: return "NETWORK_MEMBERSHIP_CERTIFICATE";
|
||||
case VERB_NETWORK_CONFIG_REQUEST: return "NETWORK_CONFIG_REQUEST";
|
||||
case VERB_NETWORK_CONFIG_REFRESH: return "NETWORK_CONFIG_REFRESH";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue