aboutsummaryrefslogtreecommitdiffstats
path: root/packet-bootp.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-bootp.c
parentefb0462bb0a717d0d0bf8cf6463c62374f3feba6 (diff)
* Added patches from Laurent and Guy
svn path=/trunk/; revision=103
Diffstat (limited to 'packet-bootp.c')
-rw-r--r--packet-bootp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/packet-bootp.c b/packet-bootp.c
index e3e77ff75f..59a7cf1e5a 100644
--- a/packet-bootp.c
+++ b/packet-bootp.c
@@ -2,7 +2,7 @@
* Routines for BOOTP/DHCP packet disassembly
* Gilbert Ramirez <gram@verdict.uthscsa.edu>
*
- * $Id: packet-bootp.c,v 1.10 1998/11/17 04:28:51 gerald Exp $
+ * $Id: packet-bootp.c,v 1.11 1998/11/18 03:01:33 gerald Exp $
*
* The information used comes from:
* RFC 2132: DHCP Options and BOOTP Vendor Extensions
@@ -269,6 +269,7 @@ bootp_option(const u_char *pd, GtkWidget *bp_tree, int voff, int eoff)
default:
/* nothing */
+ break;
}
/* Normal cases */