aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-catapult-dct2000.c
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2010-04-30 17:15:59 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2010-04-30 17:15:59 +0000
commit5ed2e2f914348985a6fdbcd352018619253949db (patch)
tree5bf130e3f3e35a47d3f684fb1b4f6bcd085ddef7 /epan/dissectors/packet-catapult-dct2000.c
parentd4010f20588c3050c5f74198430a021ffceb8d9a (diff)
Trivial: Update AUTHORS entry, remove out-of-date comments, minor formatting
svn path=/trunk/; revision=32611
Diffstat (limited to 'epan/dissectors/packet-catapult-dct2000.c')
-rw-r--r--epan/dissectors/packet-catapult-dct2000.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/epan/dissectors/packet-catapult-dct2000.c b/epan/dissectors/packet-catapult-dct2000.c
index 5b52755ccb..d996bd778e 100644
--- a/epan/dissectors/packet-catapult-dct2000.c
+++ b/epan/dissectors/packet-catapult-dct2000.c
@@ -807,7 +807,7 @@ static void dissect_ccpri_lte(tvbuff_t *tvb, gint offset,
/* Top-level opcode */
top_ti = proto_tree_add_item(tree, hf_catapult_dct2000_lte_ccpri_opcode,
- tvb, offset, 1, FALSE);
+ tvb, offset, 1, FALSE);
opcode = tvb_get_guint8(tvb, offset++);
/* Skip 2-byte length field */
@@ -815,7 +815,7 @@ static void dissect_ccpri_lte(tvbuff_t *tvb, gint offset,
/* Cell-id */
proto_tree_add_item(tree, hf_catapult_dct2000_lte_cellid,
- tvb, offset, 2, FALSE);
+ tvb, offset, 2, FALSE);
offset += 2;
/* Status (ind only) */
@@ -823,7 +823,7 @@ static void dissect_ccpri_lte(tvbuff_t *tvb, gint offset,
proto_item *ti;
guint8 status = tvb_get_guint8(tvb, offset);
ti = proto_tree_add_item(tree, hf_catapult_dct2000_lte_ccpri_status,
- tvb, offset, 1, FALSE);
+ tvb, offset, 1, FALSE);
offset++;
if (status != 0) {
@@ -1826,7 +1826,6 @@ dissect_catapult_dct2000(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
/**********************************************************/
/* Show context.port in src or dest column as appropriate */
- /* TODO: doesn't work at the moment... */
if (direction == 0) {
col_add_fstr(pinfo->cinfo, COL_DEF_SRC,
"%s.%u",