Ethereal-cvs: [Ethereal-cvs] rev 14884: /trunk/epan/dissectors/: packet-ans.c packet-ap1394.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

Date: Sat, 09 Jul 2005 00:53:20 GMT
User: guy
Date: 2005/07/08 07:53 PM

Log:
 Squelch various signed vs. unsigned warnings by:
 
 	making pointers to byte data be "guint8 *" rather than "char *",
 	and making buffers holding byte data arrays of "guint8" rather
 	than arrays of "char";
 
 	making pointers to text strings "char *" rather than "guchar *";
 
 	appropriately casting pointers (cast to "guint8 *" when passing
 	to routines expecting "guint8 *" or when assigning to "guint8
 	*");
 
 	making port-number preferences "guint";
 
 	making enum preferences "gint";
 
 	making hf_ variables "int".
 
 Clean up white space.

Directory: /trunk/epan/dissectors/
  Changes    Path                   Action
  +1 -1      packet-ans.c           Modified
  +1 -1      packet-ap1394.c        Modified
  +2 -2      packet-aruba-adp.c     Modified
  +2 -2      packet-beep.c          Modified
  +1 -1      packet-bssap.c         Modified
  +2 -8      packet-bssgp.c         Modified
  +5 -5      packet-cip.c           Modified
  +1 -1      packet-clnp.c          Modified
  +5 -5      packet-echo.c          Modified
  +4 -4      packet-enc.c           Modified
  +1 -1      packet-eth.c           Modified
  +7 -7      packet-gtp.c           Modified
  +4 -4      packet-ieee80211.c     Modified
  +1 -1      packet-igmp.c          Modified
  +1 -1      packet-ip.c            Modified
  +2 -2      packet-ipdc.c          Modified
  +2 -2      packet-ipv6.c          Modified
  +1 -1      packet-iscsi.c         Modified
  +2 -2      packet-lmp.c           Modified
  +2 -2      packet-m2pa.c          Modified
  +5 -5      packet-manolito.c      Modified
  +3 -3      packet-nlm.c           Modified
  +4 -4      packet-nsip.c          Modified
  +4 -4      packet-pgm.c           Modified
  +2 -2      packet-rdt.c           Modified
  +1 -1      packet-retix-bpdu.c    Modified
  +5 -5      packet-rpc.c           Modified
  +2 -2      packet-skinny.c        Modified
  +7 -7      packet-uma.c           Modified



http://anonsvn.ethereal.com/viewcvs/viewcvs.py?rev=14884&view=rev