Diff between 034be5d8c1e1a62b7d17282877a4c6e2b1779cd2 and 36a1c904affdeb95efcb048538567dc95e446511

Changed Files

File Additions Deletions Status
tools/parser/parser.h +13 -13 modified

Full Patch

diff --git a/tools/parser/parser.h b/tools/parser/parser.h
index 2e6714a..0352c09 100644
--- a/tools/parser/parser.h
+++ b/tools/parser/parser.h
@@ -32,19 +32,19 @@
 #include <netinet/in.h>
 
 struct frame {
-	void	*data;
-	int	data_len;
-	void	*ptr;
-	int	len;
-	int	in;
-	int	master;
-	int	handle;
-	int	cid;
-	int	num;
-	int	dlci;
-	int	channel;
-	long	flags;
-	struct	timeval ts;
+	void		*data;
+	uint32_t	data_len;
+	void		*ptr;
+	uint32_t	len;
+	uint8_t		in;
+	uint8_t		master;
+	uint16_t	handle;
+	uint16_t	cid;
+	uint16_t	num;
+	uint8_t		dlci;
+	uint8_t		channel;
+	unsigned long	flags;
+	struct timeval	ts;
 };
 
 /* Parser flags */