Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 41919: / /trunk/epan/dissectors/: Makefile.common packet

Date: Wed, 04 Apr 2012 09:37:20 GMT
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