aboutsummaryrefslogtreecommitdiffstats
path: root/packet-srvloc.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-03-09 04:35:25 +0000
committerGuy Harris <guy@alum.mit.edu>2001-03-09 04:35:25 +0000
commit64a43e1c0e6fdceecfbad405344968af8ecf36c3 (patch)
tree98430e4a00a1a161c576ce343338352eed7fc9e0 /packet-srvloc.c
parent682dc85b3a45825a0452938e357b87cb6f86362c (diff)
Fixes to Lemon to get it to compile on platforms (such as some versions
of Tru64 UNIX) that define TRUE and FALSE. Fixes to some Tru64 compiler warnings. svn path=/trunk/; revision=3120
Diffstat (limited to 'packet-srvloc.c')
-rw-r--r--packet-srvloc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/packet-srvloc.c b/packet-srvloc.c
index 685f75caea..a0af89d177 100644
--- a/packet-srvloc.c
+++ b/packet-srvloc.c
@@ -6,7 +6,7 @@
* In particular I have not had an opportunity to see how it
* responds to SRVLOC over TCP.
*
- * $Id: packet-srvloc.c,v 1.21 2001/01/22 08:54:06 guy Exp $
+ * $Id: packet-srvloc.c,v 1.22 2001/03/09 04:35:22 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -210,7 +210,7 @@ dissect_authblk(tvbuff_t *tvb, int offset, proto_tree *tree)
tvb_format_text(tvb, offset, length));
offset += length;
return offset;
-};
+}
/* Packet dissection routine called by tcp & udp when port 427 detected */
@@ -486,7 +486,7 @@ dissect_srvloc(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
proto_tree_add_text(srvloc_tree, tvb, offset, tvb_length_remaining(tvb, offset), "Unknown Function Type");
};
};
-};
+}
/* Register protocol with Ethereal. */