aboutsummaryrefslogtreecommitdiffstats
path: root/packet-clnp.c
diff options
context:
space:
mode:
Diffstat (limited to 'packet-clnp.c')
-rw-r--r--packet-clnp.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/packet-clnp.c b/packet-clnp.c
index ad85950985..c3f0454e0b 100644
--- a/packet-clnp.c
+++ b/packet-clnp.c
@@ -1,7 +1,7 @@
/* packet-clnp.c
* Routines for ISO/OSI network and transport protocol packet disassembly
*
- * $Id: packet-clnp.c,v 1.84 2004/05/23 23:07:17 guy Exp $
+ * $Id: packet-clnp.c,v 1.85 2004/05/24 02:25:18 guy Exp $
* Laurent Deniel <laurent.deniel@free.fr>
* Ralf Schneider <Ralf.Schneider@t-online.de>
*
@@ -365,10 +365,10 @@ static gboolean cotp_reassemble = FALSE;
static gint32 tsap_display = TSAP_DISPLAY_AUTO;
const enum_val_t tsap_display_options[] = {
- {"auto", TSAP_DISPLAY_AUTO},
- {"string", TSAP_DISPLAY_STRING},
- {"bytes", TSAP_DISPLAY_BYTES},
- {NULL, -1}
+ {"auto", "As strings if printable", TSAP_DISPLAY_AUTO},
+ {"string", "As strings", TSAP_DISPLAY_STRING},
+ {"bytes", "As bytes", TSAP_DISPLAY_BYTES},
+ {NULL, NULL, -1}
};