wireshark/epan
Alexis La Goutte 0b276d3f38 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" :


svn path=/trunk/; revision=41919
2012-04-04 09:37:19 +00:00
..
crypt Add *.sbr files to the clean target. 2012-01-29 20:21:30 +00:00
dfilter From Gilbert Ramirez: When filtering on a single-byte byte-array-slice, using a normal hex string would be nice 2012-02-29 05:58:45 +00:00
dissectors From Metatech via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7014 2012-04-04 09:37:19 +00:00
ftypes CVARSDLL hasn't been used (is undefined) for a while.... 2012-02-24 16:23:38 +00:00
wslua Line-wrap an extremely long comment. Remove trailing white space. 2012-03-15 02:33:52 +00:00
wspython CVARSDLL hasn't been used (is undefined) for a while.... 2012-02-24 16:23:38 +00:00
CMakeLists.txt From Rolf Fiedler: 2012-04-04 07:33:39 +00:00
Makefile.am OK, to heck with it - link reassemble_test with libwireshark. Trying to 2012-02-28 09:00:05 +00:00
Makefile.common Ed Beroset <beroset@mindspring.com> via bug 5531 2012-01-14 15:22:10 +00:00
Makefile.nmake Another try: we're in epan here so getting to libwsutil and wiretap requires going up a directory; getting to epan things does not require 'epan' in the path. 2012-02-28 16:08:47 +00:00
addr_and_mask.c
addr_and_mask.h
addr_resolv.c
addr_resolv.h
address.h From Martin Kaiser via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6890 : 2012-03-01 02:50:16 +00:00
address_to_str.c
adler32.c
adler32.h
afn.c
afn.h
aftypes.h
arcnet_pids.h
arptypes.h
asm_utils.c Include config.h in preparation of moving the definition 2012-02-02 11:54:33 +00:00
asm_utils.h
asm_utils_win32_x86.asm
asn1.c
asn1.h
atalk-utils.c
atalk-utils.h
base64.c
base64.h Add 'extern "C"' wrappers and #include guards to various header files. 2011-12-29 00:08:47 +00:00
bitswap.c
bitswap.h
bridged_pids.h
camel-persistentdata.c Remove obsolete comments referring to mem_chunks. 2012-01-14 20:14:43 +00:00
camel-persistentdata.h
charsets.c Add a bunch of URLs for character encoding information. 2011-07-12 00:14:37 +00:00
charsets.h
chdlctypes.h
circuit.c
circuit.h
codecs.c
codecs.h
column-utils.c Add a presence flag field to the packet information structure filled in 2012-02-25 23:24:34 +00:00
column-utils.h Well, we *did* go to a widget that invokes callback to get the text for 2012-01-28 02:21:03 +00:00
column.c If we set "column.hidden" on the command line but don't set 2011-11-13 22:51:49 +00:00
column.h If we set "column.hidden" on the command line but don't set 2011-11-13 22:51:49 +00:00
column_info.h From Michael Mann: 2011-07-04 21:43:34 +00:00
conversation.c From Cristian Constantin: 2012-02-04 12:23:51 +00:00
conversation.h From Cristian Constantin: 2012-02-04 12:23:51 +00:00
crc8-tvb.c Second try to move crc routines to libwsutil. 2011-08-31 09:00:54 +00:00
crc8-tvb.h Second try to move crc routines to libwsutil. 2011-08-31 09:00:54 +00:00
crc16-tvb.c Second try to move crc routines to libwsutil. 2011-08-31 09:00:54 +00:00
crc16-tvb.h Second try to move crc routines to libwsutil. 2011-08-31 09:00:54 +00:00
crc32-tvb.c From Weston Schmidt: 2012-03-13 08:57:04 +00:00
crc32-tvb.h From Weston Schmidt: 2012-03-13 08:57:04 +00:00
diam_dict.h
diam_dict.l
dissector_filters.c
dissector_filters.h
doxygen.cfg.in Add @configure_input@ to a bunch of .in files that didn't have it. 2012-03-16 03:39:51 +00:00
dtd.h
dtd_grammar.lemon Include config.h in preparation of moving the definition 2012-02-02 11:54:33 +00:00
dtd_parse.h
dtd_parse.l Replace use of deprecated g_strdown() by g_ascii_strdown(); 2011-08-11 03:10:11 +00:00
dtd_preparse.l Include config.h in preparation of moving the definition 2012-02-02 11:54:33 +00:00
eap.h
emem.c Add a new environment variable (WIRESHARK_ABORT_ON_OUT_OF_MEMORY) that 2012-03-19 02:00:42 +00:00
emem.h Get rid of Warnings. 2011-11-20 12:43:04 +00:00
enterprise-numbers [Automatic manuf, services and enterprise-numbers update for 2012-04-01] 2012-04-01 14:03:31 +00:00
epan.c Fix dependent_frames memleak. 2012-04-03 09:18:16 +00:00
epan.h Add 'extern "C"' wrappers and #include guards to various header files. 2011-12-29 00:08:47 +00:00
epan_dissect.h Add 'extern "C"' wrappers and #include guards to various header files. 2011-12-29 00:08:47 +00:00
etypes.h From Martin Renold via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5730 2011-10-31 18:37:58 +00:00
ex-opt.c
ex-opt.h Add 'extern "C"' wrappers and #include guards to various header files. 2011-12-29 00:08:47 +00:00
except.c Another fix for building with MSVC2005. 2011-08-01 12:38:58 +00:00
except.h More GLIB_CHECK_VERSION cleanups. Update the minimum GLib/GTK+ versions 2011-07-11 20:32:19 +00:00
exceptions.h
exntest.c
expert.c Use the expert system to show packet comments. 2012-03-02 13:31:16 +00:00
expert.h Treat expert info as a <field> instead of a <proto> when exporting to pdml. 2011-12-14 21:13:06 +00:00
filesystem.c When reporting "sorry, *this* packet can't be written to a file of that 2011-11-19 20:18:01 +00:00
filesystem.h
filter_expressions.c From Edwin Groothuis via bug 6207: 2011-09-08 09:35:10 +00:00
filter_expressions.h From Edwin Groothuis via bug 6207: 2011-09-08 09:35:10 +00:00
follow.c From QA Cafe: 2012-02-05 10:39:12 +00:00
follow.h From QA Cafe: 2012-02-05 10:39:12 +00:00
frame_data.c Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3315 - 2012-02-28 03:19:49 +00:00
frame_data.h Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3315 - 2012-02-28 03:19:49 +00:00
frequency-utils.c Fix ex "modeline" so it works; 2011-09-21 17:49:11 +00:00
frequency-utils.h Fix ex "modeline" so it works; 2011-09-21 17:49:11 +00:00
funnel.c
funnel.h
garrayfix.h
gcp.c From Václav Horčák: 2011-09-07 05:02:43 +00:00
gcp.h
geoip_db.c 'tab-width/tabstop/tabSize' in editor modelines should really always be 8. 2012-03-21 18:27:10 +00:00
geoip_db.h Add GeoIP IPv6 database support. Tested with GeoIP 1.4.7, but older 2011-10-05 22:27:51 +00:00
golay.c
golay.h
greproto.h ArubaOS 6.x use a new GRE ID (0x9000) for communication between controller and AP 2011-11-29 19:46:12 +00:00
guid-utils.c
guid-utils.h
h225-persistentdata.c
h225-persistentdata.h
iana_snap_pid.h
iax2_codec_type.h From Tilghman Lesher: 2011-12-09 23:14:14 +00:00
in_cksum.c
in_cksum.h Add #define guard. 2011-09-14 14:53:49 +00:00
ip_opts.h Add Quick Start IPv6 Option ( And shared Quick Start option between IPv4/IPv6/TCP ) 2012-03-20 08:51:05 +00:00
ipproto.c
ipproto.h
ipv4.c
ipv4.h
ipv6-utils.h From Jakub Zawadzki : 2011-09-07 11:19:25 +00:00
lapd_sapi.h
libwireshark.def From Weston Schmidt: 2012-03-13 08:57:04 +00:00
libwireshark.vcproj Set eol-style to native (just to make these files readable on *NIX). 2012-03-19 01:46:24 +00:00
llcsaps.h
next_tvb.c
next_tvb.h
nlpid.h
nstime.c Whitespace cleanup: 2011-09-21 18:55:03 +00:00
nstime.h Removed nstime_diff() in favour of nstime_delta(). 2011-08-21 18:06:42 +00:00
oids.c Fix ex "modeline" so it works; 2011-09-21 17:49:11 +00:00
oids.h
osi-utils.c
osi-utils.h
oui.h
packet.c Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3315 - 2012-02-28 03:19:49 +00:00
packet.h Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3315 - 2012-02-28 03:19:49 +00:00
packet_info.h Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3315 - 2012-02-28 03:19:49 +00:00
params.h
pint.h
plugins.c Move gtk to ui/gtk. 2012-01-15 21:59:11 +00:00
plugins.h
ppptypes.h
prefs-int.h
prefs.c If we set "column.hidden" on the command line but don't set 2011-11-13 22:51:49 +00:00
prefs.h Add 'extern "C"' wrappers and #include guards to various header files. 2011-12-29 00:08:47 +00:00
proto.c Update a comment as to the number of Wireshark protocols; 2012-03-15 14:15:48 +00:00
proto.h Use the expert system to show packet comments. 2012-03-02 13:31:16 +00:00
ptvcursor.h
radius_dict.l Replace deprecated glib functions. 2011-08-07 18:15:45 +00:00
range.c
range.h
reassemble.c Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3315 - 2012-02-28 03:19:49 +00:00
reassemble.h fix compile errors found by dumpabi target 2012-01-19 22:55:37 +00:00
reassemble_test.c OK, to heck with it - link reassemble_test with libwireshark. Trying to 2012-02-28 09:00:05 +00:00
reedsolomon.c
reedsolomon.h
report_err.c
report_err.h
req_resp_hdrs.c
req_resp_hdrs.h
rtp_pt.h
sctpppids.h Add support for SSH over SCTP. 2012-03-15 08:23:26 +00:00
sigcomp-udvm.c Rename crypt-xxx to xxx 2012-01-15 12:29:44 +00:00
sigcomp-udvm.h
sigcomp_state_hdlr.c
sigcomp_state_hdlr.h
slab.h
sminmpec.h Add VENDOR_ERICSSON_PKT_CORE 2012-02-21 08:58:05 +00:00
sna-utils.c
sna-utils.h
stat_cmd_args.c CMakeLists.txt: Make sure TSHARK_TAP_SRC is defined before 2012-01-12 19:16:15 +00:00
stat_cmd_args.h From Gisle Vanem: 2011-08-23 13:16:44 +00:00
stats_tree.c
stats_tree.h
stats_tree_priv.h
stream.c
stream.h
strutil.c
strutil.h Add 'extern "C"' wrappers and #include guards to various header files. 2011-12-29 00:08:47 +00:00
t35.c
t35.h
tap-voip.h
tap.c
tap.h
tcap-persistentdata.c Remove obsolete comments referring to mem_chunks. 2012-01-14 20:14:43 +00:00
tcap-persistentdata.h
tfs.c
tfs.h
time_fmt.h
timestamp.c Move gtk to ui/gtk. 2012-01-15 21:59:11 +00:00
timestamp.h Add 'extern "C"' wrappers and #include guards to various header files. 2011-12-29 00:08:47 +00:00
to_str.c Put back the checks for null arguments, but report a dissector bug if 2011-12-14 02:46:16 +00:00
to_str.h
tpg.c
tpg.h
tvbparse.c Wrap a couple of very long lines. 2012-03-26 17:33:09 +00:00
tvbparse.h
tvbtest.c Rework some code in tvbtest to fix an issue when testing composite tvbs. 2011-12-21 23:42:17 +00:00
tvbuff-int.h A simplified version of tvbuffs: 2011-12-21 17:39:02 +00:00
tvbuff.c These buffers in tvb_uncompress() can't ovelaps, so use optimized memcpy(). 2012-03-31 12:35:07 +00:00
tvbuff.h Update comments about tvbuff. 2012-03-16 15:43:56 +00:00
uat-int.h Added a button to refresh a UAT from the system defaults (if existing). 2011-10-09 09:55:14 +00:00
uat.c Added a button to refresh a UAT from the system defaults (if existing). 2011-10-09 09:55:14 +00:00
uat.h Recreate the packet list when changing UAT for header fields. 2012-03-30 08:57:57 +00:00
uat_load.l Call uat->post_update_cb also when not having the uat file. 2012-03-30 11:12:03 +00:00
value_string.c
value_string.h
x264_prt_id.h
xdlc.c
xdlc.h