aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ncp2222.inc
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2016-04-01 01:55:33 -0700
committerGuy Harris <guy@alum.mit.edu>2016-04-01 08:56:05 +0000
commitac1bb6584c6a79d1762eaaeeee8975552a512d95 (patch)
tree5be9a4f3edc99d932f1b87351aa6a1fa2da92f79 /epan/dissectors/packet-ncp2222.inc
parent400a3e1fb99245ec4f732b2a4cc8a3b573f5dd9e (diff)
Remove trailing whitespace.
Change-Id: I61dfe0b8e47c98d50975ab825ef529899c31f305 Reviewed-on: https://code.wireshark.org/review/14757 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'epan/dissectors/packet-ncp2222.inc')
-rw-r--r--epan/dissectors/packet-ncp2222.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-ncp2222.inc b/epan/dissectors/packet-ncp2222.inc
index 20f2c000e0..1ca369963e 100644
--- a/epan/dissectors/packet-ncp2222.inc
+++ b/epan/dissectors/packet-ncp2222.inc
@@ -2133,10 +2133,10 @@ ncp_postseq_cleanup(void)
* needed during random-access processing of the proto_tree.*/
}
-/* NCP sequence numbers are from 0 - 255. After reaching 255 the
+/* NCP sequence numbers are from 0 - 255. After reaching 255 the
* sequence number wraps back to 0. Change nw_sequence to nw_sequence_long
* and use upper bits to make sequence numbers unique. This way
- * future attempts to locate initiating packet will succeed.
+ * future attempts to locate initiating packet will succeed.
*/
static ncp_req_hash_value*
ncp_hash_insert(conversation_t *conversation, guint8 nw_sequence,
@@ -6236,7 +6236,7 @@ dissect_ncp_8x20req(tvbuff_t *tvb, proto_tree *volatile ncp_tree, guint32 offset
/*
* But, in 8859-1, this is a feminine ordinal indicator
* (underlined subscripted "a").
- */
+ */
c_char = '*';
wmem_strbuf_append_c(string_buf, c_char);
proto_tree_add_uint_format_value(ncp_tree, hf_search_modifier, tvb, buffer_offset-1, 2, c_char, "DOS Wildcard Asterisk");