http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=41919
User: alagoutte
Date: 2012/04/04 02:37 AM
Log:
From Metatech via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7014
Here is a dissector for ActiveMQ OpenWire protocol.
A few words about the protocol :
OpenWire has two wire formats :
- "loose" : more verbose, less CPU-intensive, less network-intensive (1-pass)
- "tight" : more compact, more CPU-intensive, more network-intensive (2-pass)
This dissector only supports the "loose" syntax, which is not the default.
This dissector only supports version 6 of the protocol.
It can be changed on the broker in the activemq.xml file by specifying
"tightEncodingEnabled=false" :
Directory: /trunk/epan/dissectors/
Changes Path Action
+1 -0 Makefile.common Modified
+2010 -0 packet-openwire.c Added
Directory: /trunk/
Changes Path Action
+1 -0 AUTHORS Modified