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

Date: Tue, 16 Feb 2010 21:17:33 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=31900

User: wmeier
Date: 2010/02/16 01:17 PM

Log:
 Various relatively small changes:
 - #include stdio, stdlib, string not req'd.
 - Use less generic macro names for a few defines.
 - Fix some gcc -Wshadow warnings.
 - Use the "standard idiom" for handling port preferences;
   (Doing port add/delete via a registered_init routine is not req'd).
 - fix a typo.

Directory: /trunk/epan/dissectors/
  Changes    Path              Action
  +63 -82    packet-sflow.c    Modified