aboutsummaryrefslogtreecommitdiffstats
path: root/packet-atalk.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-05-10 23:20:38 +0000
committerGuy Harris <guy@alum.mit.edu>2002-05-10 23:20:38 +0000
commitae88c45ef0e996600f277bb74261f42ced995b6c (patch)
treef18ae465f401e1d4668a4ffce5f6c6528af6f89f /packet-atalk.c
parent42c395b0e250aa833072dde090d22dd0e97f2564 (diff)
From Joerg Mayer: make a pile of stuff not used outside one source file
static, and add a new "packet-data.h" to declare "proto_data". Display escape sequences in octal in the IAPP dissector, as is now done in the RADIUS dissector. svn path=/trunk/; revision=5441
Diffstat (limited to 'packet-atalk.c')
-rw-r--r--packet-atalk.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-atalk.c b/packet-atalk.c
index 521ac9c24b..97d606ae1e 100644
--- a/packet-atalk.c
+++ b/packet-atalk.c
@@ -2,7 +2,7 @@
* Routines for AppleTalk packet disassembly: LLAP, DDP, NBP, ATP, ASP,
* RTMP.
*
- * $Id: packet-atalk.c,v 1.71 2002/05/08 23:46:33 guy Exp $
+ * $Id: packet-atalk.c,v 1.72 2002/05/10 23:20:37 guy Exp $
*
* Simon Wilkinson <sxw@dcs.ed.ac.uk>
*
@@ -433,7 +433,7 @@ const value_string asp_error_vals[] = {
*
* Are these always in the Mac extended character set?
*/
-int dissect_pascal_string(tvbuff_t *tvb, int offset, proto_tree *tree,
+static int dissect_pascal_string(tvbuff_t *tvb, int offset, proto_tree *tree,
int hf_index)
{
int len;