aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.h
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2017-03-15 09:30:37 +0100
committerStig Bjørlykke <stig@bjorlykke.org>2017-03-15 17:32:30 +0000
commit0156f22c62c1d955724ae44ca607c95e2944aa26 (patch)
tree1e0daf66f537b59f2e320b28459bd1371188d56c /epan/proto.h
parentb8ede14d44b4fb165787a000bc3f6962f285d23b (diff)
Lua: Merge sep and str tables into base
Also add documentation strings to the base values. Change-Id: I00ac8f154fdd0382106ed27d740e16956520be97 Reviewed-on: https://code.wireshark.org/review/20554 Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org> Reviewed-by: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
Diffstat (limited to 'epan/proto.h')
-rw-r--r--epan/proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/proto.h b/epan/proto.h
index 80756281c5..633513a7e4 100644
--- a/epan/proto.h
+++ b/epan/proto.h
@@ -527,7 +527,6 @@ typedef enum {
STR_UNICODE = 7, /**< shows non-printable UNICODE characters as \\uXXXX (XXX for now non-printable characters display depends on UI) */
/* Byte separators */
- SEP_NONE = 0, /**< hexadecimal bytes with no separator */
SEP_DOT = 8, /**< hexadecimal bytes with a period (.) between each byte */
SEP_DASH = 9, /**< hexadecimal bytes with a dash (-) between each byte */
SEP_COLON = 10, /**< hexadecimal bytes with a colon (:) between each byte */