Fix tpyo.

svn path=/trunk/; revision=31924
This commit is contained in:
Guy Harris 2010-02-19 17:51:36 +00:00
parent 07d078896d
commit 9a5521a819
1 changed files with 1 additions and 1 deletions

View File

@ -1763,7 +1763,7 @@ dissect_ieee802154_decrypt(tvbuff_t * tvb, guint offset, packet_info * pinfo, ie
have_mic = TRUE;
tvb_memcpy(tvb, rx_mic, reported_len - M, M);
}
reported_len =- M;
reported_len -= M;
if (captured_len > reported_len)
captured_len = reported_len;
}