Wireshark-commits: [Wireshark-commits] rev 53970: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Thu, 12 Dec 2013 19:48:46 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=53970

User: wmeier
Date: 2013/12/12 07:48 PM

Log:
 Move proto_reg_handoff...() to file end as per convention;
 Reformat various hf[] entries;
 #include params.h (not prefs.h);
 'offset++' --> 'offset += 1' for consistency;
 Localize some variable defintions;
 Tabs --> spaces (to match editor modelines);
 Rework some whitespace;

Directory: /trunk/epan/dissectors/
  Changes    Path                 Action
  +153 -153  packet-rmt-alc.c     Modified
  +237 -195  packet-rmt-fec.c     Modified
  +473 -373  packet-rmt-lct.c     Modified
  +661 -499  packet-rmt-norm.c    Modified