Wireshark-commits: [Wireshark-commits] rev 46489: /trunk/ /trunk/epan/dissectors/: packet-eap.c pac

Date: Mon, 10 Dec 2012 14:50:33 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=46489

User: wmeier
Date: 2012/12/10 06:50 AM

Log:
 General cleanup:
 - Use/create extended value strings as appropriate;
 - Reformat hf[] entries;
 - Do whitespace, & etc changes to use a consistent formatting style;
 - Reformat some long lines;
 - Localize some variables; remove some unneeded initializers;
 - expert...() shouldnt be called under 'if (tree)' (packet-wimaxasncp);
 - Move proto_register...() & etc to the end of the file (packet-ieee80211);
 - Misc.

Directory: /trunk/epan/dissectors/
  Changes    Path                  Action
  +791 -662  packet-eap.c          Modified
  +3210 -2293 packet-ieee80211.c    Modified

Directory: /trunk/epan/
  Changes    Path                Action
  +15 -15    eap.h               Modified
  +1 -1      libwireshark.def    Modified

Directory: /trunk/plugins/wimaxasncp/
  Changes    Path                   Action
  +137 -142  packet-wimaxasncp.c    Modified