aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/etherpeek.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-02-15 11:35:13 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-02-15 11:35:13 +0000
commit63b05682d8e477f354f5cebd0bc6644468a6cdc9 (patch)
tree3317f5fca09a51a9a4b080b92001f0ca9429b573 /wiretap/etherpeek.c
parentf850d375bc73155cfa076ed4571b6e594b7e1ee6 (diff)
Put in a missing "break;" statement. (Testing the untested AiroPeek
support revealed that I'd left it out; putting it back made it work.) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4740 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'wiretap/etherpeek.c')
-rw-r--r--wiretap/etherpeek.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/wiretap/etherpeek.c b/wiretap/etherpeek.c
index 6e99adb7c8..c7c2aa430b 100644
--- a/wiretap/etherpeek.c
+++ b/wiretap/etherpeek.c
@@ -2,7 +2,7 @@
* Routines for opening EtherPeek (and TokenPeek?) files
* Copyright (c) 2001, Daniel Thompson <d.thompson@gmx.net>
*
- * $Id: etherpeek.c,v 1.15 2002/02/08 10:07:40 guy Exp $
+ * $Id: etherpeek.c,v 1.16 2002/02/15 11:35:13 guy Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
@@ -235,6 +235,7 @@ int etherpeek_open(wtap *wth, int *err)
*/
return 0;
}
+ break;
default:
/*