aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-amqp.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2013-02-26 01:06:19 +0000
committerBill Meier <wmeier@newsguy.com>2013-02-26 01:06:19 +0000
commit1823aa007c6339228048b1dbefd5a07ec9f96e1c (patch)
tree6b9ab67dd2094ef231eb0f0f7fa39048332486e7 /epan/dissectors/packet-amqp.c
parent88a5865b64a8856d97b46c16e55c3e183828c740 (diff)
it's ==> its & its ==> it's as needed.
svn path=/trunk/; revision=47891
Diffstat (limited to 'epan/dissectors/packet-amqp.c')
-rw-r--r--epan/dissectors/packet-amqp.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/epan/dissectors/packet-amqp.c b/epan/dissectors/packet-amqp.c
index 844a62727d..cf1e9016c0 100644
--- a/epan/dissectors/packet-amqp.c
+++ b/epan/dissectors/packet-amqp.c
@@ -2987,7 +2987,7 @@ dissect_amqp_0_10_execution(tvbuff_t *tvb,
tvb, offset+1, 1, ENC_BIG_ENDIAN);
AMQP_INCREMENT(offset, 2, length);
/*
- * Session header is 2 bytes; one that tells it's 1 byte long, then
+ * Session header is 2 bytes; one that tells that it's 1 byte long, then
* the byte itself. Bit 0 is sync.
*/
flag1 = tvb_get_guint8(tvb, offset);
@@ -3174,7 +3174,7 @@ dissect_amqp_0_10_message(tvbuff_t *tvb,
tvb, offset+1, 1, ENC_BIG_ENDIAN);
AMQP_INCREMENT(offset, 2, length);
/*
- * Session header is 2 bytes; one that tells it's 1 byte long, then
+ * Session header is 2 bytes; one that tells that it's 1 byte long, then
* the byte itself. Bit 0 is sync.
*/
flag1 = tvb_get_guint8(tvb, offset);
@@ -3523,7 +3523,7 @@ dissect_amqp_0_10_tx(tvbuff_t *tvb,
tvb, offset+1, 1, ENC_BIG_ENDIAN);
AMQP_INCREMENT(offset, 2, length);
/*
- * Session header is 2 bytes; one that tells it's 1 byte long, then
+ * Session header is 2 bytes; one that tells that it's 1 byte long, then
* the byte itself. Bit 0 is sync.
*/
flag1 = tvb_get_guint8(tvb, offset);
@@ -3564,7 +3564,7 @@ dissect_amqp_0_10_dtx(tvbuff_t *tvb,
tvb, offset+1, 1, ENC_BIG_ENDIAN);
AMQP_INCREMENT(offset, 2, length);
/*
- * Session header is 2 bytes; one that tells it's 1 byte long, then
+ * Session header is 2 bytes; one that tells that it's 1 byte long, then
* the byte itself. Bit 0 is sync.
*/
flag1 = tvb_get_guint8(tvb, offset);
@@ -3762,7 +3762,7 @@ dissect_amqp_0_10_exchange(tvbuff_t *tvb,
tvb, offset+1, 1, ENC_BIG_ENDIAN);
AMQP_INCREMENT(offset, 2, length);
/*
- * Session header is 2 bytes; one that tells it's 1 byte long, then
+ * Session header is 2 bytes; one that tells that it's 1 byte long, then
* the byte itself. Bit 0 is sync.
*/
flag1 = tvb_get_guint8(tvb, offset);
@@ -4028,7 +4028,7 @@ dissect_amqp_0_10_queue(tvbuff_t *tvb,
tvb, offset+1, 1, ENC_BIG_ENDIAN);
AMQP_INCREMENT(offset, 2, length);
/*
- * Session header is 2 bytes; one that tells it's 1 byte long, then
+ * Session header is 2 bytes; one that tells that it's 1 byte long, then
* the byte itself. Bit 0 is sync.
*/
flag1 = tvb_get_guint8(tvb, offset);
@@ -4186,7 +4186,7 @@ dissect_amqp_0_10_file(tvbuff_t *tvb,
tvb, offset+1, 1, ENC_BIG_ENDIAN);
AMQP_INCREMENT(offset, 2, length);
/*
- * Session header is 2 bytes; one that tells it's 1 byte long, then
+ * Session header is 2 bytes; one that tells that it's 1 byte long, then
* the byte itself. Bit 0 is sync.
*/
flag1 = tvb_get_guint8(tvb, offset);
@@ -4524,7 +4524,7 @@ dissect_amqp_0_10_stream(tvbuff_t *tvb,
tvb, offset+1, 1, ENC_BIG_ENDIAN);
AMQP_INCREMENT(offset, 2, length);
/*
- * Session header is 2 bytes; one that tells it's 1 byte long, then
+ * Session header is 2 bytes; one that tells that it's 1 byte long, then
* the byte itself. Bit 0 is sync.
*/
flag1 = tvb_get_guint8(tvb, offset);