svn commit: lorikeet r209 - in trunk/ethereal: .

tridge at samba.org tridge at samba.org
Thu Jan 27 03:19:07 GMT 2005


Author: tridge
Date: 2005-01-27 03:19:07 +0000 (Thu, 27 Jan 2005)
New Revision: 209

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=lorikeet&rev=209

Log:
got rid of some warnings









Modified:
   trunk/ethereal/eparser.h


Changeset:
Modified: trunk/ethereal/eparser.h
===================================================================
--- trunk/ethereal/eparser.h	2005-01-27 03:14:10 UTC (rev 208)
+++ trunk/ethereal/eparser.h	2005-01-27 03:19:07 UTC (rev 209)
@@ -83,7 +83,7 @@
 	// Ethereal fields
 
 	tvbuff_t *tvb;
-	int offset;
+	uint32_t offset;
 	packet_info *pinfo;
 	guint8 *drep;
 };



More information about the samba-cvs mailing list