aboutsummaryrefslogtreecommitdiffstats
path: root/packet-rip.c
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>1998-11-18 03:01:44 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>1998-11-18 03:01:44 +0000
commit981264047cfa8e9257d516b31ed2ee616b118052 (patch)
tree7d628d251dfe416c90d5f57b4c91780328b7b7cd /packet-rip.c
parente4e372b91b922d6adce39c5fdecf61117585422a (diff)
* Added patches from Laurent and Guy
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@103 f5534014-38df-0310-8fa8-9805f1628bb7
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; */
}