Wireshark-bugs: [Wireshark-bugs] [Bug 8275] Basic dissector: FIPA/ACL Message protocol over TCP
Date: Wed, 30 Jan 2013 14:21:50 +0000

Comment # 2 on bug 8275 from
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.