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 42683: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Thu, 17 May 2012 20:13:22 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42683

User: wmeier
Date: 2012/05/17 01:13 PM

Log:
 General cleanup including as appropriate:
  - Remove unneeded #include files (string.h, addr_resolv.h);
  - Remove unneeded 'if(!initialized){...}' in proto_reg_handoff();
  - Reformat hf[] entries;
  - Remove unneeded variable initializations;
  - "localize" some variables;
  - Whitespace/indentation/long lines/formatting
 (in one case: re-order code slightly to not do col_set_str() & etc until
               after initial "frame acceptance testing" by dissector.

Directory: /trunk/epan/dissectors/
  Changes    Path                      Action
  +11 -9     packet-hpteam.c           Modified
  +275 -241  packet-mactelnet.c        Modified
  +0 -1      packet-netbios.c          Modified
  +33 -34    packet-ntp.c              Modified
  +465 -456  packet-rtcp.c             Modified
  +591 -638  packet-rtp-midi.c         Modified
  +2 -2      packet-slowprotocols.c    Modified
  +19 -16    packet-v5dl.c             Modified
  +22 -25    packet-v5ef.c             Modified
  +97 -97    packet-yhoo.c             Modified