Small cleanups.
authorGuy Harris <guy@alum.mit.edu>
Fri, 5 May 2017 22:12:36 +0000 (15:12 -0700)
committerGuy Harris <guy@alum.mit.edu>
Fri, 5 May 2017 22:13:28 +0000 (22:13 +0000)
commit3ef57b9ea2da5c122c66a62649d2b76b0592002c
tree636807521e231ae2d16a59ff5d3a2b4a5a96168c
parent0d368850aebe054b66959975df4ddbbad58a37a9
Small cleanups.

Add some parentheses to make an expression clearer to people who haven't
memorized the table of C operator precedences.

Don't fiddle the nss variable in place; explicitly combine it with the
IS_TX value when we put it in the header, to make it clearer what's in
that header byte.

Change-Id: I870b892fb9dab2bc210956f923e0183f4e147989
Reviewed-on: https://code.wireshark.org/review/21530
Reviewed-by: Guy Harris <guy@alum.mit.edu>
wiretap/vwr.c