Wireshark-commits: [Wireshark-commits] rev 52204: /trunk/plugins/wimax/ /trunk/plugins/wimax/: msg_

Date: Tue, 24 Sep 2013 19:07:22 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=52204

User: guy
Date: 2013/09/24 07:07 PM

Log:
 One advantage of making as many things as possible static is that, if
 they're not being used, the compiler can be made to warn about that.
 
 In this case, Broadcast_Control_Pointer_IE() was used because of a
 missing case in a switch statement; put that case in.

Directory: /trunk/plugins/wimax/
  Changes    Path           Action
  +4 -1      msg_dlmap.c    Modified