aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee802154.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2018-04-14 19:41:49 -0700
committerGuy Harris <guy@alum.mit.edu>2018-04-15 02:42:30 +0000
commit93c60b3b7c801dddd11d8c7f2a0ea4b7d02d700a (patch)
tree428c582dc97ac957c75d52d34736f7369425bc61 /epan/dissectors/packet-ieee802154.c
parentc10fe98fcdcdf0b2b9e92a2ec8c9574f9bf9a8ff (diff)
Clean up whitespace.
Change-Id: Ifdd6f1e96a01f040375639f6d09e56241798b346 Reviewed-on: https://code.wireshark.org/review/26949 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'epan/dissectors/packet-ieee802154.c')
-rw-r--r--epan/dissectors/packet-ieee802154.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ieee802154.c b/epan/dissectors/packet-ieee802154.c
index 23cb39cf49..b0676b5c1c 100644
--- a/epan/dissectors/packet-ieee802154.c
+++ b/epan/dissectors/packet-ieee802154.c
@@ -3697,7 +3697,7 @@ dissect_ieee802154_decrypt(tvbuff_t *tvb,
}
/* Check whether the payload is truncated by a snapshot length. */
if (tvb_bytes_exist(tvb, offset, reported_len)) {
- /* It's not, so we have all of the payload. */
+ /* It's not, so we have all of the payload. */
captured_len = reported_len;
}
else {