Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 29283: /trunk/plugins/wimax/ /trunk/plugins/wimax/: pack

Date: Mon, 03 Aug 2009 22:38:46 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=29283

User: wmeier
Date: 2009/08/03 03:38 PM

Log:
 Minor cleanups:
 - Comment out code which creates two dissector tables and then
    stores a preference value in each of them; 
    AFAICT the tables are not accessed elsewhere;
 - Comment out the no longer required prefs callback specification
    in proto_register;
 - "if (... == -1)" not req'd in proto_register;
 - Remove unused proto_reg_wimax function.

Directory: /trunk/plugins/wimax/
  Changes    Path            Action
  +51 -57    packet-wmx.c    Modified