aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2012-07-04 13:04:16 +0000
committerBill Meier <wmeier@newsguy.com>2012-07-04 13:04:16 +0000
commitc02d15688134b6c69bed44416e64661420fd140f (patch)
treee54fa86c8485a6f80573629cd3eb1507ea4a942b /epan
parentc529c306d43172a0981dd7988bb5e97cbc766d0c (diff)
The amqp dissector is not a plugin; remove comment indicating that it's a plugin.
Also: Fix some "4 space tab" indentation (replace with spaces). svn path=/trunk/; revision=43566
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-amqp.c42
1 files changed, 21 insertions, 21 deletions
diff --git a/epan/dissectors/packet-amqp.c b/epan/dissectors/packet-amqp.c
index 4c81a511b9..0d60a66641 100644
--- a/epan/dissectors/packet-amqp.c
+++ b/epan/dissectors/packet-amqp.c
@@ -1,6 +1,6 @@
/* packet-amqp.c
*
- * AMQP v0-9, 0-10 Wireshark dissector plug-in
+ * AMQP v0-9, 0-10 Wireshark dissector
*
* Author: Martin Sustrik <sustrik@imatix.com> (AMQP 0-9)
* Author: Steve Huston <shuston@riverace.com> (extended for AMQP 0-10)
@@ -5799,8 +5799,8 @@ dissect_amqp_0_9_frame(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
ti = proto_tree_add_item(amqp_tree, hf_amqp_method_arguments,
tvb, 11, length - 4, ENC_NA);
args_tree = proto_item_add_subtree(ti, ett_args);
- col_append_fstr(pinfo->cinfo, COL_INFO, "Connection.%s",
- val_to_str( method_id, amqp_method_connection_methods, "Unknown (%u)"));
+ col_append_fstr(pinfo->cinfo, COL_INFO, "Connection.%s",
+ val_to_str( method_id, amqp_method_connection_methods, "Unknown (%u)"));
col_set_fence(pinfo->cinfo, COL_INFO);
switch (method_id) {
case AMQP_0_9_METHOD_CONNECTION_START:
@@ -5862,11 +5862,11 @@ dissect_amqp_0_9_frame(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
tvb, 11, length - 4, ENC_NA);
args_tree = proto_item_add_subtree(ti, ett_args);
- col_append_fstr(pinfo->cinfo, COL_INFO, "Channel.%s",
- val_to_str( method_id, amqp_method_channel_methods, "Unknown (%u)"));
+ col_append_fstr(pinfo->cinfo, COL_INFO, "Channel.%s",
+ val_to_str( method_id, amqp_method_channel_methods, "Unknown (%u)"));
col_set_fence(pinfo->cinfo, COL_INFO);
- switch (method_id) {
+ switch (method_id) {
case AMQP_0_9_METHOD_CHANNEL_OPEN:
dissect_amqp_0_9_method_channel_open(tvb,
11, args_tree);
@@ -5950,8 +5950,8 @@ dissect_amqp_0_9_frame(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
ti = proto_tree_add_item(amqp_tree, hf_amqp_method_arguments,
tvb, 11, length - 4, ENC_NA);
args_tree = proto_item_add_subtree(ti, ett_args);
- col_append_fstr(pinfo->cinfo, COL_INFO, "Exchange.%s",
- val_to_str( method_id, amqp_method_exchange_methods, "Unknown (%u)"));
+ col_append_fstr(pinfo->cinfo, COL_INFO, "Exchange.%s",
+ val_to_str( method_id, amqp_method_exchange_methods, "Unknown (%u)"));
col_set_fence(pinfo->cinfo, COL_INFO);
switch (method_id) {
case AMQP_0_9_METHOD_EXCHANGE_DECLARE:
@@ -5992,8 +5992,8 @@ dissect_amqp_0_9_frame(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
ti = proto_tree_add_item(amqp_tree, hf_amqp_method_arguments,
tvb, 11, length - 4, ENC_NA);
args_tree = proto_item_add_subtree(ti, ett_args);
- col_append_fstr(pinfo->cinfo, COL_INFO, "Queue.%s",
- val_to_str( method_id, amqp_method_queue_methods, "Unknown (%u)"));
+ col_append_fstr(pinfo->cinfo, COL_INFO, "Queue.%s",
+ val_to_str( method_id, amqp_method_queue_methods, "Unknown (%u)"));
col_set_fence(pinfo->cinfo, COL_INFO);
switch (method_id) {
@@ -6052,11 +6052,11 @@ dissect_amqp_0_9_frame(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
tvb, 11, length - 4, ENC_NA);
args_tree = proto_item_add_subtree(ti, ett_args);
- col_append_fstr(pinfo->cinfo, COL_INFO, "Basic.%s",
- val_to_str( method_id, amqp_method_basic_methods, "Unknown (%u)"));
+ col_append_fstr(pinfo->cinfo, COL_INFO, "Basic.%s",
+ val_to_str( method_id, amqp_method_basic_methods, "Unknown (%u)"));
col_set_fence(pinfo->cinfo, COL_INFO);
- switch (method_id) {
+ switch (method_id) {
case AMQP_0_9_METHOD_BASIC_QOS:
dissect_amqp_0_9_method_basic_qos(tvb,
11, args_tree);
@@ -6132,8 +6132,8 @@ dissect_amqp_0_9_frame(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
tvb, 11, length - 4, ENC_NA);
args_tree = proto_item_add_subtree(ti, ett_args);
- col_append_fstr(pinfo->cinfo, COL_INFO, "File.%s",
- val_to_str( method_id, amqp_method_file_methods, "Unknown (%u)"));
+ col_append_fstr(pinfo->cinfo, COL_INFO, "File.%s",
+ val_to_str( method_id, amqp_method_file_methods, "Unknown (%u)"));
col_set_fence(pinfo->cinfo, COL_INFO);
switch (method_id) {
@@ -6208,8 +6208,8 @@ dissect_amqp_0_9_frame(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
tvb, 11, length - 4, ENC_NA);
args_tree = proto_item_add_subtree(ti, ett_args);
- col_append_fstr(pinfo->cinfo, COL_INFO, "Stream.%s",
- val_to_str( method_id, amqp_method_stream_methods, "Unknown (%u)"));
+ col_append_fstr(pinfo->cinfo, COL_INFO, "Stream.%s",
+ val_to_str( method_id, amqp_method_stream_methods, "Unknown (%u)"));
col_set_fence(pinfo->cinfo, COL_INFO);
switch (method_id) {
@@ -6264,8 +6264,8 @@ dissect_amqp_0_9_frame(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
tvb, 11, length - 4, ENC_NA);
args_tree = proto_item_add_subtree(ti, ett_args);
- col_append_fstr(pinfo->cinfo, COL_INFO, "Tx.%s",
- val_to_str( method_id, amqp_method_tx_methods, "Unknown (%u)"));
+ col_append_fstr(pinfo->cinfo, COL_INFO, "Tx.%s",
+ val_to_str( method_id, amqp_method_tx_methods, "Unknown (%u)"));
col_set_fence(pinfo->cinfo, COL_INFO);
switch (method_id) {
@@ -6308,8 +6308,8 @@ dissect_amqp_0_9_frame(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
tvb, 11, length - 4, ENC_NA);
args_tree = proto_item_add_subtree(ti, ett_args);
- col_append_fstr(pinfo->cinfo, COL_INFO, "Dtx.%s",
- val_to_str( method_id, amqp_method_dtx_methods, "Unknown (%u)"));
+ col_append_fstr(pinfo->cinfo, COL_INFO, "Dtx.%s",
+ val_to_str( method_id, amqp_method_dtx_methods, "Unknown (%u)"));
col_set_fence(pinfo->cinfo, COL_INFO);
switch (method_id) {