aboutsummaryrefslogtreecommitdiffstats
path: root/packet-h1.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2000-04-13 06:26:31 +0000
committerGuy Harris <guy@alum.mit.edu>2000-04-13 06:26:31 +0000
commit39f6622feb3e934ea14d67a1dccb2b747aa50abb (patch)
tree7aeaf056bdd6a1e523a999d00735cedadcb66fa1 /packet-h1.c
parent5b81d92b4595fa6de6b29070b6ca409011fe99a6 (diff)
Fix a typo.
svn path=/trunk/; revision=1840
Diffstat (limited to 'packet-h1.c')
-rw-r--r--packet-h1.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-h1.c b/packet-h1.c
index 4946be3676..0266b838bb 100644
--- a/packet-h1.c
+++ b/packet-h1.c
@@ -2,7 +2,7 @@
* Routines for Sinec H1 packet disassembly
* Gerrit Gehnen <G.Gehnen@atrie.de>
*
- * $Id: packet-h1.c,v 1.3 2000/03/02 08:59:36 guy Exp $
+ * $Id: packet-h1.c,v 1.4 2000/04/13 06:26:31 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -290,7 +290,7 @@ proto_register_h1 (void)
{"Response value", "h1.resvalue", FT_UINT8, BASE_DEC,
VALS (returncode_vals), 0x0, ""}},
{&hf_h1_empty,
- {"Emtpy field", "h1.empty", FT_UINT8, BASE_HEX, NULL, 0x0,
+ {"Empty field", "h1.empty", FT_UINT8, BASE_HEX, NULL, 0x0,
""}},
{&hf_h1_empty_len,
{"Empty field length", "h1.empty_len", FT_UINT8, BASE_DEC, NULL, 0x0,