
Cocoa Packet Analyzer PlugIns |
||
![]() |
CPA supports the Cocoa bundles technology for creating TCP/IP application layer protocol analyzer plugins. Available third party plugins:
|
Downloads: SIP Analyzer PlugIn |
|
Installation of third party analyzer plugins To install a plugin just copy it to one of the following locations and restart CPA: - "~/Library/Application Support/CocoaPacketAnalyzer/PlugIns" - "/Library/Application Support/CocoaPacketAnalyzer/PlugIns" - "/Network/Library/Application Support/CocoaPacketAnalyzer/PlugIns" - "CocoaPacketAnalyzer.app/Contents/PlugIns" If the location does not exist yet please create it! To verify that the plugin did load check the analyzers pane in the CPA preferences. |
|
|
| How to create an "Analyzer PlugIn"? Since Analyzer PlugIns are Cocoa bundles you will need to create a new Cocoa bundle project in Xcode, next import the header files to the principal class of your plugin and implement the required methods. Both header files are commented and should be straightforward to use. Additional informations can be found in the included ReadMe file inside the "PlugIns-Headers" archive. I have also created a small "TestPlugIn" project which covers the basic settings. Please have a look at it! For additional infos please feel free to contact me! Be aware that I may change the CPA_PlugInsProtocol.h anytime. So if your plugin doesnt work with a newer CPA version be sure to check this page for updated versions of the developement files! |
Development files: DevHeaders (0.48) TestPlugInSrc (0.2) |
|
| << CPA | Did you successfully create an "Analyzer PlugIn"? Please let me know! So I can list it and provide a downloadlink! |
© 2007-2008, tastycocoabytes.com