You are in a twisty little maze of code paths, all different. Get rid
authorGuy Harris <guy@alum.mit.edu>
Tue, 24 Sep 2013 20:32:19 +0000 (20:32 -0000)
committerGuy Harris <guy@alum.mit.edu>
Tue, 24 Sep 2013 20:32:19 +0000 (20:32 -0000)
commit9e24ed6e97e870fa765457ea8bc2c5b42b6f59b1
tree48738e505bb426096b467c2a1921ed1e6c2ea634
parent84ac86916b03c8daa085597b8f9d468153004533
You are in a twisty little maze of code paths, all different.  Get rid
of the if (tree) tests in dissect_mac_header_generic_decoder(), as some
of the stuff done inside there should be done even if we're not building
a protocol tree, e.g. CRC stuff and calling subdissectors.

Get rid of a gratuitous pair of curly braces, and fix the indentation of
one line, while we're at it.

svn path=/trunk/; revision=52208
plugins/wimax/mac_hd_generic_decoder.c