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

Date: Mon, 25 Nov 2013 16:57:43 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=53570

User: wmeier
Date: 2013/11/25 04:57 PM

Log:
 Create/use extended value_string;
 Move value_string array definitions from .h to .c file
  (value_string definitions should never be in a .h file);
 Add XXX comments re value_string arrays containing
  duplicate values [ptp_opcode_names & ptp_respcode_names];
 Remove unneeded #includes (stdio.h, stdlib.h & string.h);
 Remove some unneeded initializers;
 Add editor modelines.
 Do some whitespace & long-lines changes;

Directory: /trunk/epan/dissectors/
  Changes    Path              Action
  +456 -93   packet-ptpip.c    Modified
  +344 -692  packet-ptpip.h    Modified