aboutsummaryrefslogtreecommitdiffstats
path: root/packet-rip.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>1998-11-18 03:01:44 +0000
committerGerald Combs <gerald@wireshark.org>1998-11-18 03:01:44 +0000
commitb0fdc8edb26529620367db8a274f79a1247689b8 (patch)
tree7d628d251dfe416c90d5f57b4c91780328b7b7cd /packet-rip.c
parentefb0462bb0a717d0d0bf8cf6463c62374f3feba6 (diff)
* Added patches from Laurent and Guy
svn path=/trunk/; revision=103
Diffstat (limited to 'packet-rip.c')
-rw-r--r--packet-rip.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/packet-rip.c b/packet-rip.c
index ae5f251678..c97cc00eda 100644
--- a/packet-rip.c
+++ b/packet-rip.c
@@ -2,7 +2,7 @@
* Routines for RIPv1 and RIPv2 packet disassembly
* (c) Copyright Hannes R. Boehm <hannes@boehm.org>
*
- * $Id: packet-rip.c,v 1.4 1998/11/17 04:29:04 gerald Exp $
+ * $Id: packet-rip.c,v 1.5 1998/11/18 03:01:36 gerald Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -107,6 +107,7 @@ dissect_rip(const u_char *pd, int offset, frame_data *fd, GtkTree *tree) {
auth = TRUE;
break;
default:
+ break;
/* return; */
}