Wireshark-commits: [Wireshark-commits] rev 52208: /trunk/plugins/wimax/ /trunk/plugins/wimax/: mac_

Date: Tue, 24 Sep 2013 20:32:19 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=52208

User: guy
Date: 2013/09/24 08:32 PM

Log:
 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.

Directory: /trunk/plugins/wimax/
  Changes    Path                        Action
  +405 -414  mac_hd_generic_decoder.c    Modified