aboutsummaryrefslogtreecommitdiffstats
path: root/packet-rpc.c
diff options
context:
space:
mode:
authornneul <nneul@f5534014-38df-0310-8fa8-9805f1628bb7>1999-11-12 15:12:23 +0000
committernneul <nneul@f5534014-38df-0310-8fa8-9805f1628bb7>1999-11-12 15:12:23 +0000
commitf436ac70372e2195097e6a06a79876ccec9b4789 (patch)
treec091e3f7747031bfeca670411849e1f118e3f233 /packet-rpc.c
parent9654d6feb58e85245abfec3d77e76c6b282de5d9 (diff)
enhancements to ypserv dissector
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1018 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-rpc.c')
-rw-r--r--packet-rpc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-rpc.c b/packet-rpc.c
index e93a708b83..e9b703a098 100644
--- a/packet-rpc.c
+++ b/packet-rpc.c
@@ -2,7 +2,7 @@
* Routines for rpc dissection
* Copyright 1999, Uwe Girlich <Uwe.Girlich@philosys.de>
*
- * $Id: packet-rpc.c,v 1.8 1999/11/11 21:22:00 nneul Exp $
+ * $Id: packet-rpc.c,v 1.9 1999/11/12 15:12:23 nneul Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@unicom.net>
@@ -358,7 +358,7 @@ char* name, char* type)
/* arbitrary limit */
-#define RPC_STRING_MAXBUF 1024
+#define RPC_STRING_MAXBUF 2048
int
dissect_rpc_string(const u_char *pd, int offset, frame_data *fd, proto_tree *tree, char* name)