Ethereal-dev: [Ethereal-dev] patch packet-gprs-ns.c

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

From: <jkor@xxxxxxxx>
Date: Fri, 14 Nov 2003 15:26:35 +0100
Adds aktualization of offset after decoding IE.
Thank you.
--- /usr/local/src/ethereal-0.9.16/packet-gprs-ns.c	2003-09-13 21:57:34.000000000 +0200
+++ /usr/local/src/ethereal-2003-10-31/packet-gprs-ns.c	2003-11-14 22:07:11.000000000 +0100
@@ -246,6 +246,7 @@
 			}
 			break;
 		}
+	offset=offset+length;	
 	}
 }