Wireshark-commits: [Wireshark-commits] master 371c71a: Don't use a global variable for the FCS leng
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=371c71ac1e98590eb4fa477e006922dbee66e2c5
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
371c71a by Guy Harris (guy@xxxxxxxxxxxx):
Don't use a global variable for the FCS length.
Use local variables and parameters instead.
Change-Id: If491ef9c4e961848bb59f48d107157372f93e43f
Reviewed-on: https://code.wireshark.org/review/32278
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from f5164e6 Don't use the same variable for the configured FCS type and the tap FCS type.
add 371c71a Don't use a global variable for the FCS length.
Summary of changes:
epan/dissectors/packet-ieee802154.c | 91 ++++++++++++++++++-------------------
1 file changed, 44 insertions(+), 47 deletions(-)