summaryrefslogtreecommitdiff
path: root/epan/wspython/wspy_dissector.py
diff options
context:
space:
mode:
Diffstat (limited to 'epan/wspython/wspy_dissector.py')
-rwxr-xr-xepan/wspython/wspy_dissector.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/wspython/wspy_dissector.py b/epan/wspython/wspy_dissector.py
index aee71d090d..e8993cd13e 100755
--- a/epan/wspython/wspy_dissector.py
+++ b/epan/wspython/wspy_dissector.py
@@ -66,7 +66,8 @@ FT_IPXNET,
FT_FRAMENUM,
FT_PCRE,
FT_GUID,
-FT_OID) = map(int, range(31))
+FT_OID,
+FT_REL_OID) = map(int, range(32))
# hf_register_info from usual dissectors
class register_info(object):