summaryrefslogtreecommitdiff
path: root/epan/decode_as.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-11-29 03:14:24 +0000
committerGerald Combs <gerald@wireshark.org>2013-11-29 03:14:24 +0000
commit5acdfae0700795a4c8859579cd51aad8696aeaeb (patch)
tree6d0f98d30dcb3944e19aff144cd5d2ad4579d1f2 /epan/decode_as.h
parent9e0cd5d1d854a4e90ce448eba2c65cfbe34c143b (diff)
downloadwireshark-5acdfae0700795a4c8859579cd51aad8696aeaeb.tar.gz
Restore disabled "decode as" settings.
svn path=/trunk/; revision=53635
Diffstat (limited to 'epan/decode_as.h')
-rw-r--r--epan/decode_as.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/decode_as.h b/epan/decode_as.h
index 9308dda42d..c28d7d60fd 100644
--- a/epan/decode_as.h
+++ b/epan/decode_as.h
@@ -39,6 +39,8 @@ extern "C" {
#define MAX_DECODE_AS_PROMPT_LEN 200
#define DECODE_AS_ENTRY "decode_as_entry"
+#define DECODE_AS_NONE "(none)"
+
/*
* Filename of the "decode as" entry preferences
*/