Strip out old Service code, add new service message type.
This commit is contained in:
parent
95e303d6f3
commit
56cfe1d603
9 changed files with 37 additions and 535 deletions
|
@ -50,6 +50,7 @@ const char *Packet::verbString(Verb v)
|
|||
case VERB_NETWORK_CONFIG_REFRESH: return "NETWORK_CONFIG_REFRESH";
|
||||
case VERB_MULTICAST_GATHER: return "MULTICAST_GATHER";
|
||||
case VERB_MULTICAST_FRAME: return "MULTICAST_FRAME";
|
||||
case VERB_SERVICE_MESSAGE: return "SERVICE_MESSAGE";
|
||||
}
|
||||
return "(unknown)";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue