aboutsummaryrefslogtreecommitdiffstats
path: root/packet-giop.h
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2002-05-12 20:43:29 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2002-05-12 20:43:29 +0000
commitf6f65622f92004bcf04010e74db2ac0606220e64 (patch)
treeb7d9673779daa9208017a3836f6b9d1301ccf4e3 /packet-giop.h
parentfed5f5f5095957cc3ca8ef656cb05b37b337b2c3 (diff)
Fix a bounds checking error in get_CDR_octet_seq.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@5452 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-giop.h')
-rw-r--r--packet-giop.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-giop.h b/packet-giop.h
index 1262418bd2..690f796176 100644
--- a/packet-giop.h
+++ b/packet-giop.h
@@ -4,7 +4,7 @@
*
* Based on CORBAv2.4.2 Chapter 15 GIOP Description.
*
- * $Id: packet-giop.h,v 1.7 2001/10/31 07:47:25 guy Exp $
+ * $Id: packet-giop.h,v 1.8 2002/05/12 20:43:29 gerald Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -362,7 +362,7 @@ extern guint8 get_CDR_octet(tvbuff_t *tvb, int *offset);
* This function also increments offset by len.
*/
-extern void get_CDR_octet_seq(tvbuff_t *tvb, gchar **seq, int *offset, int len);
+extern void get_CDR_octet_seq(tvbuff_t *tvb, gchar **seq, int *offset, guint32 len);
/* Copy a 2 octet sequence from the tvbuff
* which represents a signed short value, and convert