aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-ndr.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-01-25 08:35:59 +0000
committerGuy Harris <guy@alum.mit.edu>2002-01-25 08:35:59 +0000
commit55bed21e4598765fa32e12086dedcb9cc1fc4c7d (patch)
tree4d223916f039044e39915eebc941b3e68eafaa00 /packet-dcerpc-ndr.c
parent7f0ef5ec87b4b537ce0ae544925707eb19a09be8 (diff)
From Ronnie Sahlberg:
NDR pointer handling in DCE RPC SAMR updates svn path=/trunk/; revision=4608
Diffstat (limited to 'packet-dcerpc-ndr.c')
-rw-r--r--packet-dcerpc-ndr.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/packet-dcerpc-ndr.c b/packet-dcerpc-ndr.c
index ac95fc1003..6e5dc2d9e1 100644
--- a/packet-dcerpc-ndr.c
+++ b/packet-dcerpc-ndr.c
@@ -2,7 +2,7 @@
* Routines for DCERPC NDR dissection
* Copyright 2001, Todd Sabin <tas@webspan.net>
*
- * $Id: packet-dcerpc-ndr.c,v 1.3 2002/01/21 07:36:33 guy Exp $
+ * $Id: packet-dcerpc-ndr.c,v 1.4 2002/01/25 08:35:59 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -128,4 +128,3 @@ dissect_ndr_ctx_hnd (tvbuff_t *tvb, gint offset, packet_info *pinfo,
}
return offset + 20;
}
-