Comment # 2
on bug 8275
from Raúl Pérez Clavero
Basic examples for this protocol:
(request :sender A_SENDER :receiver A_RECEIVER :reply-with 8 :conversation-id
599918 :content "a double quoted string of any kind")
A bit more complex:
(inform
:sender (agent-identifier aaaaaa) :receiver (set (agent-identifier bbbbbb))
:ontology fipa-agent-management :language fipa-sl0 :protocol fipa-request
:content "hello")
There are a set of specifications for the FIPA/ACL language. However the
dissector does not fully implement all of them. It could in the future.
Fuzzed? What do you mean fuzzed?
Built in dissector?: Yes its possible. I'll attach a diff version from trunk as
a built in dissector ASAP.
You are receiving this mail because:
- You are watching all bug changes.