Wireshark-commits: [Wireshark-commits] rev 53998: /trunk/epan/dissectors/ /trunk/epan/dissectors/:
Date: Thu, 12 Dec 2013 23:11:06 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=53998

User: wmeier
Date: 2013/12/12 11:11 PM

Log:
 In one or more of the files:
  - Create/use some extended value-strings;
  - Remove some unneeded initializers;
  - 'offset++' --> 'offset += 1' for consistency;
  - Set editor modelines 'tab-width' to 8 (not 4);
  - tabs --> spaces (to match editor modelines);
  - Rework/add whitespace.

Directory: /trunk/epan/dissectors/
  Changes    Path                   Action
  +530 -529  packet-slimp3.c        Modified
  +13 -13    packet-soupbintcp.c    Modified
  +1 -1      packet-ssl-utils.h     Modified
  +412 -410  packet-stun.c          Modified
  +237 -237  packet-tftp.c          Modified
  +21 -21    packet-usb-audio.c     Modified
  +45 -45    packet-vrrp.c          Modified
  +50 -50    packet-websocket.c     Modified